Oct 27 08:11:35.024 INFO checking arjanvaneersel/rust-blockchain against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:11:35.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 08:11:35.576 INFO blam! e4f38dd7f86319370047356c01408f5a26fdd476fd66d88c4f1e9785018071cc Oct 27 08:11:35.579 INFO running `"docker" "start" "-a" "e4f38dd7f86319370047356c01408f5a26fdd476fd66d88c4f1e9785018071cc"` Oct 27 08:11:37.095 INFO kablam! usermod: no changes Oct 27 08:11:37.212 INFO kablam! Checking bfs v0.1.0 (/source) Oct 27 08:11:38.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.957 INFO kablam! --> src/main.rs:17:5 Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! 17 | io::stdout().flush(); Oct 27 08:11:38.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:11:38.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.957 INFO kablam! Oct 27 08:11:38.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.957 INFO kablam! --> src/main.rs:18:5 Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! 18 | io::stdin().read_line(&mut miner_addr); Oct 27 08:11:38.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.957 INFO kablam! Oct 27 08:11:38.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.957 INFO kablam! --> src/main.rs:21:5 Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! 21 | io::stdout().flush(); Oct 27 08:11:38.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.957 INFO kablam! Oct 27 08:11:38.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.957 INFO kablam! --> src/main.rs:22:5 Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 27 08:11:38.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.957 INFO kablam! Oct 27 08:11:38.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.957 INFO kablam! --> src/main.rs:36:9 Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! 36 | io::stdout().flush(); Oct 27 08:11:38.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.957 INFO kablam! Oct 27 08:11:38.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.957 INFO kablam! --> src/main.rs:38:9 Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! 38 | io::stdin().read_line(&mut choice); Oct 27 08:11:38.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.957 INFO kablam! | Oct 27 08:11:38.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.957 INFO kablam! Oct 27 08:11:38.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.967 INFO kablam! --> src/main.rs:52:17 Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! 52 | io::stdout().flush(); Oct 27 08:11:38.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.967 INFO kablam! Oct 27 08:11:38.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.967 INFO kablam! --> src/main.rs:53:17 Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! 53 | io::stdin().read_line(&mut sender); Oct 27 08:11:38.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.967 INFO kablam! Oct 27 08:11:38.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.967 INFO kablam! --> src/main.rs:56:17 Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! 56 | io::stdout().flush(); Oct 27 08:11:38.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.967 INFO kablam! Oct 27 08:11:38.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.967 INFO kablam! --> src/main.rs:57:17 Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! 57 | io::stdin().read_line(&mut receiver); Oct 27 08:11:38.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.967 INFO kablam! Oct 27 08:11:38.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.967 INFO kablam! --> src/main.rs:60:17 Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! 60 | io::stdout().flush(); Oct 27 08:11:38.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.967 INFO kablam! Oct 27 08:11:38.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.967 INFO kablam! --> src/main.rs:61:17 Oct 27 08:11:38.967 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! 61 | io::stdin().read_line(&mut amount); Oct 27 08:11:38.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.968 INFO kablam! Oct 27 08:11:38.968 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.968 INFO kablam! --> src/main.rs:80:17 Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! 80 | io::stdout().flush(); Oct 27 08:11:38.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.968 INFO kablam! Oct 27 08:11:38.968 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.968 INFO kablam! --> src/main.rs:81:17 Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! 81 | io::stdin().read_line(&mut new_diff); Oct 27 08:11:38.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.968 INFO kablam! Oct 27 08:11:38.968 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.968 INFO kablam! --> src/main.rs:93:17 Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! 93 | io::stdout().flush(); Oct 27 08:11:38.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.968 INFO kablam! Oct 27 08:11:38.968 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.968 INFO kablam! --> src/main.rs:94:17 Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! 94 | io::stdin().read_line(&mut new_reward); Oct 27 08:11:38.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.968 INFO kablam! | Oct 27 08:11:38.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.968 INFO kablam! Oct 27 08:11:38.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.996 INFO kablam! --> src/main.rs:17:5 Oct 27 08:11:38.996 INFO kablam! | Oct 27 08:11:38.996 INFO kablam! 17 | io::stdout().flush(); Oct 27 08:11:38.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.996 INFO kablam! | Oct 27 08:11:38.997 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:11:38.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.997 INFO kablam! Oct 27 08:11:38.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.997 INFO kablam! --> src/main.rs:18:5 Oct 27 08:11:38.997 INFO kablam! | Oct 27 08:11:38.998 INFO kablam! 18 | io::stdin().read_line(&mut miner_addr); Oct 27 08:11:38.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.998 INFO kablam! | Oct 27 08:11:38.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:38.998 INFO kablam! Oct 27 08:11:38.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:38.999 INFO kablam! --> src/main.rs:21:5 Oct 27 08:11:38.999 INFO kablam! | Oct 27 08:11:38.999 INFO kablam! 21 | io::stdout().flush(); Oct 27 08:11:38.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:38.999 INFO kablam! | Oct 27 08:11:38.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.000 INFO kablam! Oct 27 08:11:39.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.000 INFO kablam! --> src/main.rs:22:5 Oct 27 08:11:39.000 INFO kablam! | Oct 27 08:11:39.000 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 27 08:11:39.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.001 INFO kablam! | Oct 27 08:11:39.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.001 INFO kablam! Oct 27 08:11:39.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.001 INFO kablam! --> src/main.rs:36:9 Oct 27 08:11:39.002 INFO kablam! | Oct 27 08:11:39.002 INFO kablam! 36 | io::stdout().flush(); Oct 27 08:11:39.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.002 INFO kablam! | Oct 27 08:11:39.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.002 INFO kablam! Oct 27 08:11:39.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.003 INFO kablam! --> src/main.rs:38:9 Oct 27 08:11:39.003 INFO kablam! | Oct 27 08:11:39.003 INFO kablam! 38 | io::stdin().read_line(&mut choice); Oct 27 08:11:39.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.003 INFO kablam! | Oct 27 08:11:39.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.004 INFO kablam! Oct 27 08:11:39.004 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.004 INFO kablam! --> src/main.rs:52:17 Oct 27 08:11:39.004 INFO kablam! | Oct 27 08:11:39.004 INFO kablam! 52 | io::stdout().flush(); Oct 27 08:11:39.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.005 INFO kablam! | Oct 27 08:11:39.005 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.005 INFO kablam! Oct 27 08:11:39.005 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.006 INFO kablam! --> src/main.rs:53:17 Oct 27 08:11:39.006 INFO kablam! | Oct 27 08:11:39.006 INFO kablam! 53 | io::stdin().read_line(&mut sender); Oct 27 08:11:39.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.006 INFO kablam! | Oct 27 08:11:39.006 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.007 INFO kablam! Oct 27 08:11:39.007 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.007 INFO kablam! --> src/main.rs:56:17 Oct 27 08:11:39.007 INFO kablam! | Oct 27 08:11:39.007 INFO kablam! 56 | io::stdout().flush(); Oct 27 08:11:39.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.008 INFO kablam! | Oct 27 08:11:39.008 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.008 INFO kablam! Oct 27 08:11:39.008 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.008 INFO kablam! --> src/main.rs:57:17 Oct 27 08:11:39.008 INFO kablam! | Oct 27 08:11:39.009 INFO kablam! 57 | io::stdin().read_line(&mut receiver); Oct 27 08:11:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.009 INFO kablam! | Oct 27 08:11:39.009 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.009 INFO kablam! Oct 27 08:11:39.010 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.010 INFO kablam! --> src/main.rs:60:17 Oct 27 08:11:39.010 INFO kablam! | Oct 27 08:11:39.010 INFO kablam! 60 | io::stdout().flush(); Oct 27 08:11:39.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.010 INFO kablam! | Oct 27 08:11:39.011 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.011 INFO kablam! Oct 27 08:11:39.011 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.011 INFO kablam! --> src/main.rs:61:17 Oct 27 08:11:39.011 INFO kablam! | Oct 27 08:11:39.011 INFO kablam! 61 | io::stdin().read_line(&mut amount); Oct 27 08:11:39.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.012 INFO kablam! Oct 27 08:11:39.012 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.012 INFO kablam! --> src/main.rs:80:17 Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! 80 | io::stdout().flush(); Oct 27 08:11:39.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.012 INFO kablam! Oct 27 08:11:39.012 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.012 INFO kablam! --> src/main.rs:81:17 Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! 81 | io::stdin().read_line(&mut new_diff); Oct 27 08:11:39.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.012 INFO kablam! Oct 27 08:11:39.012 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.012 INFO kablam! --> src/main.rs:93:17 Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! 93 | io::stdout().flush(); Oct 27 08:11:39.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.012 INFO kablam! Oct 27 08:11:39.012 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:11:39.012 INFO kablam! --> src/main.rs:94:17 Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! 94 | io::stdin().read_line(&mut new_reward); Oct 27 08:11:39.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:11:39.012 INFO kablam! | Oct 27 08:11:39.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:11:39.012 INFO kablam! Oct 27 08:11:39.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 27 08:11:39.071 INFO kablam! su: No module specific data is present Oct 27 08:11:39.850 INFO running `"docker" "rm" "-f" "e4f38dd7f86319370047356c01408f5a26fdd476fd66d88c4f1e9785018071cc"` Oct 27 08:11:40.164 INFO blam! e4f38dd7f86319370047356c01408f5a26fdd476fd66d88c4f1e9785018071cc