Oct 12 18:59:57.910 INFO testing werner/firstcoin against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:59:57.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 18:59:58.532 INFO blam! 8903c8efd75f299779f17dc0f84887752fab8f1eb11b8f1746951ba162d5b5fb Oct 12 18:59:58.539 INFO running `"docker" "start" "-a" "8903c8efd75f299779f17dc0f84887752fab8f1eb11b8f1746951ba162d5b5fb"` Oct 12 19:00:00.869 INFO kablam! usermod: no changes Oct 12 19:00:01.031 INFO kablam! Compiling rand v0.4.2 Oct 12 19:00:01.034 INFO kablam! Compiling itertools v0.5.10 Oct 12 19:00:05.395 INFO kablam! Compiling rand v0.3.22 Oct 12 19:00:05.651 INFO kablam! Compiling rayon-core v1.3.0 Oct 12 19:00:05.651 INFO kablam! Compiling parity-wordlist v1.2.0 Oct 12 19:00:09.543 INFO kablam! Compiling rayon v0.8.2 Oct 12 19:00:12.655 INFO kablam! Compiling ring v0.12.1 Oct 12 19:00:21.894 INFO kablam! Compiling firstcoin v0.1.0 (/source) Oct 12 19:00:22.130 INFO kablam! warning: unused imports: `digest`, `signature` Oct 12 19:00:22.131 INFO kablam! --> src/wallet.rs:2:12 Oct 12 19:00:22.131 INFO kablam! | Oct 12 19:00:22.132 INFO kablam! 2 | use ring::{digest, signature, rand, agreement}; Oct 12 19:00:22.133 INFO kablam! | ^^^^^^ ^^^^^^^^^ Oct 12 19:00:22.133 INFO kablam! | Oct 12 19:00:22.134 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:00:22.134 INFO kablam! Oct 12 19:00:22.247 INFO kablam! warning: function is never used: `generate_hash` Oct 12 19:00:22.248 INFO kablam! --> src/string_utils.rs:9:1 Oct 12 19:00:22.249 INFO kablam! | Oct 12 19:00:22.249 INFO kablam! 9 | pub fn generate_hash() -> String { Oct 12 19:00:22.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.250 INFO kablam! | Oct 12 19:00:22.251 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:00:22.252 INFO kablam! Oct 12 19:00:22.252 INFO kablam! warning: struct is never constructed: `Wallet` Oct 12 19:00:22.253 INFO kablam! --> src/wallet.rs:4:1 Oct 12 19:00:22.253 INFO kablam! | Oct 12 19:00:22.254 INFO kablam! 4 | pub struct Wallet { Oct 12 19:00:22.254 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.255 INFO kablam! Oct 12 19:00:22.255 INFO kablam! warning: method is never used: `new` Oct 12 19:00:22.255 INFO kablam! --> src/wallet.rs:10:3 Oct 12 19:00:22.255 INFO kablam! | Oct 12 19:00:22.255 INFO kablam! 10 | pub fn new() -> Wallet { Oct 12 19:00:22.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.255 INFO kablam! Oct 12 19:00:22.256 INFO kablam! warning: method is never used: `generate_keys` Oct 12 19:00:22.256 INFO kablam! --> src/wallet.rs:17:3 Oct 12 19:00:22.256 INFO kablam! | Oct 12 19:00:22.256 INFO kablam! 17 | pub fn generate_keys(&mut self) -> &Wallet { Oct 12 19:00:22.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.256 INFO kablam! Oct 12 19:00:22.256 INFO kablam! warning: type alias is never used: `PublicKey` Oct 12 19:00:22.256 INFO kablam! --> src/transaction.rs:3:1 Oct 12 19:00:22.256 INFO kablam! | Oct 12 19:00:22.256 INFO kablam! 3 | type PublicKey = String; Oct 12 19:00:22.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.256 INFO kablam! Oct 12 19:00:22.256 INFO kablam! warning: struct is never constructed: `TransactionInput` Oct 12 19:00:22.256 INFO kablam! --> src/transaction.rs:4:1 Oct 12 19:00:22.256 INFO kablam! | Oct 12 19:00:22.256 INFO kablam! 4 | pub struct TransactionInput {} Oct 12 19:00:22.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.256 INFO kablam! Oct 12 19:00:22.256 INFO kablam! warning: struct is never constructed: `TransactionOutput` Oct 12 19:00:22.256 INFO kablam! --> src/transaction.rs:5:1 Oct 12 19:00:22.256 INFO kablam! | Oct 12 19:00:22.256 INFO kablam! 5 | pub struct TransactionOutput {} Oct 12 19:00:22.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.256 INFO kablam! Oct 12 19:00:22.256 INFO kablam! warning: struct is never constructed: `Transaction` Oct 12 19:00:22.256 INFO kablam! --> src/transaction.rs:7:1 Oct 12 19:00:22.256 INFO kablam! | Oct 12 19:00:22.256 INFO kablam! 7 | pub struct Transaction { Oct 12 19:00:22.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.256 INFO kablam! Oct 12 19:00:22.256 INFO kablam! warning: method is never used: `new` Oct 12 19:00:22.256 INFO kablam! --> src/transaction.rs:19:3 Oct 12 19:00:22.256 INFO kablam! | Oct 12 19:00:22.256 INFO kablam! 19 | pub fn new(from: PublicKey, to: PublicKey, value: f64, inputs: Vec, sequence: i32) -> Transaction { Oct 12 19:00:22.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:22.256 INFO kablam! Oct 12 19:00:23.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.38s Oct 12 19:00:23.302 INFO kablam! su: No module specific data is present Oct 12 19:00:25.144 INFO running `"docker" "rm" "-f" "8903c8efd75f299779f17dc0f84887752fab8f1eb11b8f1746951ba162d5b5fb"` Oct 12 19:00:25.552 INFO blam! 8903c8efd75f299779f17dc0f84887752fab8f1eb11b8f1746951ba162d5b5fb Oct 12 19:00:25.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 19:00:26.047 INFO blam! 44d92fe2e3dcb2ebf07d56ab73e9f7bbe4373f9595cd5c01499a10fbbd7f0a9b Oct 12 19:00:26.051 INFO running `"docker" "start" "-a" "44d92fe2e3dcb2ebf07d56ab73e9f7bbe4373f9595cd5c01499a10fbbd7f0a9b"` Oct 12 19:00:27.294 INFO kablam! usermod: no changes Oct 12 19:00:27.383 INFO kablam! Compiling firstcoin v0.1.0 (/source) Oct 12 19:00:27.683 INFO kablam! warning: unused imports: `digest`, `signature` Oct 12 19:00:27.683 INFO kablam! --> src/wallet.rs:2:12 Oct 12 19:00:27.683 INFO kablam! | Oct 12 19:00:27.683 INFO kablam! 2 | use ring::{digest, signature, rand, agreement}; Oct 12 19:00:27.683 INFO kablam! | ^^^^^^ ^^^^^^^^^ Oct 12 19:00:27.683 INFO kablam! | Oct 12 19:00:27.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:00:27.683 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: function is never used: `generate_hash` Oct 12 19:00:27.836 INFO kablam! --> src/string_utils.rs:9:1 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 9 | pub fn generate_hash() -> String { Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:00:27.836 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: struct is never constructed: `Wallet` Oct 12 19:00:27.836 INFO kablam! --> src/wallet.rs:4:1 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 4 | pub struct Wallet { Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.836 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: method is never used: `new` Oct 12 19:00:27.836 INFO kablam! --> src/wallet.rs:10:3 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 10 | pub fn new() -> Wallet { Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.836 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: method is never used: `generate_keys` Oct 12 19:00:27.836 INFO kablam! --> src/wallet.rs:17:3 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 17 | pub fn generate_keys(&mut self) -> &Wallet { Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.836 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: type alias is never used: `PublicKey` Oct 12 19:00:27.836 INFO kablam! --> src/transaction.rs:3:1 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 3 | type PublicKey = String; Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.836 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: struct is never constructed: `TransactionInput` Oct 12 19:00:27.836 INFO kablam! --> src/transaction.rs:4:1 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 4 | pub struct TransactionInput {} Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.836 INFO kablam! Oct 12 19:00:27.836 INFO kablam! warning: struct is never constructed: `TransactionOutput` Oct 12 19:00:27.836 INFO kablam! --> src/transaction.rs:5:1 Oct 12 19:00:27.836 INFO kablam! | Oct 12 19:00:27.836 INFO kablam! 5 | pub struct TransactionOutput {} Oct 12 19:00:27.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.837 INFO kablam! Oct 12 19:00:27.837 INFO kablam! warning: struct is never constructed: `Transaction` Oct 12 19:00:27.837 INFO kablam! --> src/transaction.rs:7:1 Oct 12 19:00:27.837 INFO kablam! | Oct 12 19:00:27.837 INFO kablam! 7 | pub struct Transaction { Oct 12 19:00:27.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.837 INFO kablam! Oct 12 19:00:27.837 INFO kablam! warning: method is never used: `new` Oct 12 19:00:27.837 INFO kablam! --> src/transaction.rs:19:3 Oct 12 19:00:27.837 INFO kablam! | Oct 12 19:00:27.837 INFO kablam! 19 | pub fn new(from: PublicKey, to: PublicKey, value: f64, inputs: Vec, sequence: i32) -> Transaction { Oct 12 19:00:27.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:00:27.837 INFO kablam! Oct 12 19:00:29.250 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 12 19:00:29.254 INFO kablam! su: No module specific data is present Oct 12 19:00:30.273 INFO running `"docker" "rm" "-f" "44d92fe2e3dcb2ebf07d56ab73e9f7bbe4373f9595cd5c01499a10fbbd7f0a9b"` Oct 12 19:00:30.523 INFO blam! 44d92fe2e3dcb2ebf07d56ab73e9f7bbe4373f9595cd5c01499a10fbbd7f0a9b Oct 12 19:00:30.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 19:00:31.028 INFO blam! 92ab60378c6c57681e372b87c419311b9ee31380eb95a9e894ecb87e3693866b Oct 12 19:00:31.033 INFO running `"docker" "start" "-a" "92ab60378c6c57681e372b87c419311b9ee31380eb95a9e894ecb87e3693866b"` Oct 12 19:00:32.416 INFO kablam! usermod: no changes Oct 12 19:00:32.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 19:00:32.531 INFO kablam! Running /target/debug/deps/firstcoin-547b49a28ded2029 Oct 12 19:00:32.531 INFO blam! Oct 12 19:00:32.531 INFO blam! running 1 test Oct 12 19:00:32.531 INFO blam! test block::block_basics ... ok Oct 12 19:00:32.531 INFO blam! Oct 12 19:00:32.531 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:00:32.531 INFO blam! Oct 12 19:00:32.533 INFO kablam! su: No module specific data is present Oct 12 19:00:33.133 INFO running `"docker" "rm" "-f" "92ab60378c6c57681e372b87c419311b9ee31380eb95a9e894ecb87e3693866b"` Oct 12 19:00:33.363 INFO blam! 92ab60378c6c57681e372b87c419311b9ee31380eb95a9e894ecb87e3693866b