Oct 21 16:06:38.739 INFO checking lowellmower/server against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:06:38.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 16:06:39.215 INFO blam! 4c28b197f0d7de2933d2f16de540560d8ff5a10dd930ad0f80b01d5a7f5fbf74 Oct 21 16:06:39.215 INFO running `"docker" "start" "-a" "4c28b197f0d7de2933d2f16de540560d8ff5a10dd930ad0f80b01d5a7f5fbf74"` Oct 21 16:06:40.612 INFO kablam! usermod: no changes Oct 21 16:06:40.676 INFO kablam! Checking server v0.1.0 (/source) Oct 21 16:06:40.996 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 21 16:06:40.996 INFO kablam! --> src/lib.rs:21:1 Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! 21 | pub type Job = Box; Oct 21 16:06:40.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 16:06:40.996 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 21 16:06:40.996 INFO kablam! = note: for more information, see issue #34537 Oct 21 16:06:40.996 INFO kablam! Oct 21 16:06:40.996 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 21 16:06:40.996 INFO kablam! --> src/lib.rs:69:5 Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 21 16:06:40.996 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 21 16:06:40.996 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 21 16:06:40.996 INFO kablam! 72 | | Oct 21 16:06:40.996 INFO kablam! ... | Oct 21 16:06:40.996 INFO kablam! 85 | | Worker { id, thread } Oct 21 16:06:40.996 INFO kablam! 86 | | } Oct 21 16:06:40.996 INFO kablam! | |_____^ Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 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 21 16:06:40.996 INFO kablam! = note: for more information, see issue #34537 Oct 21 16:06:40.996 INFO kablam! Oct 21 16:06:40.996 INFO kablam! warning: field is never used: `workers` Oct 21 16:06:40.996 INFO kablam! --> src/lib.rs:7:5 Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! 7 | workers: Vec, Oct 21 16:06:40.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:06:40.996 INFO kablam! Oct 21 16:06:40.996 INFO kablam! warning: field is never used: `id` Oct 21 16:06:40.996 INFO kablam! --> src/lib.rs:58:5 Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! 58 | id: usize, Oct 21 16:06:40.996 INFO kablam! | ^^^^^^^^^ Oct 21 16:06:40.996 INFO kablam! Oct 21 16:06:40.996 INFO kablam! warning: field is never used: `thread` Oct 21 16:06:40.996 INFO kablam! --> src/lib.rs:59:5 Oct 21 16:06:40.996 INFO kablam! | Oct 21 16:06:40.996 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 21 16:06:40.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:06:40.996 INFO kablam! Oct 21 16:06:41.364 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 21 16:06:41.364 INFO kablam! --> src/lib.rs:21:1 Oct 21 16:06:41.365 INFO kablam! | Oct 21 16:06:41.365 INFO kablam! 21 | pub type Job = Box; Oct 21 16:06:41.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:06:41.366 INFO kablam! | Oct 21 16:06:41.366 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 16:06:41.366 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 21 16:06:41.366 INFO kablam! = note: for more information, see issue #34537 Oct 21 16:06:41.367 INFO kablam! Oct 21 16:06:41.367 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 21 16:06:41.367 INFO kablam! --> src/lib.rs:69:5 Oct 21 16:06:41.367 INFO kablam! | Oct 21 16:06:41.368 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 21 16:06:41.368 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 21 16:06:41.368 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 21 16:06:41.369 INFO kablam! 72 | | Oct 21 16:06:41.369 INFO kablam! ... | Oct 21 16:06:41.369 INFO kablam! 85 | | Worker { id, thread } Oct 21 16:06:41.369 INFO kablam! 86 | | } Oct 21 16:06:41.370 INFO kablam! | |_____^ Oct 21 16:06:41.370 INFO kablam! | Oct 21 16:06:41.370 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 21 16:06:41.370 INFO kablam! = note: for more information, see issue #34537 Oct 21 16:06:41.371 INFO kablam! Oct 21 16:06:41.385 INFO kablam! warning: field is never used: `workers` Oct 21 16:06:41.385 INFO kablam! --> src/lib.rs:7:5 Oct 21 16:06:41.385 INFO kablam! | Oct 21 16:06:41.386 INFO kablam! 7 | workers: Vec, Oct 21 16:06:41.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:06:41.386 INFO kablam! | Oct 21 16:06:41.386 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:06:41.387 INFO kablam! Oct 21 16:06:41.387 INFO kablam! warning: field is never used: `id` Oct 21 16:06:41.387 INFO kablam! --> src/lib.rs:58:5 Oct 21 16:06:41.388 INFO kablam! | Oct 21 16:06:41.388 INFO kablam! 58 | id: usize, Oct 21 16:06:41.388 INFO kablam! | ^^^^^^^^^ Oct 21 16:06:41.389 INFO kablam! Oct 21 16:06:41.389 INFO kablam! warning: field is never used: `thread` Oct 21 16:06:41.389 INFO kablam! --> src/lib.rs:59:5 Oct 21 16:06:41.389 INFO kablam! | Oct 21 16:06:41.390 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 21 16:06:41.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:06:41.390 INFO kablam! Oct 21 16:06:41.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 21 16:06:41.452 INFO kablam! su: No module specific data is present Oct 21 16:06:42.186 INFO running `"docker" "rm" "-f" "4c28b197f0d7de2933d2f16de540560d8ff5a10dd930ad0f80b01d5a7f5fbf74"` Oct 21 16:06:42.344 INFO blam! 4c28b197f0d7de2933d2f16de540560d8ff5a10dd930ad0f80b01d5a7f5fbf74