Oct 21 14:40:23.747 INFO checking psiofxt/rust-blockchain against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:40:23.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 14:40:24.070 INFO blam! db150957b7b269780802ab7361348ed82ba58d48d7c2a170e372037a4b0cb203 Oct 21 14:40:24.178 INFO running `"docker" "start" "-a" "db150957b7b269780802ab7361348ed82ba58d48d7c2a170e372037a4b0cb203"` Oct 21 14:40:25.476 INFO kablam! usermod: no changes Oct 21 14:40:25.728 INFO kablam! Compiling proc-macro2 v0.4.16 Oct 21 14:40:25.734 INFO kablam! Compiling fnv v1.0.6 Oct 21 14:40:25.735 INFO kablam! Compiling proc-macro-hack-impl v0.4.0 Oct 21 14:40:25.735 INFO kablam! Checking tower-service v0.1.0 Oct 21 14:40:25.735 INFO kablam! Compiling iovec v0.1.2 Oct 21 14:40:25.735 INFO kablam! Checking want v0.0.6 Oct 21 14:40:25.753 INFO kablam! Checking parking_lot_core v0.3.0 Oct 21 14:40:25.756 INFO kablam! Checking serde_json v1.0.26 Oct 21 14:40:26.753 INFO kablam! Checking serde_plain v0.3.0 Oct 21 14:40:26.966 INFO kablam! Checking chrono v0.4.6 Oct 21 14:40:26.989 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 21 14:40:28.360 INFO kablam! Compiling bytes v0.4.9 Oct 21 14:40:29.092 INFO kablam! Checking parking_lot v0.6.4 Oct 21 14:40:31.680 INFO kablam! Checking tokio-reactor v0.1.5 Oct 21 14:40:32.592 INFO kablam! Compiling proc-macro-hack v0.4.0 Oct 21 14:40:33.040 INFO kablam! Compiling http v0.1.10 Oct 21 14:40:34.733 INFO kablam! Checking tokio-tcp v0.1.1 Oct 21 14:40:34.733 INFO kablam! Checking tokio-udp v0.1.2 Oct 21 14:40:34.733 INFO kablam! Checking tokio-uds v0.2.1 Oct 21 14:40:37.737 INFO kablam! Checking tokio v0.1.8 Oct 21 14:40:38.512 INFO kablam! Compiling quote v0.6.8 Oct 21 14:40:40.297 INFO kablam! Checking hyper v0.12.9 Oct 21 14:40:41.844 INFO kablam! Compiling syn v0.14.9 Oct 21 14:41:08.949 INFO kablam! Compiling serde_derive v1.0.76 Oct 21 14:41:08.949 INFO kablam! Compiling tower-web-macros v0.2.0 Oct 21 14:41:31.868 INFO kablam! Checking tower-web v0.2.1 Oct 21 14:41:41.116 INFO kablam! Checking rust-blockchain v0.1.0 (/source) Oct 21 14:41:44.216 INFO kablam! warning: struct is never constructed: `Block` Oct 21 14:41:44.216 INFO kablam! --> src/blockchain.rs:3:1 Oct 21 14:41:44.216 INFO kablam! | Oct 21 14:41:44.216 INFO kablam! 3 | struct Block { Oct 21 14:41:44.216 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:41:44.216 INFO kablam! | Oct 21 14:41:44.216 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:41:44.216 INFO kablam! Oct 21 14:41:44.216 INFO kablam! warning: struct is never constructed: `Transaction` Oct 21 14:41:44.216 INFO kablam! --> src/blockchain.rs:11:1 Oct 21 14:41:44.216 INFO kablam! | Oct 21 14:41:44.216 INFO kablam! 11 | struct Transaction { Oct 21 14:41:44.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.216 INFO kablam! Oct 21 14:41:44.216 INFO kablam! warning: struct is never constructed: `Node` Oct 21 14:41:44.216 INFO kablam! --> src/blockchain.rs:17:1 Oct 21 14:41:44.216 INFO kablam! | Oct 21 14:41:44.216 INFO kablam! 17 | struct Node { Oct 21 14:41:44.216 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:41:44.216 INFO kablam! Oct 21 14:41:44.216 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 21 14:41:44.216 INFO kablam! --> src/blockchain.rs:21:1 Oct 21 14:41:44.216 INFO kablam! | Oct 21 14:41:44.216 INFO kablam! 21 | pub struct Blockchain { Oct 21 14:41:44.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.216 INFO kablam! Oct 21 14:41:44.216 INFO kablam! warning: method is never used: `new_block` Oct 21 14:41:44.216 INFO kablam! --> src/blockchain.rs:30:5 Oct 21 14:41:44.216 INFO kablam! | Oct 21 14:41:44.216 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 21 14:41:44.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.217 INFO kablam! Oct 21 14:41:44.217 INFO kablam! warning: method is never used: `new_transaction` Oct 21 14:41:44.217 INFO kablam! --> src/blockchain.rs:43:5 Oct 21 14:41:44.217 INFO kablam! | Oct 21 14:41:44.217 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 21 14:41:44.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.217 INFO kablam! Oct 21 14:41:44.217 INFO kablam! warning: method is never used: `first_name` Oct 21 14:41:44.217 INFO kablam! --> src/blockchain.rs:52:5 Oct 21 14:41:44.217 INFO kablam! | Oct 21 14:41:44.217 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 21 14:41:44.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.217 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: struct is never constructed: `Block` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:3:1 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 3 | struct Block { Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:41:44.392 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: struct is never constructed: `Transaction` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:11:1 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 11 | struct Transaction { Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.392 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: struct is never constructed: `Node` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:17:1 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 17 | struct Node { Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:41:44.392 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:21:1 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 21 | pub struct Blockchain { Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.392 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: method is never used: `new_block` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:30:5 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.392 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: method is never used: `new_transaction` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:43:5 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.392 INFO kablam! Oct 21 14:41:44.392 INFO kablam! warning: method is never used: `first_name` Oct 21 14:41:44.392 INFO kablam! --> src/blockchain.rs:52:5 Oct 21 14:41:44.392 INFO kablam! | Oct 21 14:41:44.392 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 21 14:41:44.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:41:44.393 INFO kablam! Oct 21 14:41:44.434 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 21 14:41:44.449 INFO kablam! su: No module specific data is present Oct 21 14:41:45.488 INFO running `"docker" "rm" "-f" "db150957b7b269780802ab7361348ed82ba58d48d7c2a170e372037a4b0cb203"` Oct 21 14:41:45.740 INFO blam! db150957b7b269780802ab7361348ed82ba58d48d7c2a170e372037a4b0cb203