Oct 10 16:32:41.559 INFO testing psiofxt/rust-blockchain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:32:41.559 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:32:41.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 16:32:41.994 INFO blam! 27e9dd1599d82f4cb7714e32a3c33576af625e8a173a4a95f3cd1fdc62a365af Oct 10 16:32:42.000 INFO running `"docker" "start" "-a" "27e9dd1599d82f4cb7714e32a3c33576af625e8a173a4a95f3cd1fdc62a365af"` Oct 10 16:32:43.196 INFO kablam! usermod: no changes Oct 10 16:32:43.501 INFO kablam! Compiling proc-macro2 v0.4.16 Oct 10 16:32:43.526 INFO kablam! Compiling tower-service v0.1.0 Oct 10 16:32:43.534 INFO kablam! Compiling bytes v0.4.9 Oct 10 16:32:43.534 INFO kablam! Compiling mio v0.6.15 Oct 10 16:32:43.534 INFO kablam! Compiling want v0.0.6 Oct 10 16:32:43.535 INFO kablam! Compiling parking_lot_core v0.3.0 Oct 10 16:32:43.535 INFO kablam! Compiling serde_plain v0.3.0 Oct 10 16:32:43.535 INFO kablam! Compiling serde_json v1.0.26 Oct 10 16:32:46.604 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 10 16:32:46.652 INFO kablam! Compiling chrono v0.4.6 Oct 10 16:32:49.288 INFO kablam! Compiling parking_lot v0.6.4 Oct 10 16:32:50.292 INFO kablam! Compiling tokio-io v0.1.8 Oct 10 16:32:50.292 INFO kablam! Compiling http v0.1.10 Oct 10 16:32:56.488 INFO kablam! Compiling mio-uds v0.6.6 Oct 10 16:32:58.353 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 10 16:32:58.353 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 16:32:58.353 INFO kablam! Compiling tokio-fs v0.1.3 Oct 10 16:33:03.284 INFO kablam! Compiling quote v0.6.8 Oct 10 16:33:05.768 INFO kablam! Compiling tokio-uds v0.2.1 Oct 10 16:33:05.768 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 10 16:33:05.768 INFO kablam! Compiling tokio-udp v0.1.2 Oct 10 16:33:09.944 INFO kablam! Compiling h2 v0.1.12 Oct 10 16:33:13.220 INFO kablam! Compiling syn v0.14.9 Oct 10 16:33:13.295 INFO kablam! Compiling tokio v0.1.8 Oct 10 16:33:23.436 INFO kablam! Compiling hyper v0.12.9 Oct 10 16:33:42.652 INFO kablam! Compiling serde_derive v1.0.76 Oct 10 16:33:42.652 INFO kablam! Compiling tower-web-macros v0.2.0 Oct 10 16:34:15.509 INFO kablam! Compiling tower-web v0.2.1 Oct 10 16:34:28.648 INFO kablam! Compiling rust-blockchain v0.1.0 (/source) Oct 10 16:34:33.484 INFO kablam! warning: struct is never constructed: `Block` Oct 10 16:34:33.484 INFO kablam! --> src/blockchain.rs:3:1 Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.484 INFO kablam! 3 | struct Block { Oct 10 16:34:33.484 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.484 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:34:33.484 INFO kablam! Oct 10 16:34:33.484 INFO kablam! warning: struct is never constructed: `Transaction` Oct 10 16:34:33.484 INFO kablam! --> src/blockchain.rs:11:1 Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.484 INFO kablam! 11 | struct Transaction { Oct 10 16:34:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:34:33.484 INFO kablam! Oct 10 16:34:33.484 INFO kablam! warning: struct is never constructed: `Node` Oct 10 16:34:33.484 INFO kablam! --> src/blockchain.rs:17:1 Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.484 INFO kablam! 17 | struct Node { Oct 10 16:34:33.484 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:34:33.484 INFO kablam! Oct 10 16:34:33.484 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 10 16:34:33.484 INFO kablam! --> src/blockchain.rs:21:1 Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.484 INFO kablam! 21 | pub struct Blockchain { Oct 10 16:34:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:33.484 INFO kablam! Oct 10 16:34:33.484 INFO kablam! warning: method is never used: `new_block` Oct 10 16:34:33.484 INFO kablam! --> src/blockchain.rs:30:5 Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.484 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 10 16:34:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:33.484 INFO kablam! Oct 10 16:34:33.484 INFO kablam! warning: method is never used: `new_transaction` Oct 10 16:34:33.484 INFO kablam! --> src/blockchain.rs:43:5 Oct 10 16:34:33.484 INFO kablam! | Oct 10 16:34:33.485 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 10 16:34:33.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:33.485 INFO kablam! Oct 10 16:34:33.485 INFO kablam! warning: method is never used: `first_name` Oct 10 16:34:33.485 INFO kablam! --> src/blockchain.rs:52:5 Oct 10 16:34:33.485 INFO kablam! | Oct 10 16:34:33.485 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 10 16:34:33.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:33.485 INFO kablam! Oct 10 16:34:39.257 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 56s Oct 10 16:34:39.265 INFO kablam! su: No module specific data is present Oct 10 16:34:40.044 INFO running `"docker" "rm" "-f" "27e9dd1599d82f4cb7714e32a3c33576af625e8a173a4a95f3cd1fdc62a365af"` Oct 10 16:34:40.236 INFO blam! 27e9dd1599d82f4cb7714e32a3c33576af625e8a173a4a95f3cd1fdc62a365af Oct 10 16:34:40.252 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:34:40.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 16:34:40.608 INFO blam! 19e123004ac481902c6f3bf556abe805dd90f7f8eec0dc78ab12e872d1f706df Oct 10 16:34:40.624 INFO running `"docker" "start" "-a" "19e123004ac481902c6f3bf556abe805dd90f7f8eec0dc78ab12e872d1f706df"` Oct 10 16:34:42.116 INFO kablam! usermod: no changes Oct 10 16:34:42.376 INFO kablam! Compiling rust-blockchain v0.1.0 (/source) Oct 10 16:34:47.236 INFO kablam! warning: struct is never constructed: `Block` Oct 10 16:34:47.236 INFO kablam! --> src/blockchain.rs:3:1 Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! 3 | struct Block { Oct 10 16:34:47.236 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:34:47.236 INFO kablam! Oct 10 16:34:47.236 INFO kablam! warning: struct is never constructed: `Transaction` Oct 10 16:34:47.236 INFO kablam! --> src/blockchain.rs:11:1 Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! 11 | struct Transaction { Oct 10 16:34:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:34:47.236 INFO kablam! Oct 10 16:34:47.236 INFO kablam! warning: struct is never constructed: `Node` Oct 10 16:34:47.236 INFO kablam! --> src/blockchain.rs:17:1 Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! 17 | struct Node { Oct 10 16:34:47.236 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:34:47.236 INFO kablam! Oct 10 16:34:47.236 INFO kablam! warning: struct is never constructed: `Blockchain` Oct 10 16:34:47.236 INFO kablam! --> src/blockchain.rs:21:1 Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! 21 | pub struct Blockchain { Oct 10 16:34:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:47.236 INFO kablam! Oct 10 16:34:47.236 INFO kablam! warning: method is never used: `new_block` Oct 10 16:34:47.236 INFO kablam! --> src/blockchain.rs:30:5 Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! 30 | pub fn new_block(&mut self, proof: String, previous_hash: String){ Oct 10 16:34:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:47.236 INFO kablam! Oct 10 16:34:47.236 INFO kablam! warning: method is never used: `new_transaction` Oct 10 16:34:47.236 INFO kablam! --> src/blockchain.rs:43:5 Oct 10 16:34:47.236 INFO kablam! | Oct 10 16:34:47.236 INFO kablam! 43 | fn new_transaction(&mut self, sender: String, recipient: String, amount: f32) { Oct 10 16:34:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:47.237 INFO kablam! Oct 10 16:34:47.237 INFO kablam! warning: method is never used: `first_name` Oct 10 16:34:47.237 INFO kablam! --> src/blockchain.rs:52:5 Oct 10 16:34:47.237 INFO kablam! | Oct 10 16:34:47.237 INFO kablam! 52 | fn first_name(&self) -> usize { Oct 10 16:34:47.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:34:47.237 INFO kablam! Oct 10 16:34:47.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.65s Oct 10 16:34:47.821 INFO kablam! su: No module specific data is present Oct 10 16:34:48.358 INFO running `"docker" "rm" "-f" "19e123004ac481902c6f3bf556abe805dd90f7f8eec0dc78ab12e872d1f706df"` Oct 10 16:34:48.654 INFO blam! 19e123004ac481902c6f3bf556abe805dd90f7f8eec0dc78ab12e872d1f706df Oct 10 16:34:48.660 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:34:48.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 16:34:49.140 INFO blam! cf328f6eb2ed44c0af6beec3a639561382121354c4be7bf36de3914e1da05f7c Oct 10 16:34:49.147 INFO running `"docker" "start" "-a" "cf328f6eb2ed44c0af6beec3a639561382121354c4be7bf36de3914e1da05f7c"` Oct 10 16:34:50.248 INFO kablam! usermod: no changes Oct 10 16:34:50.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 10 16:34:50.483 INFO kablam! Running /target/debug/deps/rust_blockchain-cfa5e7255aecb21e Oct 10 16:34:50.490 INFO blam! Oct 10 16:34:50.490 INFO blam! running 0 tests Oct 10 16:34:50.490 INFO blam! Oct 10 16:34:50.490 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:34:50.490 INFO blam! Oct 10 16:34:50.493 INFO kablam! su: No module specific data is present Oct 10 16:34:51.220 INFO running `"docker" "rm" "-f" "cf328f6eb2ed44c0af6beec3a639561382121354c4be7bf36de3914e1da05f7c"` Oct 10 16:34:51.484 INFO blam! cf328f6eb2ed44c0af6beec3a639561382121354c4be7bf36de3914e1da05f7c