Oct 11 01:36:34.991 INFO testing carlosgj94/simple_blockchain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:36:34.992 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:36:34.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:36:35.321 INFO blam! db69d5054d02e1f31a9f61403ce7f3d44ee514cfc1c43d07f6e14652b8c5f955 Oct 11 01:36:35.326 INFO running `"docker" "start" "-a" "db69d5054d02e1f31a9f61403ce7f3d44ee514cfc1c43d07f6e14652b8c5f955"` Oct 11 01:36:36.470 INFO kablam! usermod: no changes Oct 11 01:36:36.552 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 01:36:45.868 INFO kablam! Compiling simple_blockchain v0.1.0 (/source) Oct 11 01:36:46.189 INFO kablam! warning: value assigned to `hash` is never read Oct 11 01:36:46.189 INFO kablam! --> src/main.rs:73:13 Oct 11 01:36:46.189 INFO kablam! | Oct 11 01:36:46.190 INFO kablam! 73 | let mut hash = String::new(); Oct 11 01:36:46.190 INFO kablam! | ^^^^ Oct 11 01:36:46.190 INFO kablam! | Oct 11 01:36:46.190 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 01:36:46.191 INFO kablam! Oct 11 01:36:46.191 INFO kablam! warning: function is never used: `is_valid_new_block` Oct 11 01:36:46.191 INFO kablam! --> src/main.rs:104:1 Oct 11 01:36:46.192 INFO kablam! | Oct 11 01:36:46.192 INFO kablam! 104 | fn is_valid_new_block(n_block: Block, p_block: Block) -> bool { Oct 11 01:36:46.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:36:46.192 INFO kablam! | Oct 11 01:36:46.193 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:36:46.193 INFO kablam! Oct 11 01:36:47.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.51s Oct 11 01:36:47.011 INFO kablam! su: No module specific data is present Oct 11 01:36:47.391 INFO running `"docker" "rm" "-f" "db69d5054d02e1f31a9f61403ce7f3d44ee514cfc1c43d07f6e14652b8c5f955"` Oct 11 01:36:47.561 INFO blam! db69d5054d02e1f31a9f61403ce7f3d44ee514cfc1c43d07f6e14652b8c5f955 Oct 11 01:36:47.572 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:36:47.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:36:47.844 INFO blam! 2cd068504b05c430695b44abc8854cfed8fe51cdffa77db225586665834737f7 Oct 11 01:36:47.847 INFO running `"docker" "start" "-a" "2cd068504b05c430695b44abc8854cfed8fe51cdffa77db225586665834737f7"` Oct 11 01:36:48.506 INFO kablam! usermod: no changes Oct 11 01:36:48.565 INFO kablam! Compiling simple_blockchain v0.1.0 (/source) Oct 11 01:36:48.860 INFO kablam! warning: value assigned to `hash` is never read Oct 11 01:36:48.860 INFO kablam! --> src/main.rs:73:13 Oct 11 01:36:48.860 INFO kablam! | Oct 11 01:36:48.860 INFO kablam! 73 | let mut hash = String::new(); Oct 11 01:36:48.860 INFO kablam! | ^^^^ Oct 11 01:36:48.860 INFO kablam! | Oct 11 01:36:48.860 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 01:36:48.860 INFO kablam! Oct 11 01:36:48.876 INFO kablam! warning: function is never used: `is_valid_new_block` Oct 11 01:36:48.876 INFO kablam! --> src/main.rs:104:1 Oct 11 01:36:48.876 INFO kablam! | Oct 11 01:36:48.876 INFO kablam! 104 | fn is_valid_new_block(n_block: Block, p_block: Block) -> bool { Oct 11 01:36:48.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:36:48.876 INFO kablam! | Oct 11 01:36:48.876 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:36:48.876 INFO kablam! Oct 11 01:36:49.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 11 01:36:49.244 INFO kablam! su: No module specific data is present Oct 11 01:36:49.513 INFO running `"docker" "rm" "-f" "2cd068504b05c430695b44abc8854cfed8fe51cdffa77db225586665834737f7"` Oct 11 01:36:49.740 INFO blam! 2cd068504b05c430695b44abc8854cfed8fe51cdffa77db225586665834737f7 Oct 11 01:36:49.744 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:36:49.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:36:50.190 INFO blam! 301410617e8c9268e437f054e2f86b4979951b5369638e424e5a4e01bed54b22 Oct 11 01:36:50.191 INFO running `"docker" "start" "-a" "301410617e8c9268e437f054e2f86b4979951b5369638e424e5a4e01bed54b22"` Oct 11 01:36:51.410 INFO kablam! usermod: no changes Oct 11 01:36:51.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 01:36:51.485 INFO kablam! Running /target/debug/deps/simple_blockchain-050ce51a69c03f9e Oct 11 01:36:51.489 INFO blam! Oct 11 01:36:51.489 INFO blam! running 0 tests Oct 11 01:36:51.489 INFO blam! Oct 11 01:36:51.490 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:36:51.490 INFO blam! Oct 11 01:36:51.496 INFO kablam! su: No module specific data is present Oct 11 01:36:51.977 INFO running `"docker" "rm" "-f" "301410617e8c9268e437f054e2f86b4979951b5369638e424e5a4e01bed54b22"` Oct 11 01:36:52.244 INFO blam! 301410617e8c9268e437f054e2f86b4979951b5369638e424e5a4e01bed54b22