Oct 16 17:55:52.646 INFO testing anycollections-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:55:52.647 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 16 17:55:53.040 INFO blam! e5fff4b15533f3756bcaa4e416f2cd6d2d70957cb1fed223be3f13183c0cbea2 Oct 16 17:55:53.047 INFO running `"docker" "start" "-a" "e5fff4b15533f3756bcaa4e416f2cd6d2d70957cb1fed223be3f13183c0cbea2"` Oct 16 17:55:54.126 INFO kablam! usermod: no changes Oct 16 17:55:54.187 INFO kablam! Compiling anycollections v0.2.0 (/source) Oct 16 17:55:54.993 INFO kablam! warning: variable does not need to be mutable Oct 16 17:55:54.994 INFO kablam! --> src/anyhashmap.rs:65:35 Oct 16 17:55:54.994 INFO kablam! | Oct 16 17:55:54.994 INFO kablam! 65 | self.data.get_mut(k).map(|mut v| unsafe { Oct 16 17:55:54.994 INFO kablam! | ----^ Oct 16 17:55:54.995 INFO kablam! | | Oct 16 17:55:54.995 INFO kablam! | help: remove this `mut` Oct 16 17:55:54.995 INFO kablam! | Oct 16 17:55:54.995 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:55:54.996 INFO kablam! Oct 16 17:55:54.996 INFO kablam! warning: variable does not need to be mutable Oct 16 17:55:54.996 INFO kablam! --> src/anyvec.rs:68:39 Oct 16 17:55:54.997 INFO kablam! | Oct 16 17:55:54.997 INFO kablam! 68 | self.data.get_mut(index).map(|mut v| unsafe { Oct 16 17:55:54.997 INFO kablam! | ----^ Oct 16 17:55:54.997 INFO kablam! | | Oct 16 17:55:54.998 INFO kablam! | help: remove this `mut` Oct 16 17:55:54.998 INFO kablam! Oct 16 17:55:55.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 16 17:55:55.303 INFO kablam! su: No module specific data is present Oct 16 17:55:55.983 INFO running `"docker" "rm" "-f" "e5fff4b15533f3756bcaa4e416f2cd6d2d70957cb1fed223be3f13183c0cbea2"` Oct 16 17:55:56.423 INFO blam! e5fff4b15533f3756bcaa4e416f2cd6d2d70957cb1fed223be3f13183c0cbea2 Oct 16 17:55:56.433 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 16 17:55:56.903 INFO blam! cd95544208f4a4a93743438590bdce39eed3b53071808b8b0acb4e2a4a0a3670 Oct 16 17:55:56.904 INFO running `"docker" "start" "-a" "cd95544208f4a4a93743438590bdce39eed3b53071808b8b0acb4e2a4a0a3670"` Oct 16 17:55:58.490 INFO kablam! usermod: no changes Oct 16 17:55:58.539 INFO kablam! Compiling anycollections v0.2.0 (/source) Oct 16 17:55:59.717 INFO kablam! warning: variable does not need to be mutable Oct 16 17:55:59.717 INFO kablam! --> src/anyhashmap.rs:65:35 Oct 16 17:55:59.717 INFO kablam! | Oct 16 17:55:59.717 INFO kablam! 65 | self.data.get_mut(k).map(|mut v| unsafe { Oct 16 17:55:59.717 INFO kablam! | ----^ Oct 16 17:55:59.717 INFO kablam! | | Oct 16 17:55:59.717 INFO kablam! | help: remove this `mut` Oct 16 17:55:59.717 INFO kablam! | Oct 16 17:55:59.717 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:55:59.717 INFO kablam! Oct 16 17:55:59.746 INFO kablam! warning: variable does not need to be mutable Oct 16 17:55:59.746 INFO kablam! --> src/anyvec.rs:68:39 Oct 16 17:55:59.746 INFO kablam! | Oct 16 17:55:59.746 INFO kablam! 68 | self.data.get_mut(index).map(|mut v| unsafe { Oct 16 17:55:59.746 INFO kablam! | ----^ Oct 16 17:55:59.746 INFO kablam! | | Oct 16 17:55:59.746 INFO kablam! | help: remove this `mut` Oct 16 17:55:59.746 INFO kablam! Oct 16 17:56:01.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 16 17:56:01.287 INFO kablam! su: No module specific data is present Oct 16 17:56:02.305 INFO running `"docker" "rm" "-f" "cd95544208f4a4a93743438590bdce39eed3b53071808b8b0acb4e2a4a0a3670"` Oct 16 17:56:02.622 INFO blam! cd95544208f4a4a93743438590bdce39eed3b53071808b8b0acb4e2a4a0a3670 Oct 16 17:56:02.622 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 16 17:56:03.098 INFO blam! 294fd931b247c2641fdd54d631f68a90cddab56393bf423783eec7256628f2ff Oct 16 17:56:03.108 INFO running `"docker" "start" "-a" "294fd931b247c2641fdd54d631f68a90cddab56393bf423783eec7256628f2ff"` Oct 16 17:56:04.171 INFO kablam! usermod: no changes Oct 16 17:56:04.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 17:56:04.227 INFO kablam! Running /target/debug/deps/anycollections-e14a1457a125b846 Oct 16 17:56:04.240 INFO blam! Oct 16 17:56:04.240 INFO blam! running 9 tests Oct 16 17:56:04.240 INFO blam! test anyvec::tests::test_readme ... ok Oct 16 17:56:04.240 INFO blam! test anyvec::tests::test_string ... ok Oct 16 17:56:04.241 INFO blam! test anyvec::tests::test_custom ... ok Oct 16 17:56:04.248 INFO blam! test anyvec::tests::test_vec_mix ... ok Oct 16 17:56:04.248 INFO blam! test anyvec::tests::test_numeric ... ok Oct 16 17:56:04.259 INFO blam! test anyvec::tests::test_capacity ... ok Oct 16 17:56:04.259 INFO blam! test anyhashmap::tests::test_readme ... ok Oct 16 17:56:04.267 INFO blam! test anyhashmap::tests::test_numeric ... ok Oct 16 17:56:04.267 INFO blam! test anyhashmap::tests::test_capacity ... ok Oct 16 17:56:04.267 INFO blam! Oct 16 17:56:04.267 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:56:04.267 INFO blam! Oct 16 17:56:04.268 INFO kablam! Doc-tests anycollections Oct 16 17:56:05.583 INFO blam! Oct 16 17:56:05.583 INFO blam! running 0 tests Oct 16 17:56:05.583 INFO blam! Oct 16 17:56:05.583 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:56:05.583 INFO blam! Oct 16 17:56:05.584 INFO kablam! su: No module specific data is present Oct 16 17:56:06.159 INFO running `"docker" "rm" "-f" "294fd931b247c2641fdd54d631f68a90cddab56393bf423783eec7256628f2ff"` Oct 16 17:56:06.347 INFO blam! 294fd931b247c2641fdd54d631f68a90cddab56393bf423783eec7256628f2ff