Oct 31 17:50:49.062 INFO checking xmarcux/mos against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 17:50:49.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 17:50:49.503 INFO blam! 65b9f0bb5c39d099e5740eeeb871e25691f678824179f97e99f66aeff84d5b3d Oct 31 17:50:49.516 INFO running `"docker" "start" "-a" "65b9f0bb5c39d099e5740eeeb871e25691f678824179f97e99f66aeff84d5b3d"` Oct 31 17:50:50.869 INFO kablam! usermod: no changes Oct 31 17:50:50.924 INFO kablam! Checking mos v0.1.0 (/source) Oct 31 17:50:51.172 INFO kablam! warning: variable does not need to be mutable Oct 31 17:50:51.172 INFO kablam! --> src/user.rs:23:13 Oct 31 17:50:51.172 INFO kablam! | Oct 31 17:50:51.172 INFO kablam! 23 | let mut s_avail: &str; Oct 31 17:50:51.172 INFO kablam! | ----^^^^^^^ Oct 31 17:50:51.172 INFO kablam! | | Oct 31 17:50:51.172 INFO kablam! | help: remove this `mut` Oct 31 17:50:51.172 INFO kablam! | Oct 31 17:50:51.172 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 17:50:51.172 INFO kablam! Oct 31 17:50:51.176 INFO kablam! warning: variant is never constructed: `Busy` Oct 31 17:50:51.176 INFO kablam! --> src/user.rs:4:5 Oct 31 17:50:51.176 INFO kablam! | Oct 31 17:50:51.176 INFO kablam! 4 | Busy, Oct 31 17:50:51.176 INFO kablam! | ^^^^ Oct 31 17:50:51.176 INFO kablam! | Oct 31 17:50:51.176 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:50:51.176 INFO kablam! Oct 31 17:50:51.176 INFO kablam! warning: variant is never constructed: `VideoConference` Oct 31 17:50:51.176 INFO kablam! --> src/user.rs:5:5 Oct 31 17:50:51.176 INFO kablam! | Oct 31 17:50:51.176 INFO kablam! 5 | VideoConference, Oct 31 17:50:51.176 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 17:50:51.176 INFO kablam! Oct 31 17:50:51.176 INFO kablam! warning: variant is never constructed: `OnThePhone` Oct 31 17:50:51.176 INFO kablam! --> src/user.rs:6:5 Oct 31 17:50:51.176 INFO kablam! | Oct 31 17:50:51.176 INFO kablam! 6 | OnThePhone, Oct 31 17:50:51.176 INFO kablam! | ^^^^^^^^^^ Oct 31 17:50:51.176 INFO kablam! Oct 31 17:50:51.177 INFO kablam! warning: variant is never constructed: `OutOfOffice` Oct 31 17:50:51.177 INFO kablam! --> src/user.rs:7:5 Oct 31 17:50:51.177 INFO kablam! | Oct 31 17:50:51.177 INFO kablam! 7 | OutOfOffice, Oct 31 17:50:51.177 INFO kablam! | ^^^^^^^^^^^ Oct 31 17:50:51.177 INFO kablam! Oct 31 17:50:51.177 INFO kablam! warning: variant is never constructed: `DoNotDesturb` Oct 31 17:50:51.177 INFO kablam! --> src/user.rs:8:5 Oct 31 17:50:51.177 INFO kablam! | Oct 31 17:50:51.177 INFO kablam! 8 | DoNotDesturb, Oct 31 17:50:51.177 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:50:51.177 INFO kablam! Oct 31 17:50:51.177 INFO kablam! warning: method is never used: `from_frm_str` Oct 31 17:50:51.177 INFO kablam! --> src/user.rs:43:5 Oct 31 17:50:51.177 INFO kablam! | Oct 31 17:50:51.177 INFO kablam! 43 | pub fn from_frm_str(frm_str: String) -> User { Oct 31 17:50:51.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.177 INFO kablam! Oct 31 17:50:51.188 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.188 INFO kablam! --> src/main.rs:51:5 Oct 31 17:50:51.188 INFO kablam! | Oct 31 17:50:51.188 INFO kablam! 51 | std::io::stdin().read_line(&mut u.nickname); Oct 31 17:50:51.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.188 INFO kablam! | Oct 31 17:50:51.188 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 17:50:51.188 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.188 INFO kablam! Oct 31 17:50:51.188 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.188 INFO kablam! --> src/main.rs:55:5 Oct 31 17:50:51.188 INFO kablam! | Oct 31 17:50:51.188 INFO kablam! 55 | std::io::stdin().read_line(&mut u.name); Oct 31 17:50:51.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.188 INFO kablam! | Oct 31 17:50:51.188 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.188 INFO kablam! Oct 31 17:50:51.188 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.188 INFO kablam! --> src/main.rs:59:5 Oct 31 17:50:51.188 INFO kablam! | Oct 31 17:50:51.188 INFO kablam! 59 | std::io::stdin().read_line(&mut u.surname); Oct 31 17:50:51.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.189 INFO kablam! | Oct 31 17:50:51.189 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.189 INFO kablam! Oct 31 17:50:51.189 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.189 INFO kablam! --> src/main.rs:63:5 Oct 31 17:50:51.189 INFO kablam! | Oct 31 17:50:51.189 INFO kablam! 63 | std::io::stdin().read_line(&mut u.profession); Oct 31 17:50:51.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.189 INFO kablam! | Oct 31 17:50:51.189 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.189 INFO kablam! Oct 31 17:50:51.360 INFO kablam! warning: variable does not need to be mutable Oct 31 17:50:51.360 INFO kablam! --> src/user.rs:23:13 Oct 31 17:50:51.360 INFO kablam! | Oct 31 17:50:51.360 INFO kablam! 23 | let mut s_avail: &str; Oct 31 17:50:51.360 INFO kablam! | ----^^^^^^^ Oct 31 17:50:51.360 INFO kablam! | | Oct 31 17:50:51.360 INFO kablam! | help: remove this `mut` Oct 31 17:50:51.360 INFO kablam! | Oct 31 17:50:51.360 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 17:50:51.360 INFO kablam! Oct 31 17:50:51.368 INFO kablam! warning: variant is never constructed: `Busy` Oct 31 17:50:51.369 INFO kablam! --> src/user.rs:4:5 Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! 4 | Busy, Oct 31 17:50:51.369 INFO kablam! | ^^^^ Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:50:51.369 INFO kablam! Oct 31 17:50:51.369 INFO kablam! warning: variant is never constructed: `VideoConference` Oct 31 17:50:51.369 INFO kablam! --> src/user.rs:5:5 Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! 5 | VideoConference, Oct 31 17:50:51.369 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 17:50:51.369 INFO kablam! Oct 31 17:50:51.369 INFO kablam! warning: variant is never constructed: `OnThePhone` Oct 31 17:50:51.369 INFO kablam! --> src/user.rs:6:5 Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! 6 | OnThePhone, Oct 31 17:50:51.369 INFO kablam! | ^^^^^^^^^^ Oct 31 17:50:51.369 INFO kablam! Oct 31 17:50:51.369 INFO kablam! warning: variant is never constructed: `OutOfOffice` Oct 31 17:50:51.369 INFO kablam! --> src/user.rs:7:5 Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! 7 | OutOfOffice, Oct 31 17:50:51.369 INFO kablam! | ^^^^^^^^^^^ Oct 31 17:50:51.369 INFO kablam! Oct 31 17:50:51.369 INFO kablam! warning: variant is never constructed: `DoNotDesturb` Oct 31 17:50:51.369 INFO kablam! --> src/user.rs:8:5 Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! 8 | DoNotDesturb, Oct 31 17:50:51.369 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:50:51.369 INFO kablam! Oct 31 17:50:51.369 INFO kablam! warning: method is never used: `from_frm_str` Oct 31 17:50:51.369 INFO kablam! --> src/user.rs:43:5 Oct 31 17:50:51.369 INFO kablam! | Oct 31 17:50:51.369 INFO kablam! 43 | pub fn from_frm_str(frm_str: String) -> User { Oct 31 17:50:51.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.369 INFO kablam! Oct 31 17:50:51.376 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.376 INFO kablam! --> src/main.rs:51:5 Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! 51 | std::io::stdin().read_line(&mut u.nickname); Oct 31 17:50:51.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 17:50:51.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.376 INFO kablam! Oct 31 17:50:51.376 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.376 INFO kablam! --> src/main.rs:55:5 Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! 55 | std::io::stdin().read_line(&mut u.name); Oct 31 17:50:51.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.376 INFO kablam! Oct 31 17:50:51.376 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.376 INFO kablam! --> src/main.rs:59:5 Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! 59 | std::io::stdin().read_line(&mut u.surname); Oct 31 17:50:51.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.376 INFO kablam! Oct 31 17:50:51.376 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:50:51.376 INFO kablam! --> src/main.rs:63:5 Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! 63 | std::io::stdin().read_line(&mut u.profession); Oct 31 17:50:51.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:50:51.376 INFO kablam! | Oct 31 17:50:51.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:50:51.376 INFO kablam! Oct 31 17:50:51.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 31 17:50:51.432 INFO kablam! su: No module specific data is present Oct 31 17:50:52.184 INFO running `"docker" "rm" "-f" "65b9f0bb5c39d099e5740eeeb871e25691f678824179f97e99f66aeff84d5b3d"` Oct 31 17:50:52.432 INFO blam! 65b9f0bb5c39d099e5740eeeb871e25691f678824179f97e99f66aeff84d5b3d