Oct 12 22:44:58.537 INFO checking dennisfurrer/RustBlockchain against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 22:44:58.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 22:44:58.935 INFO blam! 84f5ad06e8da0efe3077846fff5d689c3d860f688b247d38e54d3b1b62215077 Oct 12 22:44:58.938 INFO running `"docker" "start" "-a" "84f5ad06e8da0efe3077846fff5d689c3d860f688b247d38e54d3b1b62215077"` Oct 12 22:45:01.004 INFO kablam! usermod: no changes Oct 12 22:45:01.177 INFO kablam! Checking blockchain v0.1.0 (/source) Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:18:5 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 18 | io::stdout().flush(); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:19:5 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 19 | io::stdin().read_line(&mut miner_address); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:21:5 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 21 | io::stdout().flush(); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:22:5 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:38:9 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 38 | io::stdout().flush(); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:40:9 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 40 | io::stdin().read_line(&mut choice); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:71:17 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 71 | io::stdout().flush(); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:72:17 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 72 | io::stdin().read_line(&mut from); Oct 12 22:45:02.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.893 INFO kablam! Oct 12 22:45:02.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.893 INFO kablam! --> src/main.rs:74:17 Oct 12 22:45:02.893 INFO kablam! | Oct 12 22:45:02.893 INFO kablam! 74 | io::stdout().flush(); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:75:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 75 | io::stdin().read_line(&mut to); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:77:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 77 | io::stdout().flush(); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:78:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 78 | io::stdin().read_line(&mut amount); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:106:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 106 | io::stdout().flush(); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:107:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 107 | io::stdin().read_line(&mut new_diff); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:119:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 119 | io::stdout().flush(); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:02.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:02.894 INFO kablam! --> src/main.rs:120:17 Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! 120 | io::stdin().read_line(&mut new_reward); Oct 12 22:45:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:02.894 INFO kablam! | Oct 12 22:45:02.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:02.894 INFO kablam! Oct 12 22:45:03.034 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.035 INFO kablam! --> src/main.rs:18:5 Oct 12 22:45:03.035 INFO kablam! | Oct 12 22:45:03.036 INFO kablam! 18 | io::stdout().flush(); Oct 12 22:45:03.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.036 INFO kablam! | Oct 12 22:45:03.037 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:45:03.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.037 INFO kablam! Oct 12 22:45:03.038 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.038 INFO kablam! --> src/main.rs:19:5 Oct 12 22:45:03.039 INFO kablam! | Oct 12 22:45:03.039 INFO kablam! 19 | io::stdin().read_line(&mut miner_address); Oct 12 22:45:03.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:21:5 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 21 | io::stdout().flush(); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:22:5 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:38:9 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 38 | io::stdout().flush(); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:40:9 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 40 | io::stdin().read_line(&mut choice); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:71:17 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 71 | io::stdout().flush(); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:72:17 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 72 | io::stdin().read_line(&mut from); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:74:17 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 74 | io::stdout().flush(); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:75:17 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 75 | io::stdin().read_line(&mut to); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:77:17 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 77 | io::stdout().flush(); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.045 INFO kablam! Oct 12 22:45:03.045 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.045 INFO kablam! --> src/main.rs:78:17 Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! 78 | io::stdin().read_line(&mut amount); Oct 12 22:45:03.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.045 INFO kablam! | Oct 12 22:45:03.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.046 INFO kablam! Oct 12 22:45:03.046 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.046 INFO kablam! --> src/main.rs:106:17 Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! 106 | io::stdout().flush(); Oct 12 22:45:03.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.046 INFO kablam! Oct 12 22:45:03.046 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.046 INFO kablam! --> src/main.rs:107:17 Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! 107 | io::stdin().read_line(&mut new_diff); Oct 12 22:45:03.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.046 INFO kablam! Oct 12 22:45:03.046 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.046 INFO kablam! --> src/main.rs:119:17 Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! 119 | io::stdout().flush(); Oct 12 22:45:03.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.046 INFO kablam! Oct 12 22:45:03.046 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:03.046 INFO kablam! --> src/main.rs:120:17 Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! 120 | io::stdin().read_line(&mut new_reward); Oct 12 22:45:03.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:03.046 INFO kablam! | Oct 12 22:45:03.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:03.046 INFO kablam! Oct 12 22:45:03.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.06s Oct 12 22:45:03.089 INFO kablam! su: No module specific data is present Oct 12 22:45:04.024 INFO running `"docker" "rm" "-f" "84f5ad06e8da0efe3077846fff5d689c3d860f688b247d38e54d3b1b62215077"` Oct 12 22:45:04.344 INFO blam! 84f5ad06e8da0efe3077846fff5d689c3d860f688b247d38e54d3b1b62215077