Oct 14 13:15:06.648 INFO testing lowellmower/server against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:15:06.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 13:15:07.036 INFO blam! a691db973ae432bd5c7624a4328f0eedaf179e8535077b118d8d2196fa1768bf Oct 14 13:15:07.040 INFO running `"docker" "start" "-a" "a691db973ae432bd5c7624a4328f0eedaf179e8535077b118d8d2196fa1768bf"` Oct 14 13:15:07.619 INFO kablam! usermod: no changes Oct 14 13:15:07.651 INFO kablam! Compiling server v0.1.0 (/source) Oct 14 13:15:07.835 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:07.835 INFO kablam! --> src/lib.rs:21:1 Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! 21 | pub type Job = Box; Oct 14 13:15:07.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 13:15:07.835 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 14 13:15:07.835 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:07.835 INFO kablam! Oct 14 13:15:07.835 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:07.835 INFO kablam! --> src/lib.rs:69:5 Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 14 13:15:07.835 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 14 13:15:07.835 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 14 13:15:07.835 INFO kablam! 72 | | Oct 14 13:15:07.835 INFO kablam! ... | Oct 14 13:15:07.835 INFO kablam! 85 | | Worker { id, thread } Oct 14 13:15:07.835 INFO kablam! 86 | | } Oct 14 13:15:07.835 INFO kablam! | |_____^ Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 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 14 13:15:07.835 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:07.835 INFO kablam! Oct 14 13:15:07.835 INFO kablam! warning: field is never used: `workers` Oct 14 13:15:07.835 INFO kablam! --> src/lib.rs:7:5 Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! 7 | workers: Vec, Oct 14 13:15:07.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:15:07.835 INFO kablam! Oct 14 13:15:07.835 INFO kablam! warning: field is never used: `id` Oct 14 13:15:07.835 INFO kablam! --> src/lib.rs:58:5 Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! 58 | id: usize, Oct 14 13:15:07.835 INFO kablam! | ^^^^^^^^^ Oct 14 13:15:07.835 INFO kablam! Oct 14 13:15:07.835 INFO kablam! warning: field is never used: `thread` Oct 14 13:15:07.835 INFO kablam! --> src/lib.rs:59:5 Oct 14 13:15:07.835 INFO kablam! | Oct 14 13:15:07.835 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 14 13:15:07.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:07.835 INFO kablam! Oct 14 13:15:09.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 14 13:15:09.713 INFO kablam! su: No module specific data is present Oct 14 13:15:10.012 INFO running `"docker" "rm" "-f" "a691db973ae432bd5c7624a4328f0eedaf179e8535077b118d8d2196fa1768bf"` Oct 14 13:15:10.132 INFO blam! a691db973ae432bd5c7624a4328f0eedaf179e8535077b118d8d2196fa1768bf Oct 14 13:15:10.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 13:15:10.305 INFO blam! aed3e28774052c328aef46d07ea94f91ed1caa5519a965e340175ecd5a43a2a0 Oct 14 13:15:10.307 INFO running `"docker" "start" "-a" "aed3e28774052c328aef46d07ea94f91ed1caa5519a965e340175ecd5a43a2a0"` Oct 14 13:15:10.924 INFO kablam! usermod: no changes Oct 14 13:15:10.949 INFO kablam! Compiling server v0.1.0 (/source) Oct 14 13:15:11.133 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:11.133 INFO kablam! --> src/lib.rs:21:1 Oct 14 13:15:11.134 INFO kablam! | Oct 14 13:15:11.134 INFO kablam! 21 | pub type Job = Box; Oct 14 13:15:11.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:11.135 INFO kablam! | Oct 14 13:15:11.135 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 13:15:11.135 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 14 13:15:11.135 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:11.135 INFO kablam! Oct 14 13:15:11.135 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:11.135 INFO kablam! --> src/lib.rs:69:5 Oct 14 13:15:11.135 INFO kablam! | Oct 14 13:15:11.137 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 14 13:15:11.137 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 14 13:15:11.137 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 14 13:15:11.137 INFO kablam! 72 | | Oct 14 13:15:11.137 INFO kablam! ... | Oct 14 13:15:11.137 INFO kablam! 85 | | Worker { id, thread } Oct 14 13:15:11.137 INFO kablam! 86 | | } Oct 14 13:15:11.137 INFO kablam! | |_____^ Oct 14 13:15:11.137 INFO kablam! | Oct 14 13:15:11.137 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 14 13:15:11.137 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:11.137 INFO kablam! Oct 14 13:15:11.143 INFO kablam! warning: field is never used: `workers` Oct 14 13:15:11.143 INFO kablam! --> src/lib.rs:7:5 Oct 14 13:15:11.143 INFO kablam! | Oct 14 13:15:11.143 INFO kablam! 7 | workers: Vec, Oct 14 13:15:11.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:11.144 INFO kablam! | Oct 14 13:15:11.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:15:11.144 INFO kablam! Oct 14 13:15:11.144 INFO kablam! warning: field is never used: `id` Oct 14 13:15:11.144 INFO kablam! --> src/lib.rs:58:5 Oct 14 13:15:11.144 INFO kablam! | Oct 14 13:15:11.144 INFO kablam! 58 | id: usize, Oct 14 13:15:11.144 INFO kablam! | ^^^^^^^^^ Oct 14 13:15:11.144 INFO kablam! Oct 14 13:15:11.144 INFO kablam! warning: field is never used: `thread` Oct 14 13:15:11.144 INFO kablam! --> src/lib.rs:59:5 Oct 14 13:15:11.144 INFO kablam! | Oct 14 13:15:11.144 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 14 13:15:11.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:11.144 INFO kablam! Oct 14 13:15:12.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 14 13:15:12.023 INFO kablam! su: No module specific data is present Oct 14 13:15:12.522 INFO running `"docker" "rm" "-f" "aed3e28774052c328aef46d07ea94f91ed1caa5519a965e340175ecd5a43a2a0"` Oct 14 13:15:12.674 INFO blam! aed3e28774052c328aef46d07ea94f91ed1caa5519a965e340175ecd5a43a2a0 Oct 14 13:15:12.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 13:15:13.008 INFO blam! 9a388117242ff6f95c5e840955f0b7aef85b56df7a5de90aea560f5fa65aa4e5 Oct 14 13:15:13.009 INFO running `"docker" "start" "-a" "9a388117242ff6f95c5e840955f0b7aef85b56df7a5de90aea560f5fa65aa4e5"` Oct 14 13:15:13.979 INFO kablam! usermod: no changes Oct 14 13:15:14.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 13:15:14.015 INFO kablam! Running /target/debug/deps/server-f590a3b9448edb80 Oct 14 13:15:14.019 INFO blam! Oct 14 13:15:14.019 INFO blam! running 0 tests Oct 14 13:15:14.019 INFO blam! Oct 14 13:15:14.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:15:14.019 INFO blam! Oct 14 13:15:14.019 INFO kablam! Running /target/debug/deps/main-8fa86c267f56a56f Oct 14 13:15:14.024 INFO blam! Oct 14 13:15:14.024 INFO blam! running 0 tests Oct 14 13:15:14.024 INFO blam! Oct 14 13:15:14.024 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:15:14.024 INFO blam! Oct 14 13:15:14.025 INFO kablam! Doc-tests server Oct 14 13:15:14.371 INFO blam! Oct 14 13:15:14.371 INFO blam! running 0 tests Oct 14 13:15:14.371 INFO blam! Oct 14 13:15:14.371 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:15:14.371 INFO blam! Oct 14 13:15:14.381 INFO kablam! su: No module specific data is present Oct 14 13:15:14.895 INFO running `"docker" "rm" "-f" "9a388117242ff6f95c5e840955f0b7aef85b56df7a5de90aea560f5fa65aa4e5"` Oct 14 13:15:15.207 INFO blam! 9a388117242ff6f95c5e840955f0b7aef85b56df7a5de90aea560f5fa65aa4e5