Oct 12 18:30:10.620 INFO checking lempiy/blockchain against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:30:10.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:30:11.033 INFO blam! 9519c88d8e982665be19ce82be44fd5ab89b6cb6c32a6c356f13aa97d97c97c5 Oct 12 18:30:11.038 INFO running `"docker" "start" "-a" "9519c88d8e982665be19ce82be44fd5ab89b6cb6c32a6c356f13aa97d97c97c5"` Oct 12 18:30:12.200 INFO kablam! usermod: no changes Oct 12 18:30:12.328 INFO kablam! Checking serde v1.0.38 Oct 12 18:30:12.328 INFO kablam! Compiling serde_derive v1.0.38 Oct 12 18:30:31.973 INFO kablam! Checking serde_json v1.0.14 Oct 12 18:30:34.421 INFO kablam! Checking blockchain v0.1.0 (/source) Oct 12 18:30:35.700 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.700 INFO kablam! --> src/main.rs:16:5 Oct 12 18:30:35.700 INFO kablam! | Oct 12 18:30:35.701 INFO kablam! 16 | io::stdout().flush(); Oct 12 18:30:35.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.701 INFO kablam! | Oct 12 18:30:35.701 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:30:35.702 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.702 INFO kablam! Oct 12 18:30:35.703 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.703 INFO kablam! --> src/main.rs:17:5 Oct 12 18:30:35.704 INFO kablam! | Oct 12 18:30:35.704 INFO kablam! 17 | io::stdin().read_line(&mut miner_addr); Oct 12 18:30:35.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.705 INFO kablam! | Oct 12 18:30:35.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.706 INFO kablam! Oct 12 18:30:35.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.707 INFO kablam! --> src/main.rs:20:5 Oct 12 18:30:35.707 INFO kablam! | Oct 12 18:30:35.708 INFO kablam! 20 | io::stdout().flush(); Oct 12 18:30:35.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.709 INFO kablam! | Oct 12 18:30:35.709 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.709 INFO kablam! Oct 12 18:30:35.710 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.710 INFO kablam! --> src/main.rs:21:5 Oct 12 18:30:35.711 INFO kablam! | Oct 12 18:30:35.711 INFO kablam! 21 | io::stdin().read_line(&mut difficulty); Oct 12 18:30:35.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.711 INFO kablam! | Oct 12 18:30:35.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.711 INFO kablam! Oct 12 18:30:35.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.711 INFO kablam! --> src/main.rs:36:9 Oct 12 18:30:35.711 INFO kablam! | Oct 12 18:30:35.711 INFO kablam! 36 | io::stdout().flush(); Oct 12 18:30:35.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.711 INFO kablam! | Oct 12 18:30:35.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.711 INFO kablam! Oct 12 18:30:35.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.716 INFO kablam! --> src/main.rs:38:9 Oct 12 18:30:35.716 INFO kablam! | Oct 12 18:30:35.716 INFO kablam! 38 | io::stdin().read_line(&mut choice); Oct 12 18:30:35.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.716 INFO kablam! | Oct 12 18:30:35.716 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.716 INFO kablam! Oct 12 18:30:35.716 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.716 INFO kablam! --> src/main.rs:54:17 Oct 12 18:30:35.716 INFO kablam! | Oct 12 18:30:35.716 INFO kablam! 54 | io::stdout().flush(); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:55:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 55 | io::stdin().read_line(&mut sender); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:58:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 58 | io::stdout().flush(); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:59:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 59 | io::stdin().read_line(&mut reciever); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:62:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 62 | io::stdout().flush(); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:63:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:85:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 85 | io::stdout().flush(); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:86:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 86 | io::stdin().read_line(&mut new_diff); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:96:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 96 | io::stdout().flush(); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.717 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.717 INFO kablam! --> src/main.rs:97:17 Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! 97 | io::stdin().read_line(&mut new_reward); Oct 12 18:30:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.717 INFO kablam! | Oct 12 18:30:35.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.717 INFO kablam! Oct 12 18:30:35.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.897 INFO kablam! --> src/main.rs:16:5 Oct 12 18:30:35.897 INFO kablam! | Oct 12 18:30:35.897 INFO kablam! 16 | io::stdout().flush(); Oct 12 18:30:35.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.897 INFO kablam! | Oct 12 18:30:35.897 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:30:35.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.897 INFO kablam! Oct 12 18:30:35.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.897 INFO kablam! --> src/main.rs:17:5 Oct 12 18:30:35.897 INFO kablam! | Oct 12 18:30:35.897 INFO kablam! 17 | io::stdin().read_line(&mut miner_addr); Oct 12 18:30:35.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.897 INFO kablam! | Oct 12 18:30:35.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.897 INFO kablam! Oct 12 18:30:35.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.900 INFO kablam! --> src/main.rs:20:5 Oct 12 18:30:35.900 INFO kablam! | Oct 12 18:30:35.900 INFO kablam! 20 | io::stdout().flush(); Oct 12 18:30:35.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.900 INFO kablam! | Oct 12 18:30:35.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.900 INFO kablam! Oct 12 18:30:35.900 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.900 INFO kablam! --> src/main.rs:21:5 Oct 12 18:30:35.900 INFO kablam! | Oct 12 18:30:35.900 INFO kablam! 21 | io::stdin().read_line(&mut difficulty); Oct 12 18:30:35.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.900 INFO kablam! | Oct 12 18:30:35.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.900 INFO kablam! Oct 12 18:30:35.902 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.902 INFO kablam! --> src/main.rs:36:9 Oct 12 18:30:35.902 INFO kablam! | Oct 12 18:30:35.902 INFO kablam! 36 | io::stdout().flush(); Oct 12 18:30:35.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.903 INFO kablam! | Oct 12 18:30:35.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.903 INFO kablam! Oct 12 18:30:35.903 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.903 INFO kablam! --> src/main.rs:38:9 Oct 12 18:30:35.903 INFO kablam! | Oct 12 18:30:35.903 INFO kablam! 38 | io::stdin().read_line(&mut choice); Oct 12 18:30:35.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.903 INFO kablam! | Oct 12 18:30:35.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.903 INFO kablam! Oct 12 18:30:35.903 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.903 INFO kablam! --> src/main.rs:54:17 Oct 12 18:30:35.905 INFO kablam! | Oct 12 18:30:35.905 INFO kablam! 54 | io::stdout().flush(); Oct 12 18:30:35.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.905 INFO kablam! | Oct 12 18:30:35.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.905 INFO kablam! Oct 12 18:30:35.905 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.905 INFO kablam! --> src/main.rs:55:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 55 | io::stdin().read_line(&mut sender); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:58:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 58 | io::stdout().flush(); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:59:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 59 | io::stdin().read_line(&mut reciever); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:62:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 62 | io::stdout().flush(); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:63:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:85:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 85 | io::stdout().flush(); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:86:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 86 | io::stdin().read_line(&mut new_diff); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:96:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 96 | io::stdout().flush(); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:30:35.906 INFO kablam! --> src/main.rs:97:17 Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! 97 | io::stdin().read_line(&mut new_reward); Oct 12 18:30:35.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:30:35.906 INFO kablam! | Oct 12 18:30:35.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:30:35.906 INFO kablam! Oct 12 18:30:35.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.71s Oct 12 18:30:35.948 INFO kablam! su: No module specific data is present Oct 12 18:30:37.592 INFO running `"docker" "rm" "-f" "9519c88d8e982665be19ce82be44fd5ab89b6cb6c32a6c356f13aa97d97c97c5"` Oct 12 18:30:37.892 INFO blam! 9519c88d8e982665be19ce82be44fd5ab89b6cb6c32a6c356f13aa97d97c97c5