Oct 27 03:40:37.121 INFO checking iThinkyouknow/rust-blockchain against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:40:37.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 03:40:37.627 INFO blam! 70c8e328dec156d8ddd37d119511748ca5d754de61e2e0ec1f3f49c62ba78a56 Oct 27 03:40:37.629 INFO running `"docker" "start" "-a" "70c8e328dec156d8ddd37d119511748ca5d754de61e2e0ec1f3f49c62ba78a56"` Oct 27 03:40:39.447 INFO kablam! usermod: no changes Oct 27 03:40:39.563 INFO kablam! Checking blockchain v0.1.0 (/source) Oct 27 03:40:41.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.655 INFO kablam! --> src/main.rs:17:5 Oct 27 03:40:41.655 INFO kablam! | Oct 27 03:40:41.655 INFO kablam! 17 | io::stdout().flush(); Oct 27 03:40:41.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.655 INFO kablam! | Oct 27 03:40:41.655 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:40:41.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.655 INFO kablam! Oct 27 03:40:41.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.655 INFO kablam! --> src/main.rs:18:5 Oct 27 03:40:41.655 INFO kablam! | Oct 27 03:40:41.655 INFO kablam! 18 | io::stdin().read_line(&mut miner_addr); Oct 27 03:40:41.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.655 INFO kablam! | Oct 27 03:40:41.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.655 INFO kablam! Oct 27 03:40:41.663 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.663 INFO kablam! --> src/main.rs:21:5 Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! 21 | io::stdout().flush(); Oct 27 03:40:41.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.663 INFO kablam! Oct 27 03:40:41.663 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.663 INFO kablam! --> src/main.rs:22:5 Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 27 03:40:41.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.663 INFO kablam! Oct 27 03:40:41.663 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.663 INFO kablam! --> src/main.rs:39:9 Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! 39 | io::stdout().flush(); Oct 27 03:40:41.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.663 INFO kablam! Oct 27 03:40:41.663 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.663 INFO kablam! --> src/main.rs:41:9 Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! 41 | io::stdin().read_line(&mut choice); Oct 27 03:40:41.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.663 INFO kablam! Oct 27 03:40:41.663 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.663 INFO kablam! --> src/main.rs:55:17 Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! 55 | io::stdout().flush(); Oct 27 03:40:41.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.663 INFO kablam! | Oct 27 03:40:41.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:56:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 56 | io::stdin().read_line(&mut sender); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:58:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 58 | io::stdout().flush(); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:59:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 59 | io::stdin().read_line(&mut receiver); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:62:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 62 | io::stdout().flush(); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:63:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:87:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 87 | io::stdout().flush(); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:88:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 88 | io::stdin().read_line(&mut new_diff); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:98:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 98 | io::stdout().flush(); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.664 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.664 INFO kablam! --> src/main.rs:99:17 Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! 99 | io::stdin().read_line(&mut new_reward); Oct 27 03:40:41.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.664 INFO kablam! | Oct 27 03:40:41.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.664 INFO kablam! Oct 27 03:40:41.739 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.739 INFO kablam! --> src/main.rs:17:5 Oct 27 03:40:41.739 INFO kablam! | Oct 27 03:40:41.739 INFO kablam! 17 | io::stdout().flush(); Oct 27 03:40:41.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.739 INFO kablam! | Oct 27 03:40:41.739 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:40:41.739 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.739 INFO kablam! Oct 27 03:40:41.739 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.739 INFO kablam! --> src/main.rs:18:5 Oct 27 03:40:41.739 INFO kablam! | Oct 27 03:40:41.739 INFO kablam! 18 | io::stdin().read_line(&mut miner_addr); Oct 27 03:40:41.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.739 INFO kablam! | Oct 27 03:40:41.739 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.739 INFO kablam! Oct 27 03:40:41.739 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.739 INFO kablam! --> src/main.rs:21:5 Oct 27 03:40:41.739 INFO kablam! | Oct 27 03:40:41.739 INFO kablam! 21 | io::stdout().flush(); Oct 27 03:40:41.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:22:5 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:39:9 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 39 | io::stdout().flush(); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:41:9 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 41 | io::stdin().read_line(&mut choice); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:55:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 55 | io::stdout().flush(); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:56:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 56 | io::stdin().read_line(&mut sender); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:58:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 58 | io::stdout().flush(); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:59:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 59 | io::stdin().read_line(&mut receiver); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:62:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 62 | io::stdout().flush(); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:63:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.740 INFO kablam! --> src/main.rs:87:17 Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! 87 | io::stdout().flush(); Oct 27 03:40:41.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.740 INFO kablam! | Oct 27 03:40:41.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.740 INFO kablam! Oct 27 03:40:41.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.741 INFO kablam! --> src/main.rs:88:17 Oct 27 03:40:41.741 INFO kablam! | Oct 27 03:40:41.741 INFO kablam! 88 | io::stdin().read_line(&mut new_diff); Oct 27 03:40:41.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.741 INFO kablam! | Oct 27 03:40:41.741 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.741 INFO kablam! Oct 27 03:40:41.741 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.741 INFO kablam! --> src/main.rs:98:17 Oct 27 03:40:41.741 INFO kablam! | Oct 27 03:40:41.741 INFO kablam! 98 | io::stdout().flush(); Oct 27 03:40:41.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.741 INFO kablam! | Oct 27 03:40:41.741 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.741 INFO kablam! Oct 27 03:40:41.741 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:40:41.741 INFO kablam! --> src/main.rs:99:17 Oct 27 03:40:41.741 INFO kablam! | Oct 27 03:40:41.741 INFO kablam! 99 | io::stdin().read_line(&mut new_reward); Oct 27 03:40:41.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:40:41.741 INFO kablam! | Oct 27 03:40:41.741 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:40:41.741 INFO kablam! Oct 27 03:40:41.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 27 03:40:41.771 INFO kablam! su: No module specific data is present Oct 27 03:40:42.927 INFO running `"docker" "rm" "-f" "70c8e328dec156d8ddd37d119511748ca5d754de61e2e0ec1f3f49c62ba78a56"` Oct 27 03:40:43.259 INFO blam! 70c8e328dec156d8ddd37d119511748ca5d754de61e2e0ec1f3f49c62ba78a56