Oct 15 01:26:06.872 INFO testing carlosgj94/simple_blockchain against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:26:06.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:26:07.293 INFO blam! 73cc104b6cea28028bdcba70ca4fbf69470d555d8513347f42133828f1290715 Oct 15 01:26:07.295 INFO running `"docker" "start" "-a" "73cc104b6cea28028bdcba70ca4fbf69470d555d8513347f42133828f1290715"` Oct 15 01:26:08.903 INFO kablam! usermod: no changes Oct 15 01:26:08.967 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 01:26:20.123 INFO kablam! Compiling simple_blockchain v0.1.0 (/source) Oct 15 01:26:20.727 INFO kablam! warning: value assigned to `hash` is never read Oct 15 01:26:20.728 INFO kablam! --> src/main.rs:73:13 Oct 15 01:26:20.728 INFO kablam! | Oct 15 01:26:20.728 INFO kablam! 73 | let mut hash = String::new(); Oct 15 01:26:20.729 INFO kablam! | ^^^^ Oct 15 01:26:20.729 INFO kablam! | Oct 15 01:26:20.729 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 01:26:20.729 INFO kablam! Oct 15 01:26:20.730 INFO kablam! warning: function is never used: `is_valid_new_block` Oct 15 01:26:20.730 INFO kablam! --> src/main.rs:104:1 Oct 15 01:26:20.730 INFO kablam! | Oct 15 01:26:20.731 INFO kablam! 104 | fn is_valid_new_block(n_block: Block, p_block: Block) -> bool { Oct 15 01:26:20.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:26:20.731 INFO kablam! | Oct 15 01:26:20.732 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:26:20.732 INFO kablam! Oct 15 01:26:21.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.63s Oct 15 01:26:21.559 INFO kablam! su: No module specific data is present Oct 15 01:26:22.938 INFO running `"docker" "rm" "-f" "73cc104b6cea28028bdcba70ca4fbf69470d555d8513347f42133828f1290715"` Oct 15 01:26:23.319 INFO blam! 73cc104b6cea28028bdcba70ca4fbf69470d555d8513347f42133828f1290715 Oct 15 01:26:23.327 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:26:23.965 INFO blam! e28ce692c46cb18db9760fa60b8604df56508c69f9635fec9a679a1602aa09ba Oct 15 01:26:23.968 INFO running `"docker" "start" "-a" "e28ce692c46cb18db9760fa60b8604df56508c69f9635fec9a679a1602aa09ba"` Oct 15 01:26:25.374 INFO kablam! usermod: no changes Oct 15 01:26:25.487 INFO kablam! Compiling simple_blockchain v0.1.0 (/source) Oct 15 01:26:26.075 INFO kablam! warning: value assigned to `hash` is never read Oct 15 01:26:26.075 INFO kablam! --> src/main.rs:73:13 Oct 15 01:26:26.075 INFO kablam! | Oct 15 01:26:26.075 INFO kablam! 73 | let mut hash = String::new(); Oct 15 01:26:26.075 INFO kablam! | ^^^^ Oct 15 01:26:26.075 INFO kablam! | Oct 15 01:26:26.075 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 01:26:26.077 INFO kablam! Oct 15 01:26:26.087 INFO kablam! warning: function is never used: `is_valid_new_block` Oct 15 01:26:26.087 INFO kablam! --> src/main.rs:104:1 Oct 15 01:26:26.087 INFO kablam! | Oct 15 01:26:26.087 INFO kablam! 104 | fn is_valid_new_block(n_block: Block, p_block: Block) -> bool { Oct 15 01:26:26.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:26:26.087 INFO kablam! | Oct 15 01:26:26.087 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:26:26.087 INFO kablam! Oct 15 01:26:26.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 15 01:26:26.643 INFO kablam! su: No module specific data is present Oct 15 01:26:27.331 INFO running `"docker" "rm" "-f" "e28ce692c46cb18db9760fa60b8604df56508c69f9635fec9a679a1602aa09ba"` Oct 15 01:26:27.512 INFO blam! e28ce692c46cb18db9760fa60b8604df56508c69f9635fec9a679a1602aa09ba Oct 15 01:26:27.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:26:27.747 INFO blam! f1488eefcd82c904d83bd13c34099c0653c439e2d16a1115c0b31d7d904d03d1 Oct 15 01:26:27.747 INFO running `"docker" "start" "-a" "f1488eefcd82c904d83bd13c34099c0653c439e2d16a1115c0b31d7d904d03d1"` Oct 15 01:26:28.322 INFO kablam! usermod: no changes Oct 15 01:26:28.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:26:28.363 INFO kablam! Running /target/debug/deps/simple_blockchain-6df333af51b69a62 Oct 15 01:26:28.369 INFO blam! Oct 15 01:26:28.369 INFO blam! running 0 tests Oct 15 01:26:28.369 INFO blam! Oct 15 01:26:28.369 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:26:28.369 INFO blam! Oct 15 01:26:28.372 INFO kablam! su: No module specific data is present Oct 15 01:26:28.971 INFO running `"docker" "rm" "-f" "f1488eefcd82c904d83bd13c34099c0653c439e2d16a1115c0b31d7d904d03d1"` Oct 15 01:26:29.239 INFO blam! f1488eefcd82c904d83bd13c34099c0653c439e2d16a1115c0b31d7d904d03d1