Oct 15 18:05:49.453 INFO testing specialize-0.0.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 18:05:49.454 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 18:05:49.660 INFO blam! f4f6e13e198ff292f382afd297e3728af8c56357cdc5cc48197853a3f32f7427 Oct 15 18:05:49.664 INFO running `"docker" "start" "-a" "f4f6e13e198ff292f382afd297e3728af8c56357cdc5cc48197853a3f32f7427"` Oct 15 18:05:50.175 INFO kablam! usermod: no changes Oct 15 18:05:50.196 INFO kablam! Compiling specialize v0.0.3 (/source) Oct 15 18:05:50.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.38s Oct 15 18:05:50.577 INFO kablam! su: No module specific data is present Oct 15 18:05:50.954 INFO running `"docker" "rm" "-f" "f4f6e13e198ff292f382afd297e3728af8c56357cdc5cc48197853a3f32f7427"` Oct 15 18:05:51.046 INFO blam! f4f6e13e198ff292f382afd297e3728af8c56357cdc5cc48197853a3f32f7427 Oct 15 18:05:51.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 18:05:51.298 INFO blam! 24beafa586918b108da6a3e049287b8e84f0e90bcb50a47e5cf19d9762794fca Oct 15 18:05:51.301 INFO running `"docker" "start" "-a" "24beafa586918b108da6a3e049287b8e84f0e90bcb50a47e5cf19d9762794fca"` Oct 15 18:05:51.863 INFO kablam! usermod: no changes Oct 15 18:05:51.907 INFO kablam! Compiling specialize v0.0.3 (/source) Oct 15 18:05:52.387 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 18:05:52.387 INFO kablam! --> src/lib.rs:594:65 Oct 15 18:05:52.387 INFO kablam! | Oct 15 18:05:52.387 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 15 18:05:52.387 INFO kablam! | ^^^^^ Oct 15 18:05:52.387 INFO kablam! | Oct 15 18:05:52.387 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 15 18:05:52.387 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 15 18:05:52.387 INFO kablam! = note: for more information, see issue #35203 Oct 15 18:05:52.387 INFO kablam! Oct 15 18:05:52.491 INFO kablam! warning: unused variable: `w` Oct 15 18:05:52.491 INFO kablam! --> src/lib.rs:594:69 Oct 15 18:05:52.491 INFO kablam! | Oct 15 18:05:52.491 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 15 18:05:52.492 INFO kablam! | ^ help: consider using `_w` instead Oct 15 18:05:52.492 INFO kablam! | Oct 15 18:05:52.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:05:52.492 INFO kablam! Oct 15 18:05:52.497 INFO kablam! warning: variable does not need to be mutable Oct 15 18:05:52.497 INFO kablam! --> src/lib.rs:594:65 Oct 15 18:05:52.497 INFO kablam! | Oct 15 18:05:52.497 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 15 18:05:52.497 INFO kablam! | ----^ Oct 15 18:05:52.497 INFO kablam! | | Oct 15 18:05:52.497 INFO kablam! | help: remove this `mut` Oct 15 18:05:52.497 INFO kablam! | Oct 15 18:05:52.497 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 18:05:52.497 INFO kablam! Oct 15 18:05:53.201 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 18:05:53.203 INFO kablam! su: No module specific data is present Oct 15 18:05:54.183 INFO running `"docker" "rm" "-f" "24beafa586918b108da6a3e049287b8e84f0e90bcb50a47e5cf19d9762794fca"` Oct 15 18:05:54.459 INFO blam! 24beafa586918b108da6a3e049287b8e84f0e90bcb50a47e5cf19d9762794fca Oct 15 18:05:54.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 18:05:54.847 INFO blam! 48c0aeb0e4f0eb4752602d726a3d19f2769068788d2f2d9c718e633ab776de99 Oct 15 18:05:54.859 INFO running `"docker" "start" "-a" "48c0aeb0e4f0eb4752602d726a3d19f2769068788d2f2d9c718e633ab776de99"` Oct 15 18:05:56.059 INFO kablam! usermod: no changes Oct 15 18:05:56.109 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 18:05:56.109 INFO kablam! Running /target/debug/deps/specialize-8e0b1352eef60aef Oct 15 18:05:56.111 INFO blam! Oct 15 18:05:56.113 INFO kablam! Doc-tests specialize Oct 15 18:05:56.113 INFO blam! running 7 tests Oct 15 18:05:56.113 INFO blam! test test::fn_bounds ... ok Oct 15 18:05:56.113 INFO blam! test test::constrain_ref ... ok Oct 15 18:05:56.113 INFO blam! test test::constrain_mut ... ok Oct 15 18:05:56.113 INFO blam! test test::constrain_eq_value ... ok Oct 15 18:05:56.113 INFO blam! test test::constrain_eq ... ok Oct 15 18:05:56.113 INFO blam! test test::by_value ... ok Oct 15 18:05:56.113 INFO blam! test test::by_type ... ok Oct 15 18:05:56.113 INFO blam! Oct 15 18:05:56.113 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:05:56.113 INFO blam! Oct 15 18:05:56.839 INFO blam! Oct 15 18:05:56.839 INFO blam! running 3 tests Oct 15 18:05:58.259 INFO blam! test src/lib.rs - (line 13) ... ok Oct 15 18:05:58.691 INFO blam! test src/lib.rs - (line 68) ... ok Oct 15 18:05:58.827 INFO blam! test src/lib.rs - (line 48) ... ok Oct 15 18:05:58.827 INFO blam! Oct 15 18:05:58.827 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:05:58.827 INFO blam! Oct 15 18:05:58.831 INFO kablam! su: No module specific data is present Oct 15 18:06:00.152 INFO running `"docker" "rm" "-f" "48c0aeb0e4f0eb4752602d726a3d19f2769068788d2f2d9c718e633ab776de99"` Oct 15 18:06:00.535 INFO blam! 48c0aeb0e4f0eb4752602d726a3d19f2769068788d2f2d9c718e633ab776de99