Oct 21 17:19:49.559 INFO checking iThinkyouknow/rust-blockchain against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:19:49.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:19:49.800 INFO blam! aad659e530f5d1401deae453ccb21d97072e43d9078799eab7dacd88394ca820 Oct 21 17:19:49.801 INFO running `"docker" "start" "-a" "aad659e530f5d1401deae453ccb21d97072e43d9078799eab7dacd88394ca820"` Oct 21 17:19:50.464 INFO kablam! usermod: no changes Oct 21 17:19:50.564 INFO kablam! Checking blockchain v0.1.0 (/source) Oct 21 17:19:51.481 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.482 INFO kablam! --> src/main.rs:17:5 Oct 21 17:19:51.482 INFO kablam! | Oct 21 17:19:51.483 INFO kablam! 17 | io::stdout().flush(); Oct 21 17:19:51.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.483 INFO kablam! | Oct 21 17:19:51.483 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:19:51.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.484 INFO kablam! Oct 21 17:19:51.484 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.485 INFO kablam! --> src/main.rs:18:5 Oct 21 17:19:51.485 INFO kablam! | Oct 21 17:19:51.485 INFO kablam! 18 | io::stdin().read_line(&mut miner_addr); Oct 21 17:19:51.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.486 INFO kablam! | Oct 21 17:19:51.486 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.486 INFO kablam! Oct 21 17:19:51.487 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.487 INFO kablam! --> src/main.rs:21:5 Oct 21 17:19:51.487 INFO kablam! | Oct 21 17:19:51.487 INFO kablam! 21 | io::stdout().flush(); Oct 21 17:19:51.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.488 INFO kablam! | Oct 21 17:19:51.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.492 INFO kablam! Oct 21 17:19:51.496 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.496 INFO kablam! --> src/main.rs:22:5 Oct 21 17:19:51.496 INFO kablam! | Oct 21 17:19:51.496 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 21 17:19:51.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:39:9 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 39 | io::stdout().flush(); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:41:9 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 41 | io::stdin().read_line(&mut choice); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:55:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 55 | io::stdout().flush(); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:56:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 56 | io::stdin().read_line(&mut sender); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:58:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 58 | io::stdout().flush(); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:59:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 59 | io::stdin().read_line(&mut receiver); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:62:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 62 | io::stdout().flush(); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:63:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.503 INFO kablam! --> src/main.rs:87:17 Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! 87 | io::stdout().flush(); Oct 21 17:19:51.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.503 INFO kablam! | Oct 21 17:19:51.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.503 INFO kablam! Oct 21 17:19:51.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.504 INFO kablam! --> src/main.rs:88:17 Oct 21 17:19:51.504 INFO kablam! | Oct 21 17:19:51.504 INFO kablam! 88 | io::stdin().read_line(&mut new_diff); Oct 21 17:19:51.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.504 INFO kablam! | Oct 21 17:19:51.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.504 INFO kablam! Oct 21 17:19:51.504 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.504 INFO kablam! --> src/main.rs:98:17 Oct 21 17:19:51.504 INFO kablam! | Oct 21 17:19:51.504 INFO kablam! 98 | io::stdout().flush(); Oct 21 17:19:51.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.504 INFO kablam! | Oct 21 17:19:51.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.504 INFO kablam! Oct 21 17:19:51.504 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.504 INFO kablam! --> src/main.rs:99:17 Oct 21 17:19:51.504 INFO kablam! | Oct 21 17:19:51.504 INFO kablam! 99 | io::stdin().read_line(&mut new_reward); Oct 21 17:19:51.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.504 INFO kablam! | Oct 21 17:19:51.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.504 INFO kablam! Oct 21 17:19:51.556 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.556 INFO kablam! --> src/main.rs:17:5 Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! 17 | io::stdout().flush(); Oct 21 17:19:51.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:19:51.556 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.556 INFO kablam! Oct 21 17:19:51.556 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.556 INFO kablam! --> src/main.rs:18:5 Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! 18 | io::stdin().read_line(&mut miner_addr); Oct 21 17:19:51.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.556 INFO kablam! Oct 21 17:19:51.556 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.556 INFO kablam! --> src/main.rs:21:5 Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! 21 | io::stdout().flush(); Oct 21 17:19:51.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.556 INFO kablam! Oct 21 17:19:51.556 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.556 INFO kablam! --> src/main.rs:22:5 Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 21 17:19:51.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.556 INFO kablam! Oct 21 17:19:51.556 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.556 INFO kablam! --> src/main.rs:39:9 Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! 39 | io::stdout().flush(); Oct 21 17:19:51.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.556 INFO kablam! | Oct 21 17:19:51.556 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:41:9 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 41 | io::stdin().read_line(&mut choice); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:55:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 55 | io::stdout().flush(); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:56:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 56 | io::stdin().read_line(&mut sender); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:58:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 58 | io::stdout().flush(); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:59:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 59 | io::stdin().read_line(&mut receiver); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:62:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 62 | io::stdout().flush(); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:63:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:87:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 87 | io::stdout().flush(); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:88:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 88 | io::stdin().read_line(&mut new_diff); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:98:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 98 | io::stdout().flush(); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.557 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:19:51.557 INFO kablam! --> src/main.rs:99:17 Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! 99 | io::stdin().read_line(&mut new_reward); Oct 21 17:19:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:51.557 INFO kablam! | Oct 21 17:19:51.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:19:51.557 INFO kablam! Oct 21 17:19:51.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 21 17:19:51.580 INFO kablam! su: No module specific data is present Oct 21 17:19:51.910 INFO running `"docker" "rm" "-f" "aad659e530f5d1401deae453ccb21d97072e43d9078799eab7dacd88394ca820"` Oct 21 17:19:52.002 INFO blam! aad659e530f5d1401deae453ccb21d97072e43d9078799eab7dacd88394ca820