Oct 15 18:05:50.108 INFO testing specialize-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 18:05:50.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 18:05:50.285 INFO blam! d78697e17100fc6060ca012a58f9d53e723960789edfe4d528c023a119adbb83 Oct 15 18:05:50.289 INFO running `"docker" "start" "-a" "d78697e17100fc6060ca012a58f9d53e723960789edfe4d528c023a119adbb83"` Oct 15 18:05:50.809 INFO kablam! usermod: no changes Oct 15 18:05:50.832 INFO kablam! Compiling specialize v0.0.3 (/source) Oct 15 18:05:51.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.36s Oct 15 18:05:51.186 INFO kablam! su: No module specific data is present Oct 15 18:05:51.501 INFO running `"docker" "rm" "-f" "d78697e17100fc6060ca012a58f9d53e723960789edfe4d528c023a119adbb83"` Oct 15 18:05:51.594 INFO blam! d78697e17100fc6060ca012a58f9d53e723960789edfe4d528c023a119adbb83 Oct 15 18:05:51.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 18:05:51.802 INFO blam! 8dd028ae143f4ee17254bf1e17e9f644cc72680305e4c7df8f94ffee808fa620 Oct 15 18:05:51.803 INFO running `"docker" "start" "-a" "8dd028ae143f4ee17254bf1e17e9f644cc72680305e4c7df8f94ffee808fa620"` Oct 15 18:05:52.363 INFO kablam! usermod: no changes Oct 15 18:05:52.403 INFO kablam! Compiling specialize v0.0.3 (/source) Oct 15 18:05:53.027 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 18:05:53.027 INFO kablam! --> src/lib.rs:594:65 Oct 15 18:05:53.028 INFO kablam! | Oct 15 18:05:53.028 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 15 18:05:53.028 INFO kablam! | ^^^^^ Oct 15 18:05:53.028 INFO kablam! | Oct 15 18:05:53.028 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 15 18:05:53.028 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:53.028 INFO kablam! = note: for more information, see issue #35203 Oct 15 18:05:53.028 INFO kablam! Oct 15 18:05:53.123 INFO kablam! warning: unused variable: `w` Oct 15 18:05:53.123 INFO kablam! --> src/lib.rs:594:69 Oct 15 18:05:53.123 INFO kablam! | Oct 15 18:05:53.123 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 15 18:05:53.123 INFO kablam! | ^ help: consider using `_w` instead Oct 15 18:05:53.123 INFO kablam! | Oct 15 18:05:53.123 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:05:53.123 INFO kablam! Oct 15 18:05:53.129 INFO kablam! warning: variable does not need to be mutable Oct 15 18:05:53.129 INFO kablam! --> src/lib.rs:594:65 Oct 15 18:05:53.129 INFO kablam! | Oct 15 18:05:53.129 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 15 18:05:53.129 INFO kablam! | ----^ Oct 15 18:05:53.129 INFO kablam! | | Oct 15 18:05:53.129 INFO kablam! | help: remove this `mut` Oct 15 18:05:53.129 INFO kablam! | Oct 15 18:05:53.129 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 18:05:53.129 INFO kablam! Oct 15 18:05:53.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 15 18:05:53.893 INFO kablam! su: No module specific data is present Oct 15 18:05:54.677 INFO running `"docker" "rm" "-f" "8dd028ae143f4ee17254bf1e17e9f644cc72680305e4c7df8f94ffee808fa620"` Oct 15 18:05:54.951 INFO blam! 8dd028ae143f4ee17254bf1e17e9f644cc72680305e4c7df8f94ffee808fa620 Oct 15 18:05:54.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 18:05:55.529 INFO blam! d6d97a8503d8f0e5d23cd575aca0bcf452df603b31f1ac9791dd847cb574469c Oct 15 18:05:55.531 INFO running `"docker" "start" "-a" "d6d97a8503d8f0e5d23cd575aca0bcf452df603b31f1ac9791dd847cb574469c"` Oct 15 18:05:56.337 INFO kablam! usermod: no changes Oct 15 18:05:56.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 18:05:56.357 INFO kablam! Running /target/debug/deps/specialize-c040bd9cc06393f4 Oct 15 18:05:56.359 INFO blam! Oct 15 18:05:56.359 INFO blam! running 7 tests Oct 15 18:05:56.359 INFO blam! test test::by_type ... ok Oct 15 18:05:56.359 INFO blam! test test::constrain_eq_value ... ok Oct 15 18:05:56.359 INFO blam! test test::by_value ... ok Oct 15 18:05:56.359 INFO blam! test test::constrain_ref ... ok Oct 15 18:05:56.360 INFO blam! test test::fn_bounds ... ok Oct 15 18:05:56.360 INFO blam! test test::constrain_mut ... ok Oct 15 18:05:56.364 INFO kablam! Doc-tests specialize Oct 15 18:05:56.364 INFO blam! test test::constrain_eq ... ok Oct 15 18:05:56.364 INFO blam! Oct 15 18:05:56.364 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:05:56.364 INFO blam! Oct 15 18:05:57.075 INFO blam! Oct 15 18:05:57.075 INFO blam! running 3 tests Oct 15 18:05:58.279 INFO blam! test src/lib.rs - (line 48) ... ok Oct 15 18:05:58.383 INFO blam! test src/lib.rs - (line 68) ... ok Oct 15 18:05:58.799 INFO blam! test src/lib.rs - (line 13) ... ok Oct 15 18:05:58.799 INFO blam! Oct 15 18:05:58.799 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:05:58.799 INFO blam! Oct 15 18:05:58.800 INFO kablam! su: No module specific data is present Oct 15 18:05:59.771 INFO running `"docker" "rm" "-f" "d6d97a8503d8f0e5d23cd575aca0bcf452df603b31f1ac9791dd847cb574469c"` Oct 15 18:06:00.055 INFO blam! d6d97a8503d8f0e5d23cd575aca0bcf452df603b31f1ac9791dd847cb574469c