[INFO] updating cached repository carlosgj94/simple_blockchain [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/carlosgj94/simple_blockchain [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/carlosgj94/simple_blockchain" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/carlosgj94/simple_blockchain"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/carlosgj94/simple_blockchain'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/carlosgj94/simple_blockchain" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/carlosgj94/simple_blockchain"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/carlosgj94/simple_blockchain'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5f1c49970e56d09ea6fd8e84a1294cb183c7ccbd [INFO] sha for GitHub repo carlosgj94/simple_blockchain: 5f1c49970e56d09ea6fd8e84a1294cb183c7ccbd [INFO] validating manifest of carlosgj94/simple_blockchain on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of carlosgj94/simple_blockchain on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing carlosgj94/simple_blockchain [INFO] finished frobbing carlosgj94/simple_blockchain [INFO] frobbed toml for carlosgj94/simple_blockchain written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/carlosgj94/simple_blockchain/Cargo.toml [INFO] started frobbing carlosgj94/simple_blockchain [INFO] finished frobbing carlosgj94/simple_blockchain [INFO] frobbed toml for carlosgj94/simple_blockchain written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/carlosgj94/simple_blockchain/Cargo.toml [INFO] crate carlosgj94/simple_blockchain has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing carlosgj94/simple_blockchain against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/carlosgj94/simple_blockchain:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] db018e4b0afe712c32dea830086fc52f68f61ccb087bbd631d49e27180e4527f [INFO] running `"docker" "start" "-a" "db018e4b0afe712c32dea830086fc52f68f61ccb087bbd631d49e27180e4527f"` [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling simple_blockchain v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `hash` is never read [INFO] [stderr] --> src/main.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | let mut hash = String::new(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_valid_new_block` [INFO] [stderr] --> src/main.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | fn is_valid_new_block(n_block: Block, p_block: Block) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.78s [INFO] running `"docker" "inspect" "db018e4b0afe712c32dea830086fc52f68f61ccb087bbd631d49e27180e4527f"` [INFO] running `"docker" "rm" "-f" "db018e4b0afe712c32dea830086fc52f68f61ccb087bbd631d49e27180e4527f"` [INFO] [stdout] db018e4b0afe712c32dea830086fc52f68f61ccb087bbd631d49e27180e4527f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/carlosgj94/simple_blockchain:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 20d5f0340bfb3d62b5c2e52dca2220aac7bdea05f79a59069ebdb2cd937271e9 [INFO] running `"docker" "start" "-a" "20d5f0340bfb3d62b5c2e52dca2220aac7bdea05f79a59069ebdb2cd937271e9"` [INFO] [stderr] Compiling simple_blockchain v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `hash` is never read [INFO] [stderr] --> src/main.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | let mut hash = String::new(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_valid_new_block` [INFO] [stderr] --> src/main.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | fn is_valid_new_block(n_block: Block, p_block: Block) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `"docker" "inspect" "20d5f0340bfb3d62b5c2e52dca2220aac7bdea05f79a59069ebdb2cd937271e9"` [INFO] running `"docker" "rm" "-f" "20d5f0340bfb3d62b5c2e52dca2220aac7bdea05f79a59069ebdb2cd937271e9"` [INFO] [stdout] 20d5f0340bfb3d62b5c2e52dca2220aac7bdea05f79a59069ebdb2cd937271e9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/carlosgj94/simple_blockchain:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 4e7b33906e9b3fab53c7a4fc4a3c8bf868c00e64461cb456db34f7d7966eef31 [INFO] running `"docker" "start" "-a" "4e7b33906e9b3fab53c7a4fc4a3c8bf868c00e64461cb456db34f7d7966eef31"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/simple_blockchain-07cea597abe5bde6 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4e7b33906e9b3fab53c7a4fc4a3c8bf868c00e64461cb456db34f7d7966eef31"` [INFO] running `"docker" "rm" "-f" "4e7b33906e9b3fab53c7a4fc4a3c8bf868c00e64461cb456db34f7d7966eef31"` [INFO] [stdout] 4e7b33906e9b3fab53c7a4fc4a3c8bf868c00e64461cb456db34f7d7966eef31