Oct 12 05:59:36.494 INFO testing anycollections-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:59:36.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 05:59:36.868 INFO blam! f34d6b2d05100e0a57b1253fe2925d3e8f047ab9716486afb51dab437e5c7d0e Oct 12 05:59:36.870 INFO running `"docker" "start" "-a" "f34d6b2d05100e0a57b1253fe2925d3e8f047ab9716486afb51dab437e5c7d0e"` Oct 12 05:59:37.844 INFO kablam! usermod: no changes Oct 12 05:59:37.900 INFO kablam! Compiling anycollections v0.2.0 (/source) Oct 12 05:59:38.184 INFO kablam! warning: variable does not need to be mutable Oct 12 05:59:38.184 INFO kablam! --> src/anyhashmap.rs:65:35 Oct 12 05:59:38.184 INFO kablam! | Oct 12 05:59:38.184 INFO kablam! 65 | self.data.get_mut(k).map(|mut v| unsafe { Oct 12 05:59:38.184 INFO kablam! | ----^ Oct 12 05:59:38.184 INFO kablam! | | Oct 12 05:59:38.184 INFO kablam! | help: remove this `mut` Oct 12 05:59:38.184 INFO kablam! | Oct 12 05:59:38.184 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 05:59:38.184 INFO kablam! Oct 12 05:59:38.184 INFO kablam! warning: variable does not need to be mutable Oct 12 05:59:38.184 INFO kablam! --> src/anyvec.rs:68:39 Oct 12 05:59:38.184 INFO kablam! | Oct 12 05:59:38.184 INFO kablam! 68 | self.data.get_mut(index).map(|mut v| unsafe { Oct 12 05:59:38.184 INFO kablam! | ----^ Oct 12 05:59:38.185 INFO kablam! | | Oct 12 05:59:38.185 INFO kablam! | help: remove this `mut` Oct 12 05:59:38.185 INFO kablam! Oct 12 05:59:38.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 12 05:59:38.480 INFO kablam! su: No module specific data is present Oct 12 05:59:39.176 INFO running `"docker" "rm" "-f" "f34d6b2d05100e0a57b1253fe2925d3e8f047ab9716486afb51dab437e5c7d0e"` Oct 12 05:59:39.454 INFO blam! f34d6b2d05100e0a57b1253fe2925d3e8f047ab9716486afb51dab437e5c7d0e Oct 12 05:59:39.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 05:59:39.948 INFO blam! 5c297502d715ce6c6babd4fff901271476b66c48dde66b16cfde62144a25f9ae Oct 12 05:59:39.961 INFO running `"docker" "start" "-a" "5c297502d715ce6c6babd4fff901271476b66c48dde66b16cfde62144a25f9ae"` Oct 12 05:59:40.928 INFO kablam! usermod: no changes Oct 12 05:59:40.987 INFO kablam! Compiling anycollections v0.2.0 (/source) Oct 12 05:59:41.580 INFO kablam! warning: variable does not need to be mutable Oct 12 05:59:41.580 INFO kablam! --> src/anyhashmap.rs:65:35 Oct 12 05:59:41.580 INFO kablam! | Oct 12 05:59:41.580 INFO kablam! 65 | self.data.get_mut(k).map(|mut v| unsafe { Oct 12 05:59:41.580 INFO kablam! | ----^ Oct 12 05:59:41.580 INFO kablam! | | Oct 12 05:59:41.580 INFO kablam! | help: remove this `mut` Oct 12 05:59:41.580 INFO kablam! | Oct 12 05:59:41.580 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 05:59:41.580 INFO kablam! Oct 12 05:59:41.591 INFO kablam! warning: variable does not need to be mutable Oct 12 05:59:41.591 INFO kablam! --> src/anyvec.rs:68:39 Oct 12 05:59:41.591 INFO kablam! | Oct 12 05:59:41.591 INFO kablam! 68 | self.data.get_mut(index).map(|mut v| unsafe { Oct 12 05:59:41.591 INFO kablam! | ----^ Oct 12 05:59:41.591 INFO kablam! | | Oct 12 05:59:41.591 INFO kablam! | help: remove this `mut` Oct 12 05:59:41.591 INFO kablam! Oct 12 05:59:42.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 12 05:59:42.696 INFO kablam! su: No module specific data is present Oct 12 05:59:43.280 INFO running `"docker" "rm" "-f" "5c297502d715ce6c6babd4fff901271476b66c48dde66b16cfde62144a25f9ae"` Oct 12 05:59:43.604 INFO blam! 5c297502d715ce6c6babd4fff901271476b66c48dde66b16cfde62144a25f9ae Oct 12 05:59:43.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 05:59:43.944 INFO blam! e1ad3e77857e3500033676d7b911f21f7306763a98b8a83be28c99331578f434 Oct 12 05:59:43.948 INFO running `"docker" "start" "-a" "e1ad3e77857e3500033676d7b911f21f7306763a98b8a83be28c99331578f434"` Oct 12 05:59:44.822 INFO kablam! usermod: no changes Oct 12 05:59:44.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 05:59:44.896 INFO kablam! Running /target/debug/deps/anycollections-60fb9ed14609164f Oct 12 05:59:44.906 INFO blam! Oct 12 05:59:44.906 INFO blam! running 9 tests Oct 12 05:59:44.912 INFO blam! test anyhashmap::tests::test_capacity ... ok Oct 12 05:59:44.912 INFO blam! test anyhashmap::tests::test_numeric ... ok Oct 12 05:59:44.912 INFO blam! test anyvec::tests::test_vec_mix ... ok Oct 12 05:59:44.912 INFO blam! test anyvec::tests::test_string ... ok Oct 12 05:59:44.912 INFO blam! test anyvec::tests::test_custom ... ok Oct 12 05:59:44.916 INFO blam! test anyhashmap::tests::test_readme ... ok Oct 12 05:59:44.916 INFO kablam! Doc-tests anycollections Oct 12 05:59:44.916 INFO blam! test anyvec::tests::test_capacity ... ok Oct 12 05:59:44.916 INFO blam! test anyvec::tests::test_numeric ... ok Oct 12 05:59:44.916 INFO blam! test anyvec::tests::test_readme ... ok Oct 12 05:59:44.916 INFO blam! Oct 12 05:59:44.916 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:59:44.916 INFO blam! Oct 12 05:59:45.229 INFO blam! Oct 12 05:59:45.229 INFO blam! running 0 tests Oct 12 05:59:45.229 INFO blam! Oct 12 05:59:45.229 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:59:45.229 INFO blam! Oct 12 05:59:45.238 INFO kablam! su: No module specific data is present Oct 12 05:59:45.820 INFO running `"docker" "rm" "-f" "e1ad3e77857e3500033676d7b911f21f7306763a98b8a83be28c99331578f434"` Oct 12 05:59:46.124 INFO blam! e1ad3e77857e3500033676d7b911f21f7306763a98b8a83be28c99331578f434