Oct 12 18:14:02.860 INFO checking lowellmower/server against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:14:02.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:14:03.222 INFO blam! a4c0bbdf4a533633e8044f437bdb7ee461027c78e4f3f35034f875a70d2f6396 Oct 12 18:14:03.222 INFO running `"docker" "start" "-a" "a4c0bbdf4a533633e8044f437bdb7ee461027c78e4f3f35034f875a70d2f6396"` Oct 12 18:14:04.192 INFO kablam! usermod: no changes Oct 12 18:14:04.292 INFO kablam! Checking server v0.1.0 (/source) Oct 12 18:14:04.630 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 12 18:14:04.630 INFO kablam! --> src/lib.rs:21:1 Oct 12 18:14:04.630 INFO kablam! | Oct 12 18:14:04.630 INFO kablam! 21 | pub type Job = Box; Oct 12 18:14:04.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:04.630 INFO kablam! | Oct 12 18:14:04.630 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 18:14:04.630 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 12 18:14:04.630 INFO kablam! = note: for more information, see issue #34537 Oct 12 18:14:04.630 INFO kablam! Oct 12 18:14:04.630 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 12 18:14:04.630 INFO kablam! --> src/lib.rs:69:5 Oct 12 18:14:04.630 INFO kablam! | Oct 12 18:14:04.633 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 12 18:14:04.633 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 12 18:14:04.633 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 12 18:14:04.633 INFO kablam! 72 | | Oct 12 18:14:04.633 INFO kablam! ... | Oct 12 18:14:04.633 INFO kablam! 85 | | Worker { id, thread } Oct 12 18:14:04.633 INFO kablam! 86 | | } Oct 12 18:14:04.633 INFO kablam! | |_____^ Oct 12 18:14:04.633 INFO kablam! | Oct 12 18:14:04.633 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 12 18:14:04.633 INFO kablam! = note: for more information, see issue #34537 Oct 12 18:14:04.633 INFO kablam! Oct 12 18:14:04.638 INFO kablam! warning: field is never used: `workers` Oct 12 18:14:04.638 INFO kablam! --> src/lib.rs:7:5 Oct 12 18:14:04.638 INFO kablam! | Oct 12 18:14:04.638 INFO kablam! 7 | workers: Vec, Oct 12 18:14:04.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:04.638 INFO kablam! | Oct 12 18:14:04.638 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:14:04.638 INFO kablam! Oct 12 18:14:04.638 INFO kablam! warning: field is never used: `id` Oct 12 18:14:04.638 INFO kablam! --> src/lib.rs:58:5 Oct 12 18:14:04.638 INFO kablam! | Oct 12 18:14:04.638 INFO kablam! 58 | id: usize, Oct 12 18:14:04.638 INFO kablam! | ^^^^^^^^^ Oct 12 18:14:04.638 INFO kablam! Oct 12 18:14:04.638 INFO kablam! warning: field is never used: `thread` Oct 12 18:14:04.638 INFO kablam! --> src/lib.rs:59:5 Oct 12 18:14:04.638 INFO kablam! | Oct 12 18:14:04.638 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 12 18:14:04.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:04.638 INFO kablam! Oct 12 18:14:04.709 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 12 18:14:04.709 INFO kablam! --> src/lib.rs:21:1 Oct 12 18:14:04.709 INFO kablam! | Oct 12 18:14:04.709 INFO kablam! 21 | pub type Job = Box; Oct 12 18:14:04.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:04.709 INFO kablam! | Oct 12 18:14:04.709 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 18:14:04.709 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 12 18:14:04.709 INFO kablam! = note: for more information, see issue #34537 Oct 12 18:14:04.709 INFO kablam! Oct 12 18:14:04.717 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 12 18:14:04.717 INFO kablam! --> src/lib.rs:69:5 Oct 12 18:14:04.717 INFO kablam! | Oct 12 18:14:04.717 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 12 18:14:04.718 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 12 18:14:04.718 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 12 18:14:04.718 INFO kablam! 72 | | Oct 12 18:14:04.718 INFO kablam! ... | Oct 12 18:14:04.718 INFO kablam! 85 | | Worker { id, thread } Oct 12 18:14:04.718 INFO kablam! 86 | | } Oct 12 18:14:04.718 INFO kablam! | |_____^ Oct 12 18:14:04.718 INFO kablam! | Oct 12 18:14:04.718 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 12 18:14:04.718 INFO kablam! = note: for more information, see issue #34537 Oct 12 18:14:04.718 INFO kablam! Oct 12 18:14:04.726 INFO kablam! warning: field is never used: `workers` Oct 12 18:14:04.726 INFO kablam! --> src/lib.rs:7:5 Oct 12 18:14:04.726 INFO kablam! | Oct 12 18:14:04.726 INFO kablam! 7 | workers: Vec, Oct 12 18:14:04.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:04.726 INFO kablam! | Oct 12 18:14:04.726 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:14:04.726 INFO kablam! Oct 12 18:14:04.726 INFO kablam! warning: field is never used: `id` Oct 12 18:14:04.726 INFO kablam! --> src/lib.rs:58:5 Oct 12 18:14:04.726 INFO kablam! | Oct 12 18:14:04.726 INFO kablam! 58 | id: usize, Oct 12 18:14:04.726 INFO kablam! | ^^^^^^^^^ Oct 12 18:14:04.726 INFO kablam! Oct 12 18:14:04.726 INFO kablam! warning: field is never used: `thread` Oct 12 18:14:04.726 INFO kablam! --> src/lib.rs:59:5 Oct 12 18:14:04.726 INFO kablam! | Oct 12 18:14:04.726 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 12 18:14:04.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:04.726 INFO kablam! Oct 12 18:14:05.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 12 18:14:05.038 INFO kablam! su: No module specific data is present Oct 12 18:14:05.724 INFO running `"docker" "rm" "-f" "a4c0bbdf4a533633e8044f437bdb7ee461027c78e4f3f35034f875a70d2f6396"` Oct 12 18:14:06.024 INFO blam! a4c0bbdf4a533633e8044f437bdb7ee461027c78e4f3f35034f875a70d2f6396