Oct 26 17:45:40.800 INFO checking xmarcux/mos against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:45:40.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 26 17:45:41.281 INFO blam! ddbf7d347fdbbc03af3a08568ffb7e8a9ddd410564cbd78306185b7750a4b5cf Oct 26 17:45:41.283 INFO running `"docker" "start" "-a" "ddbf7d347fdbbc03af3a08568ffb7e8a9ddd410564cbd78306185b7750a4b5cf"` Oct 26 17:45:42.547 INFO kablam! usermod: no changes Oct 26 17:45:42.615 INFO kablam! Checking mos v0.1.0 (/source) Oct 26 17:45:43.111 INFO kablam! warning: variable does not need to be mutable Oct 26 17:45:43.111 INFO kablam! --> src/user.rs:23:13 Oct 26 17:45:43.111 INFO kablam! | Oct 26 17:45:43.111 INFO kablam! 23 | let mut s_avail: &str; Oct 26 17:45:43.111 INFO kablam! | ----^^^^^^^ Oct 26 17:45:43.111 INFO kablam! | | Oct 26 17:45:43.111 INFO kablam! | help: remove this `mut` Oct 26 17:45:43.111 INFO kablam! | Oct 26 17:45:43.111 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:45:43.111 INFO kablam! Oct 26 17:45:43.124 INFO kablam! warning: variant is never constructed: `Busy` Oct 26 17:45:43.124 INFO kablam! --> src/user.rs:4:5 Oct 26 17:45:43.124 INFO kablam! | Oct 26 17:45:43.124 INFO kablam! 4 | Busy, Oct 26 17:45:43.124 INFO kablam! | ^^^^ Oct 26 17:45:43.124 INFO kablam! | Oct 26 17:45:43.124 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:45:43.124 INFO kablam! Oct 26 17:45:43.124 INFO kablam! warning: variant is never constructed: `VideoConference` Oct 26 17:45:43.124 INFO kablam! --> src/user.rs:5:5 Oct 26 17:45:43.124 INFO kablam! | Oct 26 17:45:43.124 INFO kablam! 5 | VideoConference, Oct 26 17:45:43.124 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:45:43.124 INFO kablam! Oct 26 17:45:43.124 INFO kablam! warning: variant is never constructed: `OnThePhone` Oct 26 17:45:43.124 INFO kablam! --> src/user.rs:6:5 Oct 26 17:45:43.124 INFO kablam! | Oct 26 17:45:43.124 INFO kablam! 6 | OnThePhone, Oct 26 17:45:43.124 INFO kablam! | ^^^^^^^^^^ Oct 26 17:45:43.124 INFO kablam! Oct 26 17:45:43.124 INFO kablam! warning: variant is never constructed: `OutOfOffice` Oct 26 17:45:43.124 INFO kablam! --> src/user.rs:7:5 Oct 26 17:45:43.124 INFO kablam! | Oct 26 17:45:43.124 INFO kablam! 7 | OutOfOffice, Oct 26 17:45:43.124 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:45:43.124 INFO kablam! Oct 26 17:45:43.124 INFO kablam! warning: variant is never constructed: `DoNotDesturb` Oct 26 17:45:43.124 INFO kablam! --> src/user.rs:8:5 Oct 26 17:45:43.124 INFO kablam! | Oct 26 17:45:43.124 INFO kablam! 8 | DoNotDesturb, Oct 26 17:45:43.124 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:45:43.124 INFO kablam! Oct 26 17:45:43.131 INFO kablam! warning: method is never used: `from_frm_str` Oct 26 17:45:43.131 INFO kablam! --> src/user.rs:43:5 Oct 26 17:45:43.131 INFO kablam! | Oct 26 17:45:43.131 INFO kablam! 43 | pub fn from_frm_str(frm_str: String) -> User { Oct 26 17:45:43.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.131 INFO kablam! Oct 26 17:45:43.142 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.142 INFO kablam! --> src/main.rs:51:5 Oct 26 17:45:43.142 INFO kablam! | Oct 26 17:45:43.142 INFO kablam! 51 | std::io::stdin().read_line(&mut u.nickname); Oct 26 17:45:43.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:45:43.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.144 INFO kablam! Oct 26 17:45:43.144 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.144 INFO kablam! --> src/main.rs:55:5 Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! 55 | std::io::stdin().read_line(&mut u.name); Oct 26 17:45:43.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.144 INFO kablam! Oct 26 17:45:43.144 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.144 INFO kablam! --> src/main.rs:59:5 Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! 59 | std::io::stdin().read_line(&mut u.surname); Oct 26 17:45:43.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.144 INFO kablam! Oct 26 17:45:43.144 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.144 INFO kablam! --> src/main.rs:63:5 Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! 63 | std::io::stdin().read_line(&mut u.profession); Oct 26 17:45:43.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.144 INFO kablam! | Oct 26 17:45:43.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.144 INFO kablam! Oct 26 17:45:43.203 INFO kablam! warning: variable does not need to be mutable Oct 26 17:45:43.203 INFO kablam! --> src/user.rs:23:13 Oct 26 17:45:43.203 INFO kablam! | Oct 26 17:45:43.203 INFO kablam! 23 | let mut s_avail: &str; Oct 26 17:45:43.203 INFO kablam! | ----^^^^^^^ Oct 26 17:45:43.203 INFO kablam! | | Oct 26 17:45:43.203 INFO kablam! | help: remove this `mut` Oct 26 17:45:43.203 INFO kablam! | Oct 26 17:45:43.203 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:45:43.203 INFO kablam! Oct 26 17:45:43.211 INFO kablam! warning: variant is never constructed: `Busy` Oct 26 17:45:43.211 INFO kablam! --> src/user.rs:4:5 Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! 4 | Busy, Oct 26 17:45:43.211 INFO kablam! | ^^^^ Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:45:43.211 INFO kablam! Oct 26 17:45:43.211 INFO kablam! warning: variant is never constructed: `VideoConference` Oct 26 17:45:43.211 INFO kablam! --> src/user.rs:5:5 Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! 5 | VideoConference, Oct 26 17:45:43.211 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:45:43.211 INFO kablam! Oct 26 17:45:43.211 INFO kablam! warning: variant is never constructed: `OnThePhone` Oct 26 17:45:43.211 INFO kablam! --> src/user.rs:6:5 Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! 6 | OnThePhone, Oct 26 17:45:43.211 INFO kablam! | ^^^^^^^^^^ Oct 26 17:45:43.211 INFO kablam! Oct 26 17:45:43.211 INFO kablam! warning: variant is never constructed: `OutOfOffice` Oct 26 17:45:43.211 INFO kablam! --> src/user.rs:7:5 Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! 7 | OutOfOffice, Oct 26 17:45:43.211 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:45:43.211 INFO kablam! Oct 26 17:45:43.211 INFO kablam! warning: variant is never constructed: `DoNotDesturb` Oct 26 17:45:43.211 INFO kablam! --> src/user.rs:8:5 Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! 8 | DoNotDesturb, Oct 26 17:45:43.211 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:45:43.211 INFO kablam! Oct 26 17:45:43.211 INFO kablam! warning: method is never used: `from_frm_str` Oct 26 17:45:43.211 INFO kablam! --> src/user.rs:43:5 Oct 26 17:45:43.211 INFO kablam! | Oct 26 17:45:43.211 INFO kablam! 43 | pub fn from_frm_str(frm_str: String) -> User { Oct 26 17:45:43.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.211 INFO kablam! Oct 26 17:45:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.222 INFO kablam! --> src/main.rs:51:5 Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! 51 | std::io::stdin().read_line(&mut u.nickname); Oct 26 17:45:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:45:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.222 INFO kablam! Oct 26 17:45:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.222 INFO kablam! --> src/main.rs:55:5 Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! 55 | std::io::stdin().read_line(&mut u.name); Oct 26 17:45:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.222 INFO kablam! Oct 26 17:45:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.222 INFO kablam! --> src/main.rs:59:5 Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! 59 | std::io::stdin().read_line(&mut u.surname); Oct 26 17:45:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.222 INFO kablam! Oct 26 17:45:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:45:43.222 INFO kablam! --> src/main.rs:63:5 Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! 63 | std::io::stdin().read_line(&mut u.profession); Oct 26 17:45:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:45:43.222 INFO kablam! | Oct 26 17:45:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:45:43.222 INFO kablam! Oct 26 17:45:43.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 26 17:45:43.271 INFO kablam! su: No module specific data is present Oct 26 17:45:44.522 INFO running `"docker" "rm" "-f" "ddbf7d347fdbbc03af3a08568ffb7e8a9ddd410564cbd78306185b7750a4b5cf"` Oct 26 17:45:44.751 INFO blam! ddbf7d347fdbbc03af3a08568ffb7e8a9ddd410564cbd78306185b7750a4b5cf