[INFO] cloning repository https://github.com/FilMar/rustchain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FilMar/rustchain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilMar%2Frustchain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilMar%2Frustchain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b73d2f748005f5a2b3569e9258b265a192910f8c
[INFO] checking FilMar/rustchain against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilMar%2Frustchain" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FilMar/rustchain
[INFO] finished tweaking git repo https://github.com/FilMar/rustchain
[INFO] tweaked toml for git repo https://github.com/FilMar/rustchain written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FilMar/rustchain on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FilMar/rustchain already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 874fa769c848ee2956aa59ed0c5b7bdd1cda8b316feb6cfb8be63e35769e1d63
[INFO] running `Command { std: "docker" "start" "-a" "874fa769c848ee2956aa59ed0c5b7bdd1cda8b316feb6cfb8be63e35769e1d63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "874fa769c848ee2956aa59ed0c5b7bdd1cda8b316feb6cfb8be63e35769e1d63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "874fa769c848ee2956aa59ed0c5b7bdd1cda8b316feb6cfb8be63e35769e1d63", kill_on_drop: false }`
[INFO] [stdout] 874fa769c848ee2956aa59ed0c5b7bdd1cda8b316feb6cfb8be63e35769e1d63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 533dac9478c92dd22310c083db91bd754a32cba87795661fbae50250a99d9a86
[INFO] running `Command { std: "docker" "start" "-a" "533dac9478c92dd22310c083db91bd754a32cba87795661fbae50250a99d9a86", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking libm v0.2.8
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking rustls-pemfile v2.1.3
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.4.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling basic-toml v0.1.9
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]     Checking askama v0.12.1
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking hyper-util v0.1.5
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.5
[INFO] [stderr]     Checking axum-template v2.4.0
[INFO] [stderr]     Checking rustchain v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `basic_chain` in the crate root
[INFO] [stdout]  --> src/bin/cripto_protocol.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::basic_chain::blockchain::Chain;
[INFO] [stdout]   |            ^^^^^^^^^^^ could not find `basic_chain` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `cripto_protocol`
[INFO] [stdout]   --> src/bin/cripto_protocol.rs:95:2
[INFO] [stdout]    |
[INFO] [stdout] 95 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `src/bin/cripto_protocol.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `chain` on type `&HelloTemplate<'a>`
[INFO] [stdout]  --> examples/askama_test.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Template)] // this will generate the code...
[INFO] [stdout]   |          ^^^^^^^^ unknown field
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `basic_chain` in the crate root
[INFO] [stdout]  --> src/bin/cripto_protocol.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::basic_chain::blockchain::Chain;
[INFO] [stdout]   |            ^^^^^^^^^^^ could not find `basic_chain` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `http::StatusCode`
[INFO] [stdout]  --> src/bin/basic_chain/api.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     http::StatusCode,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0609`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustchain` (example "askama_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `http::StatusCode`
[INFO] [stdout]  --> src/bin/basic_chain/api.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     http::StatusCode,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustchain` (bin "cripto_protocol") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:156:32
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn crete_block_file(&self, block: &Block) {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hash`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustchain` (bin "cripto_protocol" test) due to 1 previous error
[INFO] [stdout] warning: methods `replace_chain` and `load_block_file` are never used
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout] 42  | impl Chain {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71  |     pub fn replace_chain(&mut self, chain: Vec<Map<String, Value>>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `criptochain`
[INFO] [stdout]   --> src/bin/main.rs:60:33
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn recive_new_block(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |                                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_criptochain`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `criptochain`
[INFO] [stdout]   --> src/bin/main.rs:61:29
[INFO] [stdout]    |
[INFO] [stdout] 61 | async fn send_mempool(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_criptochain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `criptochain`
[INFO] [stdout]   --> src/bin/main.rs:62:29
[INFO] [stdout]    |
[INFO] [stdout] 62 | async fn add_new_node(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_criptochain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `criptochain`
[INFO] [stdout]   --> src/bin/main.rs:60:33
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn recive_new_block(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |                                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_criptochain`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `criptochain`
[INFO] [stdout]   --> src/bin/main.rs:61:29
[INFO] [stdout]    |
[INFO] [stdout] 61 | async fn send_mempool(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_criptochain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `criptochain`
[INFO] [stdout]   --> src/bin/main.rs:62:29
[INFO] [stdout]    |
[INFO] [stdout] 62 | async fn add_new_node(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_criptochain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:156:32
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn crete_block_file(&self, block: &Block) {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hash`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `replace_chain` and `load_block_file` are never used
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout] 42  | impl Chain {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71  |     pub fn replace_chain(&mut self, chain: Vec<Map<String, Value>>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:156:32
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn crete_block_file(&self, block: &Block) {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hash`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `recive_new_block` is never used
[INFO] [stdout]   --> src/bin/main.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn recive_new_block(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_mempool` is never used
[INFO] [stdout]   --> src/bin/main.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | async fn send_mempool(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_new_node` is never used
[INFO] [stdout]   --> src/bin/main.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | async fn add_new_node(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `nodes` are never read
[INFO] [stdout]   --> src/bin/cripto_protocol.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 9  | pub struct CriptoCurrency {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 10 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 11 |     mempool: Arc<Mutex<Vec<Transaction>>>,
[INFO] [stdout] 12 |     nodes: Arc<Mutex<Vec<String>>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CriptoCurrency` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `replace_chain` and `load_block_file` are never used
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout] 42  | impl Chain {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71  |     pub fn replace_chain(&mut self, chain: Vec<Map<String, Value>>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:156:32
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn crete_block_file(&self, block: &Block) {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hash`
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `recive_new_block` is never used
[INFO] [stdout]   --> src/bin/main.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn recive_new_block(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_mempool` is never used
[INFO] [stdout]   --> src/bin/main.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | async fn send_mempool(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_new_node` is never used
[INFO] [stdout]   --> src/bin/main.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | async fn add_new_node(State(criptochain): State<Arc<Mutex<CriptoCurrency>>>) -> impl IntoResponse {}
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `nodes` are never read
[INFO] [stdout]   --> src/bin/cripto_protocol.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 9  | pub struct CriptoCurrency {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 10 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 11 |     mempool: Arc<Mutex<Vec<Transaction>>>,
[INFO] [stdout] 12 |     nodes: Arc<Mutex<Vec<String>>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CriptoCurrency` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `replace_chain` and `load_block_file` are never used
[INFO] [stdout]    --> src/bin/basic_chain/blockchain.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout] 42  | impl Chain {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71  |     pub fn replace_chain(&mut self, chain: Vec<Map<String, Value>>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn load_block_file(&self, hash: &str) -> Block {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "533dac9478c92dd22310c083db91bd754a32cba87795661fbae50250a99d9a86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "533dac9478c92dd22310c083db91bd754a32cba87795661fbae50250a99d9a86", kill_on_drop: false }`
[INFO] [stdout] 533dac9478c92dd22310c083db91bd754a32cba87795661fbae50250a99d9a86
