Oct 10 19:20:47.413 INFO testing lowellmower/server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:20:47.413 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:20:47.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:20:47.612 INFO blam! 6d27b42e3c36ae0829e5e27c4ce1a37f1746a2b55371e8a7237c8f5fe4b3594e Oct 10 19:20:47.614 INFO running `"docker" "start" "-a" "6d27b42e3c36ae0829e5e27c4ce1a37f1746a2b55371e8a7237c8f5fe4b3594e"` Oct 10 19:20:48.713 INFO kablam! usermod: no changes Oct 10 19:20:48.742 INFO kablam! Compiling server v0.1.0 (/source) Oct 10 19:20:49.291 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 10 19:20:49.291 INFO kablam! --> src/lib.rs:21:1 Oct 10 19:20:49.291 INFO kablam! | Oct 10 19:20:49.291 INFO kablam! 21 | pub type Job = Box; Oct 10 19:20:49.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:49.291 INFO kablam! | Oct 10 19:20:49.291 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 19:20:49.291 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 10 19:20:49.291 INFO kablam! = note: for more information, see issue #34537 Oct 10 19:20:49.291 INFO kablam! Oct 10 19:20:49.291 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 10 19:20:49.291 INFO kablam! --> src/lib.rs:69:5 Oct 10 19:20:49.291 INFO kablam! | Oct 10 19:20:49.291 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 10 19:20:49.291 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 10 19:20:49.291 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 10 19:20:49.291 INFO kablam! 72 | | Oct 10 19:20:49.291 INFO kablam! ... | Oct 10 19:20:49.291 INFO kablam! 85 | | Worker { id, thread } Oct 10 19:20:49.291 INFO kablam! 86 | | } Oct 10 19:20:49.291 INFO kablam! | |_____^ Oct 10 19:20:49.291 INFO kablam! | Oct 10 19:20:49.291 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 10 19:20:49.291 INFO kablam! = note: for more information, see issue #34537 Oct 10 19:20:49.291 INFO kablam! Oct 10 19:20:49.304 INFO kablam! warning: field is never used: `workers` Oct 10 19:20:49.304 INFO kablam! --> src/lib.rs:7:5 Oct 10 19:20:49.304 INFO kablam! | Oct 10 19:20:49.304 INFO kablam! 7 | workers: Vec, Oct 10 19:20:49.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:49.304 INFO kablam! | Oct 10 19:20:49.305 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:20:49.305 INFO kablam! Oct 10 19:20:49.305 INFO kablam! warning: field is never used: `id` Oct 10 19:20:49.305 INFO kablam! --> src/lib.rs:58:5 Oct 10 19:20:49.305 INFO kablam! | Oct 10 19:20:49.305 INFO kablam! 58 | id: usize, Oct 10 19:20:49.305 INFO kablam! | ^^^^^^^^^ Oct 10 19:20:49.305 INFO kablam! Oct 10 19:20:49.305 INFO kablam! warning: field is never used: `thread` Oct 10 19:20:49.305 INFO kablam! --> src/lib.rs:59:5 Oct 10 19:20:49.305 INFO kablam! | Oct 10 19:20:49.305 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 10 19:20:49.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:49.305 INFO kablam! Oct 10 19:20:50.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 10 19:20:50.599 INFO kablam! su: No module specific data is present Oct 10 19:20:50.894 INFO running `"docker" "rm" "-f" "6d27b42e3c36ae0829e5e27c4ce1a37f1746a2b55371e8a7237c8f5fe4b3594e"` Oct 10 19:20:50.959 INFO blam! 6d27b42e3c36ae0829e5e27c4ce1a37f1746a2b55371e8a7237c8f5fe4b3594e Oct 10 19:20:50.961 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:20:50.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:20:51.115 INFO blam! 33f2690be179e8fe57075538cc1e96b9f3fb893c2ffe8cf7ff1df7c90aee8fe1 Oct 10 19:20:51.121 INFO running `"docker" "start" "-a" "33f2690be179e8fe57075538cc1e96b9f3fb893c2ffe8cf7ff1df7c90aee8fe1"` Oct 10 19:20:51.618 INFO kablam! usermod: no changes Oct 10 19:20:51.641 INFO kablam! Compiling server v0.1.0 (/source) Oct 10 19:20:52.152 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 10 19:20:52.153 INFO kablam! --> src/lib.rs:21:1 Oct 10 19:20:52.153 INFO kablam! | Oct 10 19:20:52.153 INFO kablam! 21 | pub type Job = Box; Oct 10 19:20:52.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:52.153 INFO kablam! | Oct 10 19:20:52.153 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 19:20:52.153 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 10 19:20:52.154 INFO kablam! = note: for more information, see issue #34537 Oct 10 19:20:52.154 INFO kablam! Oct 10 19:20:52.154 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 10 19:20:52.154 INFO kablam! --> src/lib.rs:69:5 Oct 10 19:20:52.154 INFO kablam! | Oct 10 19:20:52.154 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 10 19:20:52.155 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 10 19:20:52.155 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 10 19:20:52.155 INFO kablam! 72 | | Oct 10 19:20:52.155 INFO kablam! ... | Oct 10 19:20:52.155 INFO kablam! 85 | | Worker { id, thread } Oct 10 19:20:52.155 INFO kablam! 86 | | } Oct 10 19:20:52.155 INFO kablam! | |_____^ Oct 10 19:20:52.155 INFO kablam! | Oct 10 19:20:52.155 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 10 19:20:52.155 INFO kablam! = note: for more information, see issue #34537 Oct 10 19:20:52.155 INFO kablam! Oct 10 19:20:52.155 INFO kablam! warning: field is never used: `workers` Oct 10 19:20:52.155 INFO kablam! --> src/lib.rs:7:5 Oct 10 19:20:52.155 INFO kablam! | Oct 10 19:20:52.155 INFO kablam! 7 | workers: Vec, Oct 10 19:20:52.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:52.155 INFO kablam! | Oct 10 19:20:52.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:20:52.155 INFO kablam! Oct 10 19:20:52.155 INFO kablam! warning: field is never used: `id` Oct 10 19:20:52.155 INFO kablam! --> src/lib.rs:58:5 Oct 10 19:20:52.155 INFO kablam! | Oct 10 19:20:52.155 INFO kablam! 58 | id: usize, Oct 10 19:20:52.155 INFO kablam! | ^^^^^^^^^ Oct 10 19:20:52.155 INFO kablam! Oct 10 19:20:52.155 INFO kablam! warning: field is never used: `thread` Oct 10 19:20:52.155 INFO kablam! --> src/lib.rs:59:5 Oct 10 19:20:52.155 INFO kablam! | Oct 10 19:20:52.155 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 10 19:20:52.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:52.155 INFO kablam! Oct 10 19:20:52.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 10 19:20:52.570 INFO kablam! su: No module specific data is present Oct 10 19:20:52.901 INFO running `"docker" "rm" "-f" "33f2690be179e8fe57075538cc1e96b9f3fb893c2ffe8cf7ff1df7c90aee8fe1"` Oct 10 19:20:53.048 INFO blam! 33f2690be179e8fe57075538cc1e96b9f3fb893c2ffe8cf7ff1df7c90aee8fe1 Oct 10 19:20:53.051 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:20:53.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:20:53.456 INFO blam! 222d5b45cf2c8bb1dc4bfa06c2d80b412e23962b9186f60f5165ef881b76ef8a Oct 10 19:20:53.459 INFO running `"docker" "start" "-a" "222d5b45cf2c8bb1dc4bfa06c2d80b412e23962b9186f60f5165ef881b76ef8a"` Oct 10 19:20:54.178 INFO kablam! usermod: no changes Oct 10 19:20:54.214 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 19:20:54.216 INFO kablam! Running /target/debug/deps/server-b6cc4b5c1fa9b3b3 Oct 10 19:20:54.217 INFO blam! Oct 10 19:20:54.217 INFO blam! running 0 tests Oct 10 19:20:54.217 INFO blam! Oct 10 19:20:54.217 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:20:54.218 INFO kablam! Running /target/debug/deps/main-bded8a61f88c0a60 Oct 10 19:20:54.218 INFO blam! Oct 10 19:20:54.221 INFO blam! Oct 10 19:20:54.221 INFO kablam! Doc-tests server Oct 10 19:20:54.221 INFO blam! running 0 tests Oct 10 19:20:54.221 INFO blam! Oct 10 19:20:54.221 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:20:54.221 INFO blam! Oct 10 19:20:54.956 INFO blam! Oct 10 19:20:54.956 INFO blam! running 0 tests Oct 10 19:20:54.956 INFO blam! Oct 10 19:20:54.956 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:20:54.956 INFO blam! Oct 10 19:20:54.962 INFO kablam! su: No module specific data is present Oct 10 19:20:55.264 INFO running `"docker" "rm" "-f" "222d5b45cf2c8bb1dc4bfa06c2d80b412e23962b9186f60f5165ef881b76ef8a"` Oct 10 19:20:55.451 INFO blam! 222d5b45cf2c8bb1dc4bfa06c2d80b412e23962b9186f60f5165ef881b76ef8a