Oct 11 11:06:35.355 INFO testing specialize-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:06:35.355 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:06:35.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 11:06:35.786 INFO blam! 3c8bc020dcd01c482fc17de82f3ea3e8eee4d947c9383cb87c2e1c60aa9e7ca5 Oct 11 11:06:35.792 INFO running `"docker" "start" "-a" "3c8bc020dcd01c482fc17de82f3ea3e8eee4d947c9383cb87c2e1c60aa9e7ca5"` Oct 11 11:06:36.871 INFO kablam! usermod: no changes Oct 11 11:06:36.956 INFO kablam! Compiling specialize v0.0.3 (/source) Oct 11 11:06:37.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 11 11:06:37.721 INFO kablam! su: No module specific data is present Oct 11 11:06:38.151 INFO running `"docker" "rm" "-f" "3c8bc020dcd01c482fc17de82f3ea3e8eee4d947c9383cb87c2e1c60aa9e7ca5"` Oct 11 11:06:38.272 INFO blam! 3c8bc020dcd01c482fc17de82f3ea3e8eee4d947c9383cb87c2e1c60aa9e7ca5 Oct 11 11:06:38.276 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:06:38.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 11:06:38.532 INFO blam! 29a121876fe46c83dd4ac7dcb53efec0df3a7f22a6229aa78ae1e9aaf171f583 Oct 11 11:06:38.534 INFO running `"docker" "start" "-a" "29a121876fe46c83dd4ac7dcb53efec0df3a7f22a6229aa78ae1e9aaf171f583"` Oct 11 11:06:38.964 INFO kablam! usermod: no changes Oct 11 11:06:38.991 INFO kablam! Compiling specialize v0.0.3 (/source) Oct 11 11:06:39.725 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 11:06:39.725 INFO kablam! --> src/lib.rs:594:65 Oct 11 11:06:39.725 INFO kablam! | Oct 11 11:06:39.725 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 11 11:06:39.725 INFO kablam! | ^^^^^ Oct 11 11:06:39.725 INFO kablam! | Oct 11 11:06:39.725 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 11:06:39.725 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 11 11:06:39.726 INFO kablam! = note: for more information, see issue #35203 Oct 11 11:06:39.726 INFO kablam! Oct 11 11:06:39.809 INFO kablam! warning: unused variable: `w` Oct 11 11:06:39.810 INFO kablam! --> src/lib.rs:594:69 Oct 11 11:06:39.810 INFO kablam! | Oct 11 11:06:39.810 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 11 11:06:39.811 INFO kablam! | ^ help: consider using `_w` instead Oct 11 11:06:39.811 INFO kablam! | Oct 11 11:06:39.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 11:06:39.811 INFO kablam! Oct 11 11:06:39.814 INFO kablam! warning: variable does not need to be mutable Oct 11 11:06:39.814 INFO kablam! --> src/lib.rs:594:65 Oct 11 11:06:39.814 INFO kablam! | Oct 11 11:06:39.814 INFO kablam! 594 | trait fn WriteTest::write_test[W: Write](&self, mut w: W) -> io::Result<()>; Oct 11 11:06:39.814 INFO kablam! | ----^ Oct 11 11:06:39.814 INFO kablam! | | Oct 11 11:06:39.814 INFO kablam! | help: remove this `mut` Oct 11 11:06:39.814 INFO kablam! | Oct 11 11:06:39.814 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 11:06:39.814 INFO kablam! Oct 11 11:06:40.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 11 11:06:40.341 INFO kablam! su: No module specific data is present Oct 11 11:06:40.870 INFO running `"docker" "rm" "-f" "29a121876fe46c83dd4ac7dcb53efec0df3a7f22a6229aa78ae1e9aaf171f583"` Oct 11 11:06:41.050 INFO blam! 29a121876fe46c83dd4ac7dcb53efec0df3a7f22a6229aa78ae1e9aaf171f583 Oct 11 11:06:41.052 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:06:41.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 11:06:41.296 INFO blam! 4e264364e268bcf74d6eae529bbc165d631c5080477fc72380b4a99d7c95bbff Oct 11 11:06:41.301 INFO running `"docker" "start" "-a" "4e264364e268bcf74d6eae529bbc165d631c5080477fc72380b4a99d7c95bbff"` Oct 11 11:06:41.698 INFO kablam! usermod: no changes Oct 11 11:06:41.734 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 11:06:41.735 INFO kablam! Running /target/debug/deps/specialize-c040bd9cc06393f4 Oct 11 11:06:41.743 INFO blam! Oct 11 11:06:41.744 INFO blam! running 7 tests Oct 11 11:06:41.748 INFO blam! test test::by_value ... ok Oct 11 11:06:41.748 INFO blam! test test::constrain_mut ... ok Oct 11 11:06:41.748 INFO blam! test test::constrain_eq_value ... ok Oct 11 11:06:41.748 INFO blam! test test::constrain_eq ... ok Oct 11 11:06:41.748 INFO blam! test test::by_type ... ok Oct 11 11:06:41.751 INFO blam! test test::constrain_ref ... ok Oct 11 11:06:41.751 INFO kablam! Doc-tests specialize Oct 11 11:06:41.751 INFO blam! test test::fn_bounds ... ok Oct 11 11:06:41.751 INFO blam! Oct 11 11:06:41.751 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:06:41.751 INFO blam! Oct 11 11:06:42.982 INFO blam! Oct 11 11:06:42.982 INFO blam! running 3 tests Oct 11 11:06:44.751 INFO blam! test src/lib.rs - (line 48) ... ok Oct 11 11:06:44.811 INFO blam! test src/lib.rs - (line 68) ... ok Oct 11 11:06:44.840 INFO blam! test src/lib.rs - (line 13) ... ok Oct 11 11:06:44.840 INFO blam! Oct 11 11:06:44.840 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:06:44.840 INFO blam! Oct 11 11:06:44.846 INFO kablam! su: No module specific data is present Oct 11 11:06:45.537 INFO running `"docker" "rm" "-f" "4e264364e268bcf74d6eae529bbc165d631c5080477fc72380b4a99d7c95bbff"` Oct 11 11:06:45.860 INFO blam! 4e264364e268bcf74d6eae529bbc165d631c5080477fc72380b4a99d7c95bbff