Oct 27 05:54:18.220 INFO checking dennisfurrer/RustBlockchain against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:54:18.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:54:18.640 INFO blam! a84c4fbf577a13012bceb4daba5e3445371344051f326b3c30092b9a30a2dcb8 Oct 27 05:54:18.642 INFO running `"docker" "start" "-a" "a84c4fbf577a13012bceb4daba5e3445371344051f326b3c30092b9a30a2dcb8"` Oct 27 05:54:19.586 INFO kablam! usermod: no changes Oct 27 05:54:19.738 INFO kablam! Checking blockchain v0.1.0 (/source) Oct 27 05:54:21.206 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.206 INFO kablam! --> src/main.rs:18:5 Oct 27 05:54:21.206 INFO kablam! | Oct 27 05:54:21.206 INFO kablam! 18 | io::stdout().flush(); Oct 27 05:54:21.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.206 INFO kablam! | Oct 27 05:54:21.206 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:54:21.206 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.206 INFO kablam! Oct 27 05:54:21.206 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.206 INFO kablam! --> src/main.rs:19:5 Oct 27 05:54:21.206 INFO kablam! | Oct 27 05:54:21.206 INFO kablam! 19 | io::stdin().read_line(&mut miner_address); Oct 27 05:54:21.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.206 INFO kablam! | Oct 27 05:54:21.206 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.206 INFO kablam! Oct 27 05:54:21.206 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.206 INFO kablam! --> src/main.rs:21:5 Oct 27 05:54:21.206 INFO kablam! | Oct 27 05:54:21.206 INFO kablam! 21 | io::stdout().flush(); Oct 27 05:54:21.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.206 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.207 INFO kablam! Oct 27 05:54:21.207 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.207 INFO kablam! --> src/main.rs:22:5 Oct 27 05:54:21.207 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 27 05:54:21.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.207 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.207 INFO kablam! Oct 27 05:54:21.207 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.207 INFO kablam! --> src/main.rs:38:9 Oct 27 05:54:21.207 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! 38 | io::stdout().flush(); Oct 27 05:54:21.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.207 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.207 INFO kablam! Oct 27 05:54:21.207 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.207 INFO kablam! --> src/main.rs:40:9 Oct 27 05:54:21.207 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! 40 | io::stdin().read_line(&mut choice); Oct 27 05:54:21.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.207 INFO kablam! | Oct 27 05:54:21.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.207 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:71:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 71 | io::stdout().flush(); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.210 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:72:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 72 | io::stdin().read_line(&mut from); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.210 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:74:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 74 | io::stdout().flush(); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.210 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:75:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 75 | io::stdin().read_line(&mut to); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.210 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:77:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 77 | io::stdout().flush(); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.210 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:78:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 78 | io::stdin().read_line(&mut amount); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.210 INFO kablam! Oct 27 05:54:21.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.210 INFO kablam! --> src/main.rs:106:17 Oct 27 05:54:21.210 INFO kablam! | Oct 27 05:54:21.210 INFO kablam! 106 | io::stdout().flush(); Oct 27 05:54:21.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.211 INFO kablam! Oct 27 05:54:21.211 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.211 INFO kablam! --> src/main.rs:107:17 Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! 107 | io::stdin().read_line(&mut new_diff); Oct 27 05:54:21.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.211 INFO kablam! Oct 27 05:54:21.211 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.211 INFO kablam! --> src/main.rs:119:17 Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! 119 | io::stdout().flush(); Oct 27 05:54:21.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.211 INFO kablam! Oct 27 05:54:21.211 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.211 INFO kablam! --> src/main.rs:120:17 Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! 120 | io::stdin().read_line(&mut new_reward); Oct 27 05:54:21.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.211 INFO kablam! | Oct 27 05:54:21.211 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.211 INFO kablam! Oct 27 05:54:21.263 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.263 INFO kablam! --> src/main.rs:18:5 Oct 27 05:54:21.263 INFO kablam! | Oct 27 05:54:21.263 INFO kablam! 18 | io::stdout().flush(); Oct 27 05:54:21.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.263 INFO kablam! | Oct 27 05:54:21.263 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:54:21.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.263 INFO kablam! Oct 27 05:54:21.263 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.263 INFO kablam! --> src/main.rs:19:5 Oct 27 05:54:21.263 INFO kablam! | Oct 27 05:54:21.263 INFO kablam! 19 | io::stdin().read_line(&mut miner_address); Oct 27 05:54:21.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.263 INFO kablam! | Oct 27 05:54:21.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.263 INFO kablam! Oct 27 05:54:21.263 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.263 INFO kablam! --> src/main.rs:21:5 Oct 27 05:54:21.263 INFO kablam! | Oct 27 05:54:21.263 INFO kablam! 21 | io::stdout().flush(); Oct 27 05:54:21.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.263 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:22:5 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:38:9 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 38 | io::stdout().flush(); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:40:9 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 40 | io::stdin().read_line(&mut choice); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:71:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 71 | io::stdout().flush(); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:72:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 72 | io::stdin().read_line(&mut from); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:74:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 74 | io::stdout().flush(); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:75:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 75 | io::stdin().read_line(&mut to); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:77:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 77 | io::stdout().flush(); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:78:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 78 | io::stdin().read_line(&mut amount); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:106:17 Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! 106 | io::stdout().flush(); Oct 27 05:54:21.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.264 INFO kablam! | Oct 27 05:54:21.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.264 INFO kablam! Oct 27 05:54:21.264 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.264 INFO kablam! --> src/main.rs:107:17 Oct 27 05:54:21.265 INFO kablam! | Oct 27 05:54:21.265 INFO kablam! 107 | io::stdin().read_line(&mut new_diff); Oct 27 05:54:21.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.265 INFO kablam! | Oct 27 05:54:21.265 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.265 INFO kablam! Oct 27 05:54:21.265 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.265 INFO kablam! --> src/main.rs:119:17 Oct 27 05:54:21.265 INFO kablam! | Oct 27 05:54:21.265 INFO kablam! 119 | io::stdout().flush(); Oct 27 05:54:21.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.265 INFO kablam! | Oct 27 05:54:21.265 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.265 INFO kablam! Oct 27 05:54:21.265 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:21.265 INFO kablam! --> src/main.rs:120:17 Oct 27 05:54:21.265 INFO kablam! | Oct 27 05:54:21.265 INFO kablam! 120 | io::stdin().read_line(&mut new_reward); Oct 27 05:54:21.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:21.265 INFO kablam! | Oct 27 05:54:21.265 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:21.265 INFO kablam! Oct 27 05:54:21.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 27 05:54:21.306 INFO kablam! su: No module specific data is present Oct 27 05:54:22.152 INFO running `"docker" "rm" "-f" "a84c4fbf577a13012bceb4daba5e3445371344051f326b3c30092b9a30a2dcb8"` Oct 27 05:54:22.431 INFO blam! a84c4fbf577a13012bceb4daba5e3445371344051f326b3c30092b9a30a2dcb8