Oct 31 22:58:13.039 INFO checking psiofxt/rust-blockchain against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 22:58:13.041 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 22:58:13.472 INFO blam! 78b37166fb2ba71c0729c70fdfd94d19267f5026c6a84403847d61b04c314a67 Oct 31 22:58:13.473 INFO running `"docker" "start" "-a" "78b37166fb2ba71c0729c70fdfd94d19267f5026c6a84403847d61b04c314a67"` Oct 31 22:58:15.115 INFO kablam! usermod: no changes Oct 31 22:58:15.475 INFO kablam! Compiling proc-macro2 v0.4.16 Oct 31 22:58:15.475 INFO kablam! Compiling serde v1.0.76 Oct 31 22:58:15.475 INFO kablam! Compiling byteorder v1.2.6 Oct 31 22:58:15.475 INFO kablam! Compiling proc-macro-hack-impl v0.4.0 Oct 31 22:58:15.475 INFO kablam! Compiling itoa v0.4.2 Oct 31 22:58:15.475 INFO kablam! Compiling fnv v1.0.6 Oct 31 22:58:15.475 INFO kablam! Checking tower-service v0.1.0 Oct 31 22:58:15.475 INFO kablam! Compiling iovec v0.1.2 Oct 31 22:58:16.991 INFO kablam! Checking want v0.0.6 Oct 31 22:58:17.860 INFO kablam! Checking atoi v0.2.3 Oct 31 22:58:19.015 INFO kablam! Checking h2 v0.1.12 Oct 31 22:58:19.043 INFO kablam! Checking chrono v0.4.6 Oct 31 22:58:19.880 INFO kablam! Compiling bytes v0.4.9 Oct 31 22:58:25.480 INFO kablam! Compiling proc-macro-hack v0.4.0 Oct 31 22:58:27.436 INFO kablam! Compiling http v0.1.10 Oct 31 22:58:32.652 INFO kablam! Compiling quote v0.6.8 Oct 31 22:58:36.717 INFO kablam! Compiling syn v0.14.9 Oct 31 22:58:39.130 INFO kablam! Checking hyper v0.12.9 Oct 31 22:58:56.020 INFO kablam! Checking serde_plain v0.3.0 Oct 31 22:58:56.020 INFO kablam! Checking serde_json v1.0.26 Oct 31 22:58:56.020 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 31 22:59:14.659 INFO kablam! Compiling serde_derive v1.0.76 Oct 31 22:59:14.660 INFO kablam! Compiling tower-web-macros v0.2.0 Oct 31 22:59:50.599 INFO kablam! Checking tower-web v0.2.1 Oct 31 23:00:00.157 INFO kablam! Checking rust-blockchain v0.1.0 (/source) Oct 31 23:00:03.211 INFO kablam! warning: struct is never constructed: `Block` Oct 31 23:00:03.211 INFO kablam! --> src/blockchain.rs:3:1 Oct 31 23:00:03.211 INFO kablam! | Oct 31 23:00:03.211 INFO kablam! 3 | struct Block { Oct 31 23:00:03.211 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:00:03.211 INFO kablam! | Oct 31 23:00:03.211 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 23:00:03.211 INFO kablam! Oct 31 23:00:03.211 INFO kablam! warning: struct is never constructed: `Transaction` Oct 31 23:00:03.211 INFO kablam! --> src/blockchain.rs:11:1 Oct 31 23:00:03.211 INFO kablam! | Oct 31 23:00:03.211 INFO kablam! 11 | struct Transaction { Oct 31 23:00:03.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.212 INFO kablam! Oct 31 23:00:03.212 INFO kablam! warning: struct is never constructed: `Node` Oct 31 23:00:03.212 INFO kablam! --> src/blockchain.rs:17:1 Oct 31 23:00:03.212 INFO kablam! | Oct 31 23:00:03.212 INFO kablam! 17 | struct Node { Oct 31 23:00:03.212 INFO kablam! | ^^^^^^^^^^^ Oct 31 23:00:03.212 INFO kablam! Oct 31 23:00:03.212 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 31 23:00:03.212 INFO kablam! --> src/blockchain.rs:21:1 Oct 31 23:00:03.212 INFO kablam! | Oct 31 23:00:03.212 INFO kablam! 21 | pub struct Blockchain { Oct 31 23:00:03.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.212 INFO kablam! Oct 31 23:00:03.212 INFO kablam! warning: method is never used: `new_block` Oct 31 23:00:03.212 INFO kablam! --> src/blockchain.rs:30:5 Oct 31 23:00:03.212 INFO kablam! | Oct 31 23:00:03.212 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 31 23:00:03.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.213 INFO kablam! Oct 31 23:00:03.213 INFO kablam! warning: method is never used: `new_transaction` Oct 31 23:00:03.213 INFO kablam! --> src/blockchain.rs:43:5 Oct 31 23:00:03.213 INFO kablam! | Oct 31 23:00:03.213 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 31 23:00:03.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.213 INFO kablam! Oct 31 23:00:03.213 INFO kablam! warning: method is never used: `first_name` Oct 31 23:00:03.213 INFO kablam! --> src/blockchain.rs:52:5 Oct 31 23:00:03.213 INFO kablam! | Oct 31 23:00:03.213 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 31 23:00:03.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.213 INFO kablam! Oct 31 23:00:03.284 INFO kablam! warning: struct is never constructed: `Block` Oct 31 23:00:03.284 INFO kablam! --> src/blockchain.rs:3:1 Oct 31 23:00:03.284 INFO kablam! | Oct 31 23:00:03.284 INFO kablam! 3 | struct Block { Oct 31 23:00:03.284 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:00:03.284 INFO kablam! | Oct 31 23:00:03.284 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 23:00:03.284 INFO kablam! Oct 31 23:00:03.284 INFO kablam! warning: struct is never constructed: `Transaction` Oct 31 23:00:03.284 INFO kablam! --> src/blockchain.rs:11:1 Oct 31 23:00:03.284 INFO kablam! | Oct 31 23:00:03.284 INFO kablam! 11 | struct Transaction { Oct 31 23:00:03.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.284 INFO kablam! Oct 31 23:00:03.284 INFO kablam! warning: struct is never constructed: `Node` Oct 31 23:00:03.284 INFO kablam! --> src/blockchain.rs:17:1 Oct 31 23:00:03.284 INFO kablam! | Oct 31 23:00:03.284 INFO kablam! 17 | struct Node { Oct 31 23:00:03.284 INFO kablam! | ^^^^^^^^^^^ Oct 31 23:00:03.284 INFO kablam! Oct 31 23:00:03.285 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 31 23:00:03.285 INFO kablam! --> src/blockchain.rs:21:1 Oct 31 23:00:03.285 INFO kablam! | Oct 31 23:00:03.285 INFO kablam! 21 | pub struct Blockchain { Oct 31 23:00:03.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.285 INFO kablam! Oct 31 23:00:03.285 INFO kablam! warning: method is never used: `new_block` Oct 31 23:00:03.285 INFO kablam! --> src/blockchain.rs:30:5 Oct 31 23:00:03.285 INFO kablam! | Oct 31 23:00:03.285 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 31 23:00:03.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.285 INFO kablam! Oct 31 23:00:03.285 INFO kablam! warning: method is never used: `new_transaction` Oct 31 23:00:03.285 INFO kablam! --> src/blockchain.rs:43:5 Oct 31 23:00:03.285 INFO kablam! | Oct 31 23:00:03.285 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 31 23:00:03.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.285 INFO kablam! Oct 31 23:00:03.285 INFO kablam! warning: method is never used: `first_name` Oct 31 23:00:03.285 INFO kablam! --> src/blockchain.rs:52:5 Oct 31 23:00:03.285 INFO kablam! | Oct 31 23:00:03.285 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 31 23:00:03.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:00:03.285 INFO kablam! Oct 31 23:00:03.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 31 23:00:03.343 INFO kablam! su: No module specific data is present Oct 31 23:00:04.059 INFO running `"docker" "rm" "-f" "78b37166fb2ba71c0729c70fdfd94d19267f5026c6a84403847d61b04c314a67"` Oct 31 23:00:04.428 INFO blam! 78b37166fb2ba71c0729c70fdfd94d19267f5026c6a84403847d61b04c314a67