Oct 14 13:15:06.719 INFO testing lowellmower/server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:15:06.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.091 INFO blam! 5dfe57a9e5ffc0c82547218df8f67f20c1b9bf44caf92edd4657719e82143947 Oct 14 13:15:07.099 INFO running `"docker" "start" "-a" "5dfe57a9e5ffc0c82547218df8f67f20c1b9bf44caf92edd4657719e82143947"` Oct 14 13:15:07.581 INFO kablam! usermod: no changes Oct 14 13:15:07.615 INFO kablam! Compiling server v0.1.0 (/source) Oct 14 13:15:07.783 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:07.784 INFO kablam! --> src/lib.rs:21:1 Oct 14 13:15:07.784 INFO kablam! | Oct 14 13:15:07.784 INFO kablam! 21 | pub type Job = Box; Oct 14 13:15:07.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:07.785 INFO kablam! | Oct 14 13:15:07.785 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 13:15:07.786 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.786 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:07.786 INFO kablam! Oct 14 13:15:07.786 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:07.787 INFO kablam! --> src/lib.rs:69:5 Oct 14 13:15:07.787 INFO kablam! | Oct 14 13:15:07.787 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 14 13:15:07.788 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 14 13:15:07.788 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 14 13:15:07.788 INFO kablam! 72 | | Oct 14 13:15:07.788 INFO kablam! ... | Oct 14 13:15:07.789 INFO kablam! 85 | | Worker { id, thread } Oct 14 13:15:07.789 INFO kablam! 86 | | } Oct 14 13:15:07.789 INFO kablam! | |_____^ Oct 14 13:15:07.790 INFO kablam! | Oct 14 13:15:07.790 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.790 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:07.791 INFO kablam! Oct 14 13:15:07.791 INFO kablam! warning: field is never used: `workers` Oct 14 13:15:07.791 INFO kablam! --> src/lib.rs:7:5 Oct 14 13:15:07.791 INFO kablam! | Oct 14 13:15:07.792 INFO kablam! 7 | workers: Vec, Oct 14 13:15:07.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:07.792 INFO kablam! | Oct 14 13:15:07.793 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:15:07.793 INFO kablam! Oct 14 13:15:07.793 INFO kablam! warning: field is never used: `id` Oct 14 13:15:07.793 INFO kablam! --> src/lib.rs:58:5 Oct 14 13:15:07.793 INFO kablam! | Oct 14 13:15:07.793 INFO kablam! 58 | id: usize, Oct 14 13:15:07.794 INFO kablam! | ^^^^^^^^^ Oct 14 13:15:07.794 INFO kablam! Oct 14 13:15:07.794 INFO kablam! warning: field is never used: `thread` Oct 14 13:15:07.794 INFO kablam! --> src/lib.rs:59:5 Oct 14 13:15:07.794 INFO kablam! | Oct 14 13:15:07.794 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 14 13:15:07.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:07.794 INFO kablam! Oct 14 13:15:09.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 14 13:15:09.463 INFO kablam! su: No module specific data is present Oct 14 13:15:09.847 INFO running `"docker" "rm" "-f" "5dfe57a9e5ffc0c82547218df8f67f20c1b9bf44caf92edd4657719e82143947"` Oct 14 13:15:09.975 INFO blam! 5dfe57a9e5ffc0c82547218df8f67f20c1b9bf44caf92edd4657719e82143947 Oct 14 13:15:09.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.181 INFO blam! 3408d3d90987561c2041177ee691f53188a3130f16a9e8fb7ac6f642452988f1 Oct 14 13:15:10.187 INFO running `"docker" "start" "-a" "3408d3d90987561c2041177ee691f53188a3130f16a9e8fb7ac6f642452988f1"` Oct 14 13:15:10.665 INFO kablam! usermod: no changes Oct 14 13:15:10.690 INFO kablam! Compiling server v0.1.0 (/source) Oct 14 13:15:10.855 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:10.855 INFO kablam! --> src/lib.rs:21:1 Oct 14 13:15:10.855 INFO kablam! | Oct 14 13:15:10.855 INFO kablam! 21 | pub type Job = Box; Oct 14 13:15:10.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:10.855 INFO kablam! | Oct 14 13:15:10.855 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 13:15:10.855 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:10.855 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:10.855 INFO kablam! Oct 14 13:15:10.855 INFO kablam! warning: private type `(dyn FnBox + std::marker::Send + 'static)` in public interface (error E0446) Oct 14 13:15:10.855 INFO kablam! --> src/lib.rs:69:5 Oct 14 13:15:10.855 INFO kablam! | Oct 14 13:15:10.855 INFO kablam! 69 | / pub fn new(id: usize, receiver: Arc>>) -> Worker { Oct 14 13:15:10.855 INFO kablam! 70 | | let thread = thread::spawn(move || loop { Oct 14 13:15:10.855 INFO kablam! 71 | | let job = receiver.lock().unwrap().recv().unwrap(); Oct 14 13:15:10.855 INFO kablam! 72 | | Oct 14 13:15:10.855 INFO kablam! ... | Oct 14 13:15:10.855 INFO kablam! 85 | | Worker { id, thread } Oct 14 13:15:10.855 INFO kablam! 86 | | } Oct 14 13:15:10.855 INFO kablam! | |_____^ Oct 14 13:15:10.855 INFO kablam! | Oct 14 13:15:10.855 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:10.855 INFO kablam! = note: for more information, see issue #34537 Oct 14 13:15:10.855 INFO kablam! Oct 14 13:15:10.862 INFO kablam! warning: field is never used: `workers` Oct 14 13:15:10.862 INFO kablam! --> src/lib.rs:7:5 Oct 14 13:15:10.862 INFO kablam! | Oct 14 13:15:10.862 INFO kablam! 7 | workers: Vec, Oct 14 13:15:10.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:10.862 INFO kablam! | Oct 14 13:15:10.862 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:15:10.862 INFO kablam! Oct 14 13:15:10.862 INFO kablam! warning: field is never used: `id` Oct 14 13:15:10.862 INFO kablam! --> src/lib.rs:58:5 Oct 14 13:15:10.862 INFO kablam! | Oct 14 13:15:10.862 INFO kablam! 58 | id: usize, Oct 14 13:15:10.862 INFO kablam! | ^^^^^^^^^ Oct 14 13:15:10.862 INFO kablam! Oct 14 13:15:10.863 INFO kablam! warning: field is never used: `thread` Oct 14 13:15:10.863 INFO kablam! --> src/lib.rs:59:5 Oct 14 13:15:10.863 INFO kablam! | Oct 14 13:15:10.863 INFO kablam! 59 | thread: thread::JoinHandle<()>, Oct 14 13:15:10.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:15:10.863 INFO kablam! Oct 14 13:15:11.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 14 13:15:11.618 INFO kablam! su: No module specific data is present Oct 14 13:15:12.227 INFO running `"docker" "rm" "-f" "3408d3d90987561c2041177ee691f53188a3130f16a9e8fb7ac6f642452988f1"` Oct 14 13:15:12.427 INFO blam! 3408d3d90987561c2041177ee691f53188a3130f16a9e8fb7ac6f642452988f1 Oct 14 13:15:12.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:12.720 INFO blam! 9fbe31de82b81772800c1e308d7aed9c45197f7554d0445f00d9d1c5e39934b7 Oct 14 13:15:12.721 INFO running `"docker" "start" "-a" "9fbe31de82b81772800c1e308d7aed9c45197f7554d0445f00d9d1c5e39934b7"` Oct 14 13:15:13.185 INFO kablam! usermod: no changes Oct 14 13:15:13.229 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 13:15:13.231 INFO kablam! Running /target/debug/deps/server-b6cc4b5c1fa9b3b3 Oct 14 13:15:13.238 INFO blam! Oct 14 13:15:13.239 INFO blam! running 0 tests Oct 14 13:15:13.239 INFO blam! Oct 14 13:15:13.239 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:15:13.239 INFO blam! Oct 14 13:15:13.239 INFO blam! Oct 14 13:15:13.239 INFO blam! running 0 tests Oct 14 13:15:13.239 INFO blam! Oct 14 13:15:13.239 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:15:13.239 INFO blam! Oct 14 13:15:13.239 INFO kablam! Running /target/debug/deps/main-bded8a61f88c0a60 Oct 14 13:15:13.239 INFO kablam! Doc-tests server Oct 14 13:15:13.391 INFO blam! Oct 14 13:15:13.391 INFO blam! running 0 tests Oct 14 13:15:13.391 INFO blam! Oct 14 13:15:13.391 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:15:13.391 INFO blam! Oct 14 13:15:13.397 INFO kablam! su: No module specific data is present Oct 14 13:15:14.288 INFO running `"docker" "rm" "-f" "9fbe31de82b81772800c1e308d7aed9c45197f7554d0445f00d9d1c5e39934b7"` Oct 14 13:15:14.687 INFO blam! 9fbe31de82b81772800c1e308d7aed9c45197f7554d0445f00d9d1c5e39934b7