Oct 21 12:17:16.916 INFO checking werner/firstcoin against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:17:16.918 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:17:17.371 INFO blam! fe1fa24c25eee54bc897ba3954035990eb5b03dcb363bdfe4c70fee7c4999f15 Oct 21 12:17:17.372 INFO running `"docker" "start" "-a" "fe1fa24c25eee54bc897ba3954035990eb5b03dcb363bdfe4c70fee7c4999f15"` Oct 21 12:17:19.576 INFO kablam! usermod: no changes Oct 21 12:17:19.724 INFO kablam! Compiling libc v0.2.36 Oct 21 12:17:19.724 INFO kablam! Compiling either v1.4.0 Oct 21 12:17:19.724 INFO kablam! Compiling scopeguard v0.3.3 Oct 21 12:17:19.724 INFO kablam! Compiling lazy_static v0.2.11 Oct 21 12:17:19.724 INFO kablam! Checking itertools v0.5.10 Oct 21 12:17:19.724 INFO kablam! Checking rand v0.3.22 Oct 21 12:17:21.040 INFO kablam! Compiling coco v0.1.1 Oct 21 12:17:23.293 INFO kablam! Compiling rand v0.4.2 Oct 21 12:17:23.293 INFO kablam! Compiling num_cpus v1.8.0 Oct 21 12:17:23.390 INFO kablam! Checking parity-wordlist v1.2.0 Oct 21 12:17:27.003 INFO kablam! Compiling rayon-core v1.3.0 Oct 21 12:17:28.986 INFO kablam! Compiling rayon v0.8.2 Oct 21 12:17:32.283 INFO kablam! Compiling ring v0.12.1 Oct 21 12:17:39.456 INFO kablam! Checking firstcoin v0.1.0 (/source) Oct 21 12:17:39.677 INFO kablam! warning: unused imports: `digest`, `signature` Oct 21 12:17:39.678 INFO kablam! --> src/wallet.rs:2:12 Oct 21 12:17:39.678 INFO kablam! | Oct 21 12:17:39.678 INFO kablam! 2 | use ring::{digest, signature, rand, agreement}; Oct 21 12:17:39.678 INFO kablam! | ^^^^^^ ^^^^^^^^^ Oct 21 12:17:39.678 INFO kablam! | Oct 21 12:17:39.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:17:39.679 INFO kablam! Oct 21 12:17:39.689 INFO kablam! warning: unused imports: `digest`, `signature` Oct 21 12:17:39.689 INFO kablam! --> src/wallet.rs:2:12 Oct 21 12:17:39.690 INFO kablam! | Oct 21 12:17:39.690 INFO kablam! 2 | use ring::{digest, signature, rand, agreement}; Oct 21 12:17:39.690 INFO kablam! | ^^^^^^ ^^^^^^^^^ Oct 21 12:17:39.690 INFO kablam! | Oct 21 12:17:39.690 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:17:39.690 INFO kablam! Oct 21 12:17:39.841 INFO kablam! warning: function is never used: `generate_hash` Oct 21 12:17:39.841 INFO kablam! --> src/string_utils.rs:9:1 Oct 21 12:17:39.841 INFO kablam! | Oct 21 12:17:39.841 INFO kablam! 9 | pub fn generate_hash() -> String { Oct 21 12:17:39.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.842 INFO kablam! | Oct 21 12:17:39.842 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:17:39.842 INFO kablam! Oct 21 12:17:39.842 INFO kablam! warning: struct is never constructed: `Wallet` Oct 21 12:17:39.843 INFO kablam! --> src/wallet.rs:4:1 Oct 21 12:17:39.843 INFO kablam! | Oct 21 12:17:39.843 INFO kablam! 4 | pub struct Wallet { Oct 21 12:17:39.843 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.844 INFO kablam! Oct 21 12:17:39.844 INFO kablam! warning: method is never used: `new` Oct 21 12:17:39.844 INFO kablam! --> src/wallet.rs:10:3 Oct 21 12:17:39.844 INFO kablam! | Oct 21 12:17:39.844 INFO kablam! 10 | pub fn new() -> Wallet { Oct 21 12:17:39.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.845 INFO kablam! Oct 21 12:17:39.845 INFO kablam! warning: method is never used: `generate_keys` Oct 21 12:17:39.845 INFO kablam! --> src/wallet.rs:17:3 Oct 21 12:17:39.846 INFO kablam! | Oct 21 12:17:39.846 INFO kablam! 17 | pub fn generate_keys(&mut self) -> &Wallet { Oct 21 12:17:39.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.846 INFO kablam! Oct 21 12:17:39.846 INFO kablam! warning: type alias is never used: `PublicKey` Oct 21 12:17:39.847 INFO kablam! --> src/transaction.rs:3:1 Oct 21 12:17:39.847 INFO kablam! | Oct 21 12:17:39.847 INFO kablam! 3 | type PublicKey = String; Oct 21 12:17:39.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.847 INFO kablam! Oct 21 12:17:39.848 INFO kablam! warning: struct is never constructed: `TransactionInput` Oct 21 12:17:39.848 INFO kablam! --> src/transaction.rs:4:1 Oct 21 12:17:39.848 INFO kablam! | Oct 21 12:17:39.848 INFO kablam! 4 | pub struct TransactionInput {} Oct 21 12:17:39.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.848 INFO kablam! Oct 21 12:17:39.849 INFO kablam! warning: struct is never constructed: `TransactionOutput` Oct 21 12:17:39.849 INFO kablam! --> src/transaction.rs:5:1 Oct 21 12:17:39.849 INFO kablam! | Oct 21 12:17:39.849 INFO kablam! 5 | pub struct TransactionOutput {} Oct 21 12:17:39.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.849 INFO kablam! Oct 21 12:17:39.849 INFO kablam! warning: struct is never constructed: `Transaction` Oct 21 12:17:39.850 INFO kablam! --> src/transaction.rs:7:1 Oct 21 12:17:39.850 INFO kablam! | Oct 21 12:17:39.850 INFO kablam! 7 | pub struct Transaction { Oct 21 12:17:39.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.850 INFO kablam! Oct 21 12:17:39.850 INFO kablam! warning: method is never used: `new` Oct 21 12:17:39.851 INFO kablam! --> src/transaction.rs:19:3 Oct 21 12:17:39.851 INFO kablam! | Oct 21 12:17:39.851 INFO kablam! 19 | pub fn new(from: PublicKey, to: PublicKey, value: f64, inputs: Vec, sequence: i32) -> Transaction { Oct 21 12:17:39.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.851 INFO kablam! Oct 21 12:17:39.910 INFO kablam! warning: function is never used: `generate_hash` Oct 21 12:17:39.910 INFO kablam! --> src/string_utils.rs:9:1 Oct 21 12:17:39.910 INFO kablam! | Oct 21 12:17:39.910 INFO kablam! 9 | pub fn generate_hash() -> String { Oct 21 12:17:39.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.910 INFO kablam! | Oct 21 12:17:39.910 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:17:39.910 INFO kablam! Oct 21 12:17:39.910 INFO kablam! warning: struct is never constructed: `Wallet` Oct 21 12:17:39.910 INFO kablam! --> src/wallet.rs:4:1 Oct 21 12:17:39.910 INFO kablam! | Oct 21 12:17:39.910 INFO kablam! 4 | pub struct Wallet { Oct 21 12:17:39.910 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.910 INFO kablam! Oct 21 12:17:39.910 INFO kablam! warning: method is never used: `new` Oct 21 12:17:39.910 INFO kablam! --> src/wallet.rs:10:3 Oct 21 12:17:39.910 INFO kablam! | Oct 21 12:17:39.910 INFO kablam! 10 | pub fn new() -> Wallet { Oct 21 12:17:39.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.910 INFO kablam! Oct 21 12:17:39.911 INFO kablam! warning: method is never used: `generate_keys` Oct 21 12:17:39.911 INFO kablam! --> src/wallet.rs:17:3 Oct 21 12:17:39.911 INFO kablam! | Oct 21 12:17:39.912 INFO kablam! 17 | pub fn generate_keys(&mut self) -> &Wallet { Oct 21 12:17:39.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.912 INFO kablam! Oct 21 12:17:39.912 INFO kablam! warning: type alias is never used: `PublicKey` Oct 21 12:17:39.912 INFO kablam! --> src/transaction.rs:3:1 Oct 21 12:17:39.913 INFO kablam! | Oct 21 12:17:39.913 INFO kablam! 3 | type PublicKey = String; Oct 21 12:17:39.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.913 INFO kablam! Oct 21 12:17:39.913 INFO kablam! warning: struct is never constructed: `TransactionInput` Oct 21 12:17:39.913 INFO kablam! --> src/transaction.rs:4:1 Oct 21 12:17:39.913 INFO kablam! | Oct 21 12:17:39.913 INFO kablam! 4 | pub struct TransactionInput {} Oct 21 12:17:39.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.913 INFO kablam! Oct 21 12:17:39.913 INFO kablam! warning: struct is never constructed: `TransactionOutput` Oct 21 12:17:39.913 INFO kablam! --> src/transaction.rs:5:1 Oct 21 12:17:39.913 INFO kablam! | Oct 21 12:17:39.913 INFO kablam! 5 | pub struct TransactionOutput {} Oct 21 12:17:39.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.913 INFO kablam! Oct 21 12:17:39.913 INFO kablam! warning: struct is never constructed: `Transaction` Oct 21 12:17:39.913 INFO kablam! --> src/transaction.rs:7:1 Oct 21 12:17:39.913 INFO kablam! | Oct 21 12:17:39.913 INFO kablam! 7 | pub struct Transaction { Oct 21 12:17:39.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.913 INFO kablam! Oct 21 12:17:39.913 INFO kablam! warning: method is never used: `new` Oct 21 12:17:39.913 INFO kablam! --> src/transaction.rs:19:3 Oct 21 12:17:39.913 INFO kablam! | Oct 21 12:17:39.913 INFO kablam! 19 | pub fn new(from: PublicKey, to: PublicKey, value: f64, inputs: Vec, sequence: i32) -> Transaction { Oct 21 12:17:39.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:17:39.913 INFO kablam! Oct 21 12:17:40.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.38s Oct 21 12:17:40.000 INFO kablam! su: No module specific data is present Oct 21 12:17:40.874 INFO running `"docker" "rm" "-f" "fe1fa24c25eee54bc897ba3954035990eb5b03dcb363bdfe4c70fee7c4999f15"` Oct 21 12:17:41.248 INFO blam! fe1fa24c25eee54bc897ba3954035990eb5b03dcb363bdfe4c70fee7c4999f15