Oct 27 01:23:15.990 INFO checking lowellmower/server against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:23:15.990 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 01:23:16.277 INFO blam! 3c259c3ddd45ef291e2a96fd68d94de261fb0d82f89472faaface7700c00c784 Oct 27 01:23:16.287 INFO running `"docker" "start" "-a" "3c259c3ddd45ef291e2a96fd68d94de261fb0d82f89472faaface7700c00c784"` Oct 27 01:23:16.927 INFO kablam! usermod: no changes Oct 27 01:23:16.963 INFO kablam! Checking server v0.1.0 (/source) Oct 27 01:23:17.191 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.191 INFO kablam! --> src/lib.rs:21:1 Oct 27 01:23:17.191 INFO kablam! | Oct 27 01:23:17.191 INFO kablam! 21 | pub type Job = Box; Oct 27 01:23:17.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.191 INFO kablam! | Oct 27 01:23:17.191 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 01:23:17.191 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.191 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.191 INFO kablam! Oct 27 01:23:17.191 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.192 INFO kablam! --> src/lib.rs:69:5 Oct 27 01:23:17.192 INFO kablam! | Oct 27 01:23:17.192 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 27 01:23:17.192 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 27 01:23:17.192 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 27 01:23:17.192 INFO kablam! 72 | | Oct 27 01:23:17.192 INFO kablam! ... | Oct 27 01:23:17.192 INFO kablam! 85 | | Worker { id, thread } Oct 27 01:23:17.192 INFO kablam! 86 | | } Oct 27 01:23:17.192 INFO kablam! | |_____^ Oct 27 01:23:17.192 INFO kablam! | Oct 27 01:23:17.192 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.192 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.192 INFO kablam! Oct 27 01:23:17.192 INFO kablam! warning: field is never used: `workers` Oct 27 01:23:17.192 INFO kablam! --> src/lib.rs:7:5 Oct 27 01:23:17.192 INFO kablam! | Oct 27 01:23:17.192 INFO kablam! 7 | workers: Vec, Oct 27 01:23:17.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.192 INFO kablam! | Oct 27 01:23:17.192 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:23:17.193 INFO kablam! Oct 27 01:23:17.193 INFO kablam! warning: field is never used: `id` Oct 27 01:23:17.193 INFO kablam! --> src/lib.rs:58:5 Oct 27 01:23:17.193 INFO kablam! | Oct 27 01:23:17.193 INFO kablam! 58 | id: usize, Oct 27 01:23:17.193 INFO kablam! | ^^^^^^^^^ Oct 27 01:23:17.193 INFO kablam! Oct 27 01:23:17.193 INFO kablam! warning: field is never used: `thread` Oct 27 01:23:17.193 INFO kablam! --> src/lib.rs:59:5 Oct 27 01:23:17.193 INFO kablam! | Oct 27 01:23:17.193 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 27 01:23:17.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.193 INFO kablam! Oct 27 01:23:17.251 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.251 INFO kablam! --> src/lib.rs:21:1 Oct 27 01:23:17.251 INFO kablam! | Oct 27 01:23:17.251 INFO kablam! 21 | pub type Job = Box; Oct 27 01:23:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.251 INFO kablam! | Oct 27 01:23:17.251 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 01:23:17.251 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.251 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.251 INFO kablam! Oct 27 01:23:17.251 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 27 01:23:17.251 INFO kablam! --> src/lib.rs:69:5 Oct 27 01:23:17.251 INFO kablam! | Oct 27 01:23:17.251 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 27 01:23:17.251 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 27 01:23:17.251 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 27 01:23:17.251 INFO kablam! 72 | | Oct 27 01:23:17.251 INFO kablam! ... | Oct 27 01:23:17.251 INFO kablam! 85 | | Worker { id, thread } Oct 27 01:23:17.251 INFO kablam! 86 | | } Oct 27 01:23:17.251 INFO kablam! | |_____^ Oct 27 01:23:17.251 INFO kablam! | Oct 27 01:23:17.251 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.251 INFO kablam! = note: for more information, see issue #34537 Oct 27 01:23:17.251 INFO kablam! Oct 27 01:23:17.260 INFO kablam! warning: field is never used: `workers` Oct 27 01:23:17.260 INFO kablam! --> src/lib.rs:7:5 Oct 27 01:23:17.260 INFO kablam! | Oct 27 01:23:17.260 INFO kablam! 7 | workers: Vec, Oct 27 01:23:17.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.261 INFO kablam! | Oct 27 01:23:17.261 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:23:17.261 INFO kablam! Oct 27 01:23:17.261 INFO kablam! warning: field is never used: `id` Oct 27 01:23:17.261 INFO kablam! --> src/lib.rs:58:5 Oct 27 01:23:17.261 INFO kablam! | Oct 27 01:23:17.261 INFO kablam! 58 | id: usize, Oct 27 01:23:17.261 INFO kablam! | ^^^^^^^^^ Oct 27 01:23:17.261 INFO kablam! Oct 27 01:23:17.261 INFO kablam! warning: field is never used: `thread` Oct 27 01:23:17.261 INFO kablam! --> src/lib.rs:59:5 Oct 27 01:23:17.261 INFO kablam! | Oct 27 01:23:17.261 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 27 01:23:17.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:23:17.261 INFO kablam! Oct 27 01:23:17.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 27 01:23:17.549 INFO kablam! su: No module specific data is present Oct 27 01:23:17.817 INFO running `"docker" "rm" "-f" "3c259c3ddd45ef291e2a96fd68d94de261fb0d82f89472faaface7700c00c784"` Oct 27 01:23:18.004 INFO blam! 3c259c3ddd45ef291e2a96fd68d94de261fb0d82f89472faaface7700c00c784