Oct 27 01:23:15.973 INFO checking lowellmower/server against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:23:15.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 27 01:23:16.244 INFO blam! e0653cafacdd43d09e7100ca6a04444372e20b36b028f4199bac1323c3dd125a Oct 27 01:23:16.251 INFO running `"docker" "start" "-a" "e0653cafacdd43d09e7100ca6a04444372e20b36b028f4199bac1323c3dd125a"` Oct 27 01:23:16.844 INFO kablam! usermod: no changes Oct 27 01:23:16.863 INFO kablam! Checking server v0.1.0 (/source) Oct 27 01:23:17.163 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.163 INFO kablam! --> src/lib.rs:21:1 Oct 27 01:23:17.163 INFO kablam! | Oct 27 01:23:17.163 INFO kablam! 21 | pub type Job = Box; Oct 27 01:23:17.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.164 INFO kablam! | Oct 27 01:23:17.164 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 01:23:17.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 01:23:17.164 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.164 INFO kablam! Oct 27 01:23:17.164 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.164 INFO kablam! --> src/lib.rs:69:5 Oct 27 01:23:17.164 INFO kablam! | Oct 27 01:23:17.164 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 27 01:23:17.164 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 27 01:23:17.164 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 27 01:23:17.164 INFO kablam! 72 | | Oct 27 01:23:17.164 INFO kablam! ... | Oct 27 01:23:17.165 INFO kablam! 85 | | Worker { id, thread } Oct 27 01:23:17.166 INFO kablam! 86 | | } Oct 27 01:23:17.166 INFO kablam! | |_____^ Oct 27 01:23:17.166 INFO kablam! | Oct 27 01:23:17.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 01:23:17.166 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.166 INFO kablam! Oct 27 01:23:17.166 INFO kablam! warning: field is never used: `workers` Oct 27 01:23:17.166 INFO kablam! --> src/lib.rs:7:5 Oct 27 01:23:17.166 INFO kablam! | Oct 27 01:23:17.166 INFO kablam! 7 | workers: Vec, Oct 27 01:23:17.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.166 INFO kablam! | Oct 27 01:23:17.166 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:23:17.166 INFO kablam! Oct 27 01:23:17.166 INFO kablam! warning: field is never used: `id` Oct 27 01:23:17.166 INFO kablam! --> src/lib.rs:58:5 Oct 27 01:23:17.166 INFO kablam! | Oct 27 01:23:17.166 INFO kablam! 58 | id: usize, Oct 27 01:23:17.166 INFO kablam! | ^^^^^^^^^ Oct 27 01:23:17.166 INFO kablam! Oct 27 01:23:17.166 INFO kablam! warning: field is never used: `thread` Oct 27 01:23:17.166 INFO kablam! --> src/lib.rs:59:5 Oct 27 01:23:17.167 INFO kablam! | Oct 27 01:23:17.167 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 27 01:23:17.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.167 INFO kablam! Oct 27 01:23:17.208 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.208 INFO kablam! --> src/lib.rs:21:1 Oct 27 01:23:17.208 INFO kablam! | Oct 27 01:23:17.208 INFO kablam! 21 | pub type Job = Box; Oct 27 01:23:17.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.208 INFO kablam! | Oct 27 01:23:17.208 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 01:23:17.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 01:23:17.208 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.208 INFO kablam! Oct 27 01:23:17.208 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.208 INFO kablam! --> src/lib.rs:69:5 Oct 27 01:23:17.208 INFO kablam! | Oct 27 01:23:17.208 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 27 01:23:17.208 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 27 01:23:17.208 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 27 01:23:17.208 INFO kablam! 72 | | Oct 27 01:23:17.208 INFO kablam! ... | Oct 27 01:23:17.208 INFO kablam! 85 | | Worker { id, thread } Oct 27 01:23:17.208 INFO kablam! 86 | | } Oct 27 01:23:17.208 INFO kablam! | |_____^ Oct 27 01:23:17.208 INFO kablam! | Oct 27 01:23:17.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 01:23:17.208 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.208 INFO kablam! Oct 27 01:23:17.214 INFO kablam! warning: field is never used: `workers` Oct 27 01:23:17.214 INFO kablam! --> src/lib.rs:7:5 Oct 27 01:23:17.214 INFO kablam! | Oct 27 01:23:17.214 INFO kablam! 7 | workers: Vec, Oct 27 01:23:17.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.214 INFO kablam! | Oct 27 01:23:17.214 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:23:17.214 INFO kablam! Oct 27 01:23:17.214 INFO kablam! warning: field is never used: `id` Oct 27 01:23:17.214 INFO kablam! --> src/lib.rs:58:5 Oct 27 01:23:17.214 INFO kablam! | Oct 27 01:23:17.214 INFO kablam! 58 | id: usize, Oct 27 01:23:17.214 INFO kablam! | ^^^^^^^^^ Oct 27 01:23:17.214 INFO kablam! Oct 27 01:23:17.215 INFO kablam! warning: field is never used: `thread` Oct 27 01:23:17.215 INFO kablam! --> src/lib.rs:59:5 Oct 27 01:23:17.215 INFO kablam! | Oct 27 01:23:17.215 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 27 01:23:17.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.215 INFO kablam! Oct 27 01:23:17.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 27 01:23:17.513 INFO kablam! su: No module specific data is present Oct 27 01:23:17.760 INFO running `"docker" "rm" "-f" "e0653cafacdd43d09e7100ca6a04444372e20b36b028f4199bac1323c3dd125a"` Oct 27 01:23:17.839 INFO blam! e0653cafacdd43d09e7100ca6a04444372e20b36b028f4199bac1323c3dd125a