Oct 26 17:45:38.537 INFO checking xmarcux/mos against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 17:45:38.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 17:45:39.008 INFO blam! 031f0756ab5dd843b1b957127bc1d4b17b558cc1d645e5fb85fc3f0878371d5d Oct 26 17:45:39.011 INFO running `"docker" "start" "-a" "031f0756ab5dd843b1b957127bc1d4b17b558cc1d645e5fb85fc3f0878371d5d"` Oct 26 17:45:40.679 INFO kablam! usermod: no changes Oct 26 17:45:40.748 INFO kablam! Checking mos v0.1.0 (/source) Oct 26 17:45:41.230 INFO kablam! warning: variable does not need to be mutable Oct 26 17:45:41.231 INFO kablam! --> src/user.rs:23:13 Oct 26 17:45:41.231 INFO kablam! | Oct 26 17:45:41.231 INFO kablam! 23 | let mut s_avail: &str; Oct 26 17:45:41.232 INFO kablam! | ----^^^^^^^ Oct 26 17:45:41.232 INFO kablam! | | Oct 26 17:45:41.232 INFO kablam! | help: remove this `mut` Oct 26 17:45:41.232 INFO kablam! | Oct 26 17:45:41.232 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:45:41.232 INFO kablam! Oct 26 17:45:41.239 INFO kablam! warning: variant is never constructed: `Busy` Oct 26 17:45:41.239 INFO kablam! --> src/user.rs:4:5 Oct 26 17:45:41.239 INFO kablam! | Oct 26 17:45:41.239 INFO kablam! 4 | Busy, Oct 26 17:45:41.240 INFO kablam! | ^^^^ Oct 26 17:45:41.255 INFO kablam! | Oct 26 17:45:41.255 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:45:41.255 INFO kablam! Oct 26 17:45:41.255 INFO kablam! warning: variant is never constructed: `VideoConference` Oct 26 17:45:41.255 INFO kablam! --> src/user.rs:5:5 Oct 26 17:45:41.256 INFO kablam! | Oct 26 17:45:41.256 INFO kablam! 5 | VideoConference, Oct 26 17:45:41.256 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:45:41.256 INFO kablam! Oct 26 17:45:41.256 INFO kablam! warning: variant is never constructed: `OnThePhone` Oct 26 17:45:41.256 INFO kablam! --> src/user.rs:6:5 Oct 26 17:45:41.256 INFO kablam! | Oct 26 17:45:41.256 INFO kablam! 6 | OnThePhone, Oct 26 17:45:41.256 INFO kablam! | ^^^^^^^^^^ Oct 26 17:45:41.256 INFO kablam! Oct 26 17:45:41.256 INFO kablam! warning: variant is never constructed: `OutOfOffice` Oct 26 17:45:41.256 INFO kablam! --> src/user.rs:7:5 Oct 26 17:45:41.256 INFO kablam! | Oct 26 17:45:41.256 INFO kablam! 7 | OutOfOffice, Oct 26 17:45:41.256 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:45:41.256 INFO kablam! Oct 26 17:45:41.257 INFO kablam! warning: variant is never constructed: `DoNotDesturb` Oct 26 17:45:41.257 INFO kablam! --> src/user.rs:8:5 Oct 26 17:45:41.257 INFO kablam! | Oct 26 17:45:41.257 INFO kablam! 8 | DoNotDesturb, Oct 26 17:45:41.257 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:45:41.257 INFO kablam! Oct 26 17:45:41.257 INFO kablam! warning: method is never used: `from_frm_str` Oct 26 17:45:41.257 INFO kablam! --> src/user.rs:43:5 Oct 26 17:45:41.257 INFO kablam! | Oct 26 17:45:41.257 INFO kablam! 43 | pub fn from_frm_str(frm_str: String) -> User { Oct 26 17:45:41.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.257 INFO kablam! Oct 26 17:45:41.281 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.281 INFO kablam! --> src/main.rs:51:5 Oct 26 17:45:41.281 INFO kablam! | Oct 26 17:45:41.281 INFO kablam! 51 | std::io::stdin().read_line(&mut u.nickname); Oct 26 17:45:41.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.281 INFO kablam! | Oct 26 17:45:41.281 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:45:41.281 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.282 INFO kablam! Oct 26 17:45:41.282 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.282 INFO kablam! --> src/main.rs:55:5 Oct 26 17:45:41.282 INFO kablam! | Oct 26 17:45:41.282 INFO kablam! 55 | std::io::stdin().read_line(&mut u.name); Oct 26 17:45:41.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.282 INFO kablam! | Oct 26 17:45:41.282 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.282 INFO kablam! Oct 26 17:45:41.283 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.284 INFO kablam! --> src/main.rs:59:5 Oct 26 17:45:41.284 INFO kablam! | Oct 26 17:45:41.284 INFO kablam! 59 | std::io::stdin().read_line(&mut u.surname); Oct 26 17:45:41.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.284 INFO kablam! | Oct 26 17:45:41.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.284 INFO kablam! Oct 26 17:45:41.284 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.284 INFO kablam! --> src/main.rs:63:5 Oct 26 17:45:41.284 INFO kablam! | Oct 26 17:45:41.284 INFO kablam! 63 | std::io::stdin().read_line(&mut u.profession); Oct 26 17:45:41.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.284 INFO kablam! | Oct 26 17:45:41.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.284 INFO kablam! Oct 26 17:45:41.321 INFO kablam! warning: variable does not need to be mutable Oct 26 17:45:41.321 INFO kablam! --> src/user.rs:23:13 Oct 26 17:45:41.321 INFO kablam! | Oct 26 17:45:41.321 INFO kablam! 23 | let mut s_avail: &str; Oct 26 17:45:41.321 INFO kablam! | ----^^^^^^^ Oct 26 17:45:41.321 INFO kablam! | | Oct 26 17:45:41.321 INFO kablam! | help: remove this `mut` Oct 26 17:45:41.330 INFO kablam! | Oct 26 17:45:41.330 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:45:41.330 INFO kablam! Oct 26 17:45:41.330 INFO kablam! warning: variant is never constructed: `Busy` Oct 26 17:45:41.330 INFO kablam! --> src/user.rs:4:5 Oct 26 17:45:41.330 INFO kablam! | Oct 26 17:45:41.330 INFO kablam! 4 | Busy, Oct 26 17:45:41.330 INFO kablam! | ^^^^ Oct 26 17:45:41.330 INFO kablam! | Oct 26 17:45:41.330 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:45:41.330 INFO kablam! Oct 26 17:45:41.331 INFO kablam! warning: variant is never constructed: `VideoConference` Oct 26 17:45:41.331 INFO kablam! --> src/user.rs:5:5 Oct 26 17:45:41.331 INFO kablam! | Oct 26 17:45:41.331 INFO kablam! 5 | VideoConference, Oct 26 17:45:41.331 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:45:41.331 INFO kablam! Oct 26 17:45:41.335 INFO kablam! warning: variant is never constructed: `OnThePhone` Oct 26 17:45:41.335 INFO kablam! --> src/user.rs:6:5 Oct 26 17:45:41.335 INFO kablam! | Oct 26 17:45:41.335 INFO kablam! 6 | OnThePhone, Oct 26 17:45:41.335 INFO kablam! | ^^^^^^^^^^ Oct 26 17:45:41.335 INFO kablam! Oct 26 17:45:41.335 INFO kablam! warning: variant is never constructed: `OutOfOffice` Oct 26 17:45:41.335 INFO kablam! --> src/user.rs:7:5 Oct 26 17:45:41.335 INFO kablam! | Oct 26 17:45:41.335 INFO kablam! 7 | OutOfOffice, Oct 26 17:45:41.335 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:45:41.335 INFO kablam! Oct 26 17:45:41.335 INFO kablam! warning: variant is never constructed: `DoNotDesturb` Oct 26 17:45:41.335 INFO kablam! --> src/user.rs:8:5 Oct 26 17:45:41.335 INFO kablam! | Oct 26 17:45:41.335 INFO kablam! 8 | DoNotDesturb, Oct 26 17:45:41.335 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:45:41.343 INFO kablam! Oct 26 17:45:41.343 INFO kablam! warning: method is never used: `from_frm_str` Oct 26 17:45:41.343 INFO kablam! --> src/user.rs:43:5 Oct 26 17:45:41.343 INFO kablam! | Oct 26 17:45:41.343 INFO kablam! 43 | pub fn from_frm_str(frm_str: String) -> User { Oct 26 17:45:41.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.343 INFO kablam! Oct 26 17:45:41.355 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.355 INFO kablam! --> src/main.rs:51:5 Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! 51 | std::io::stdin().read_line(&mut u.nickname); Oct 26 17:45:41.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:45:41.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.355 INFO kablam! Oct 26 17:45:41.355 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.355 INFO kablam! --> src/main.rs:55:5 Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! 55 | std::io::stdin().read_line(&mut u.name); Oct 26 17:45:41.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.355 INFO kablam! Oct 26 17:45:41.355 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.355 INFO kablam! --> src/main.rs:59:5 Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! 59 | std::io::stdin().read_line(&mut u.surname); Oct 26 17:45:41.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.355 INFO kablam! Oct 26 17:45:41.355 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:41.355 INFO kablam! --> src/main.rs:63:5 Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! 63 | std::io::stdin().read_line(&mut u.profession); Oct 26 17:45:41.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:41.355 INFO kablam! | Oct 26 17:45:41.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:41.355 INFO kablam! Oct 26 17:45:41.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 26 17:45:41.395 INFO kablam! su: No module specific data is present Oct 26 17:45:42.297 INFO running `"docker" "rm" "-f" "031f0756ab5dd843b1b957127bc1d4b17b558cc1d645e5fb85fc3f0878371d5d"` Oct 26 17:45:42.498 INFO blam! 031f0756ab5dd843b1b957127bc1d4b17b558cc1d645e5fb85fc3f0878371d5d