[INFO] cloning repository Banyango/rust-blockchain [INFO] running `"git" "clone" "--bare" "git://github.com/Banyango/rust-blockchain.git" "work/cache/sources/gh/Banyango/rust-blockchain"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Banyango/rust-blockchain'... [INFO] running `"git" "clone" "work/cache/sources/gh/Banyango/rust-blockchain" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Banyango/rust-blockchain"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Banyango/rust-blockchain'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Banyango/rust-blockchain" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Banyango/rust-blockchain"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Banyango/rust-blockchain'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2b2b0bc7b2b8bdf9c699e1c6d43edfbba2f9c7d8 [INFO] sha for GitHub repo Banyango/rust-blockchain: 2b2b0bc7b2b8bdf9c699e1c6d43edfbba2f9c7d8 [INFO] validating manifest of Banyango/rust-blockchain on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Banyango/rust-blockchain on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Banyango/rust-blockchain [INFO] finished frobbing Banyango/rust-blockchain [INFO] frobbed toml for Banyango/rust-blockchain written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Banyango/rust-blockchain/Cargo.toml [INFO] started frobbing Banyango/rust-blockchain [INFO] finished frobbing Banyango/rust-blockchain [INFO] frobbed toml for Banyango/rust-blockchain written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Banyango/rust-blockchain/Cargo.toml [INFO] crate Banyango/rust-blockchain already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Banyango/rust-blockchain against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Banyango/rust-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] f9b8d3cce5692e4116468b1520df9203b90c170e4b071eec7de33171b486363f [INFO] running `"docker" "start" "-a" "f9b8d3cce5692e4116468b1520df9203b90c170e4b071eec7de33171b486363f"` [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling pad v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.36 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling rust-blockchain v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Deserialize`, `Serialize` [INFO] [stderr] --> src/block.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use serde::{Serialize, Deserialize}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.38s [INFO] running `"docker" "inspect" "f9b8d3cce5692e4116468b1520df9203b90c170e4b071eec7de33171b486363f"` [INFO] running `"docker" "rm" "-f" "f9b8d3cce5692e4116468b1520df9203b90c170e4b071eec7de33171b486363f"` [INFO] [stdout] f9b8d3cce5692e4116468b1520df9203b90c170e4b071eec7de33171b486363f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Banyango/rust-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ac14b3e55d4f2f5ffe53e60b35355fe1a5ed46298f78fd1fd387a89bc08f8579 [INFO] running `"docker" "start" "-a" "ac14b3e55d4f2f5ffe53e60b35355fe1a5ed46298f78fd1fd387a89bc08f8579"` [INFO] [stderr] Compiling rust-blockchain v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Deserialize`, `Serialize` [INFO] [stderr] --> src/block.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use serde::{Serialize, Deserialize}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.39s [INFO] running `"docker" "inspect" "ac14b3e55d4f2f5ffe53e60b35355fe1a5ed46298f78fd1fd387a89bc08f8579"` [INFO] running `"docker" "rm" "-f" "ac14b3e55d4f2f5ffe53e60b35355fe1a5ed46298f78fd1fd387a89bc08f8579"` [INFO] [stdout] ac14b3e55d4f2f5ffe53e60b35355fe1a5ed46298f78fd1fd387a89bc08f8579 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Banyango/rust-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] a5cbb19bd2fbab0b7af09cfb3cf3bada6495b838b1ea7ec947ca5ed27c7ddb1a [INFO] running `"docker" "start" "-a" "a5cbb19bd2fbab0b7af09cfb3cf3bada6495b838b1ea7ec947ca5ed27c7ddb1a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_blockchain-8b933d1fd7e939cd [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test miner::tests::test_prefix ... ok [INFO] [stdout] test miner::tests::test_is_hash_valid_valid_hash ... ok [INFO] [stdout] test miner::tests::test_is_hash_valid_invalid_hash ... ok [INFO] [stdout] test miner::tests::test_is_hash_valid ... ok [INFO] [stdout] test miner::tests::test_is_block_valid_prev_hash_not_equal_to_hash ... ok [INFO] [stdout] test miner::tests::test_is_block_valid_new_hash_is_none ... ok [INFO] [stdout] test miner::tests::test_is_block_valid_index_wrong ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a5cbb19bd2fbab0b7af09cfb3cf3bada6495b838b1ea7ec947ca5ed27c7ddb1a"` [INFO] running `"docker" "rm" "-f" "a5cbb19bd2fbab0b7af09cfb3cf3bada6495b838b1ea7ec947ca5ed27c7ddb1a"` [INFO] [stdout] a5cbb19bd2fbab0b7af09cfb3cf3bada6495b838b1ea7ec947ca5ed27c7ddb1a