Oct 13 03:33:46.734 INFO testing psiofxt/rust-blockchain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:33:46.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 03:33:47.094 INFO blam! a9f8297643a23f5f4ed160edbac9b7ca4392a6ac24dd83a9d1cca303c2aba02c Oct 13 03:33:47.103 INFO running `"docker" "start" "-a" "a9f8297643a23f5f4ed160edbac9b7ca4392a6ac24dd83a9d1cca303c2aba02c"` Oct 13 03:33:48.735 INFO kablam! usermod: no changes Oct 13 03:33:48.936 INFO kablam! Compiling proc-macro2 v0.4.16 Oct 13 03:33:48.936 INFO kablam! Compiling proc-macro-hack-impl v0.4.0 Oct 13 03:33:48.936 INFO kablam! Compiling iovec v0.1.2 Oct 13 03:33:48.938 INFO kablam! Compiling tower-service v0.1.0 Oct 13 03:33:48.938 INFO kablam! Compiling parking_lot_core v0.3.0 Oct 13 03:33:48.938 INFO kablam! Compiling atoi v0.2.3 Oct 13 03:33:48.938 INFO kablam! Compiling serde_json v1.0.26 Oct 13 03:33:48.938 INFO kablam! Compiling serde_plain v0.3.0 Oct 13 03:33:50.661 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 13 03:33:50.711 INFO kablam! Compiling bytes v0.4.9 Oct 13 03:33:50.751 INFO kablam! Compiling mio v0.6.15 Oct 13 03:33:53.147 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 13 03:33:57.131 INFO kablam! Compiling parking_lot v0.6.4 Oct 13 03:33:57.187 INFO kablam! Compiling tokio-io v0.1.8 Oct 13 03:33:57.227 INFO kablam! Compiling http v0.1.10 Oct 13 03:33:58.311 INFO kablam! Compiling proc-macro-hack v0.4.0 Oct 13 03:34:03.303 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 03:34:03.600 INFO kablam! Compiling mio-uds v0.6.6 Oct 13 03:34:05.767 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 13 03:34:05.826 INFO kablam! Compiling tokio-fs v0.1.3 Oct 13 03:34:09.076 INFO kablam! Compiling quote v0.6.8 Oct 13 03:34:12.659 INFO kablam! Compiling tokio-uds v0.2.1 Oct 13 03:34:12.659 INFO kablam! Compiling tokio-udp v0.1.2 Oct 13 03:34:12.659 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 13 03:34:16.423 INFO kablam! Compiling syn v0.14.9 Oct 13 03:34:18.283 INFO kablam! Compiling tokio v0.1.8 Oct 13 03:34:26.619 INFO kablam! Compiling h2 v0.1.12 Oct 13 03:34:38.776 INFO kablam! Compiling hyper v0.12.9 Oct 13 03:34:57.627 INFO kablam! Compiling tower-web-macros v0.2.0 Oct 13 03:34:57.627 INFO kablam! Compiling serde_derive v1.0.76 Oct 13 03:35:30.951 INFO kablam! Compiling tower-web v0.2.1 Oct 13 03:35:42.855 INFO kablam! Compiling rust-blockchain v0.1.0 (/source) Oct 13 03:35:45.555 INFO kablam! warning: struct is never constructed: `Block` Oct 13 03:35:45.555 INFO kablam! --> src/blockchain.rs:3:1 Oct 13 03:35:45.556 INFO kablam! | Oct 13 03:35:45.556 INFO kablam! 3 | struct Block { Oct 13 03:35:45.556 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:35:45.557 INFO kablam! | Oct 13 03:35:45.557 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:35:45.557 INFO kablam! Oct 13 03:35:45.557 INFO kablam! warning: struct is never constructed: `Transaction` Oct 13 03:35:45.558 INFO kablam! --> src/blockchain.rs:11:1 Oct 13 03:35:45.558 INFO kablam! | Oct 13 03:35:45.558 INFO kablam! 11 | struct Transaction { Oct 13 03:35:45.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 03:35:45.559 INFO kablam! Oct 13 03:35:45.559 INFO kablam! warning: struct is never constructed: `Node` Oct 13 03:35:45.559 INFO kablam! --> src/blockchain.rs:17:1 Oct 13 03:35:45.560 INFO kablam! | Oct 13 03:35:45.560 INFO kablam! 17 | struct Node { Oct 13 03:35:45.560 INFO kablam! | ^^^^^^^^^^^ Oct 13 03:35:45.560 INFO kablam! Oct 13 03:35:45.561 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 13 03:35:45.561 INFO kablam! --> src/blockchain.rs:21:1 Oct 13 03:35:45.561 INFO kablam! | Oct 13 03:35:45.562 INFO kablam! 21 | pub struct Blockchain { Oct 13 03:35:45.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:45.562 INFO kablam! Oct 13 03:35:45.562 INFO kablam! warning: method is never used: `new_block` Oct 13 03:35:45.563 INFO kablam! --> src/blockchain.rs:30:5 Oct 13 03:35:45.563 INFO kablam! | Oct 13 03:35:45.563 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 13 03:35:45.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:45.564 INFO kablam! Oct 13 03:35:45.564 INFO kablam! warning: method is never used: `new_transaction` Oct 13 03:35:45.564 INFO kablam! --> src/blockchain.rs:43:5 Oct 13 03:35:45.564 INFO kablam! | Oct 13 03:35:45.565 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 13 03:35:45.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:45.565 INFO kablam! Oct 13 03:35:45.565 INFO kablam! warning: method is never used: `first_name` Oct 13 03:35:45.565 INFO kablam! --> src/blockchain.rs:52:5 Oct 13 03:35:45.566 INFO kablam! | Oct 13 03:35:45.566 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 13 03:35:45.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:45.566 INFO kablam! Oct 13 03:35:52.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 03s Oct 13 03:35:52.203 INFO kablam! su: No module specific data is present Oct 13 03:35:53.187 INFO running `"docker" "rm" "-f" "a9f8297643a23f5f4ed160edbac9b7ca4392a6ac24dd83a9d1cca303c2aba02c"` Oct 13 03:35:53.477 INFO blam! a9f8297643a23f5f4ed160edbac9b7ca4392a6ac24dd83a9d1cca303c2aba02c Oct 13 03:35:53.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 03:35:53.875 INFO blam! 5675585074ed0f0a9b9333cb838d0317d4806af04c9924bd71a7bdc7a8043d98 Oct 13 03:35:53.892 INFO running `"docker" "start" "-a" "5675585074ed0f0a9b9333cb838d0317d4806af04c9924bd71a7bdc7a8043d98"` Oct 13 03:35:55.090 INFO kablam! usermod: no changes Oct 13 03:35:55.351 INFO kablam! Compiling rust-blockchain v0.1.0 (/source) Oct 13 03:35:57.423 INFO kablam! warning: struct is never constructed: `Block` Oct 13 03:35:57.424 INFO kablam! --> src/blockchain.rs:3:1 Oct 13 03:35:57.424 INFO kablam! | Oct 13 03:35:57.425 INFO kablam! 3 | struct Block { Oct 13 03:35:57.425 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:35:57.425 INFO kablam! | Oct 13 03:35:57.425 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:35:57.425 INFO kablam! Oct 13 03:35:57.425 INFO kablam! warning: struct is never constructed: `Transaction` Oct 13 03:35:57.425 INFO kablam! --> src/blockchain.rs:11:1 Oct 13 03:35:57.425 INFO kablam! | Oct 13 03:35:57.425 INFO kablam! 11 | struct Transaction { Oct 13 03:35:57.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 03:35:57.425 INFO kablam! Oct 13 03:35:57.425 INFO kablam! warning: struct is never constructed: `Node` Oct 13 03:35:57.425 INFO kablam! --> src/blockchain.rs:17:1 Oct 13 03:35:57.425 INFO kablam! | Oct 13 03:35:57.425 INFO kablam! 17 | struct Node { Oct 13 03:35:57.425 INFO kablam! | ^^^^^^^^^^^ Oct 13 03:35:57.425 INFO kablam! Oct 13 03:35:57.426 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 13 03:35:57.426 INFO kablam! --> src/blockchain.rs:21:1 Oct 13 03:35:57.426 INFO kablam! | Oct 13 03:35:57.426 INFO kablam! 21 | pub struct Blockchain { Oct 13 03:35:57.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:57.426 INFO kablam! Oct 13 03:35:57.426 INFO kablam! warning: method is never used: `new_block` Oct 13 03:35:57.426 INFO kablam! --> src/blockchain.rs:30:5 Oct 13 03:35:57.426 INFO kablam! | Oct 13 03:35:57.426 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 13 03:35:57.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:57.426 INFO kablam! Oct 13 03:35:57.426 INFO kablam! warning: method is never used: `new_transaction` Oct 13 03:35:57.426 INFO kablam! --> src/blockchain.rs:43:5 Oct 13 03:35:57.426 INFO kablam! | Oct 13 03:35:57.426 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 13 03:35:57.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:57.426 INFO kablam! Oct 13 03:35:57.426 INFO kablam! warning: method is never used: `first_name` Oct 13 03:35:57.426 INFO kablam! --> src/blockchain.rs:52:5 Oct 13 03:35:57.426 INFO kablam! | Oct 13 03:35:57.426 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 13 03:35:57.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:57.426 INFO kablam! Oct 13 03:35:58.109 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 13 03:35:58.120 INFO kablam! su: No module specific data is present Oct 13 03:35:59.416 INFO running `"docker" "rm" "-f" "5675585074ed0f0a9b9333cb838d0317d4806af04c9924bd71a7bdc7a8043d98"` Oct 13 03:35:59.716 INFO blam! 5675585074ed0f0a9b9333cb838d0317d4806af04c9924bd71a7bdc7a8043d98 Oct 13 03:35:59.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 03:36:00.249 INFO blam! 0a9119f364d2f3bdfd909ec9b97564a16ea47b8e1353f843ab6ac3354a4520f2 Oct 13 03:36:00.251 INFO running `"docker" "start" "-a" "0a9119f364d2f3bdfd909ec9b97564a16ea47b8e1353f843ab6ac3354a4520f2"` Oct 13 03:36:02.455 INFO kablam! usermod: no changes Oct 13 03:36:02.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 13 03:36:02.659 INFO kablam! Running /target/debug/deps/rust_blockchain-cfa5e7255aecb21e Oct 13 03:36:02.662 INFO blam! Oct 13 03:36:02.663 INFO blam! running 0 tests Oct 13 03:36:02.663 INFO blam! Oct 13 03:36:02.663 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:36:02.663 INFO blam! Oct 13 03:36:02.671 INFO kablam! su: No module specific data is present Oct 13 03:36:03.711 INFO running `"docker" "rm" "-f" "0a9119f364d2f3bdfd909ec9b97564a16ea47b8e1353f843ab6ac3354a4520f2"` Oct 13 03:36:04.020 INFO blam! 0a9119f364d2f3bdfd909ec9b97564a16ea47b8e1353f843ab6ac3354a4520f2