Oct 14 22:52:59.655 INFO testing dewaka/chainmap against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:52:59.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:53:00.127 INFO blam! c04e7fdc3f5fb8f21f30a38067ad935717316d7d088c27e82d285bcc3f4468cd Oct 14 22:53:00.128 INFO running `"docker" "start" "-a" "c04e7fdc3f5fb8f21f30a38067ad935717316d7d088c27e82d285bcc3f4468cd"` Oct 14 22:53:01.287 INFO kablam! usermod: no changes Oct 14 22:53:01.347 INFO kablam! Compiling chainmap v0.1.0 (/source) Oct 14 22:53:02.139 INFO kablam! warning: variable does not need to be mutable Oct 14 22:53:02.139 INFO kablam! --> src/example.rs:16:9 Oct 14 22:53:02.139 INFO kablam! | Oct 14 22:53:02.139 INFO kablam! 16 | let mut clothing = HashMap::new(); Oct 14 22:53:02.139 INFO kablam! | ----^^^^^^^^ Oct 14 22:53:02.139 INFO kablam! | | Oct 14 22:53:02.139 INFO kablam! | help: remove this `mut` Oct 14 22:53:02.139 INFO kablam! | Oct 14 22:53:02.139 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:53:02.139 INFO kablam! Oct 14 22:53:02.150 INFO kablam! warning: method is never used: `insert` Oct 14 22:53:02.150 INFO kablam! --> src/lib.rs:27:5 Oct 14 22:53:02.150 INFO kablam! | Oct 14 22:53:02.150 INFO kablam! 27 | pub fn insert(&mut self, k: K, v: V) -> Option { Oct 14 22:53:02.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.150 INFO kablam! | Oct 14 22:53:02.150 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:02.152 INFO kablam! warning: method is never used: `is_empty` Oct 14 22:53:02.152 INFO kablam! --> src/lib.rs:36:5 Oct 14 22:53:02.152 INFO kablam! | Oct 14 22:53:02.152 INFO kablam! 36 | pub fn is_empty(&self) -> bool { Oct 14 22:53:02.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:02.152 INFO kablam! warning: method is never used: `empty` Oct 14 22:53:02.152 INFO kablam! --> src/lib.rs:51:5 Oct 14 22:53:02.152 INFO kablam! | Oct 14 22:53:02.152 INFO kablam! 51 | pub fn empty() -> Self { Oct 14 22:53:02.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:02.152 INFO kablam! warning: method is never used: `add_map` Oct 14 22:53:02.152 INFO kablam! --> src/lib.rs:56:5 Oct 14 22:53:02.152 INFO kablam! | Oct 14 22:53:02.152 INFO kablam! 56 | pub fn add_map(&mut self, m: ChainMapType) -> &mut Self { Oct 14 22:53:02.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:02.152 INFO kablam! warning: method is never used: `to_map` Oct 14 22:53:02.152 INFO kablam! --> src/lib.rs:64:5 Oct 14 22:53:02.152 INFO kablam! | Oct 14 22:53:02.152 INFO kablam! 64 | pub fn to_map(&self) -> ChainMapType { Oct 14 22:53:02.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:02.152 INFO kablam! warning: method is never used: `parents` Oct 14 22:53:02.152 INFO kablam! --> src/lib.rs:78:5 Oct 14 22:53:02.152 INFO kablam! | Oct 14 22:53:02.152 INFO kablam! 78 | pub fn parents(&self) -> Option { Oct 14 22:53:02.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:02.152 INFO kablam! warning: method is never used: `children` Oct 14 22:53:02.152 INFO kablam! --> src/lib.rs:89:5 Oct 14 22:53:02.152 INFO kablam! | Oct 14 22:53:02.152 INFO kablam! 89 | pub fn children(&self) -> Option { Oct 14 22:53:02.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:53:02.152 INFO kablam! Oct 14 22:53:03.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 14 22:53:03.198 INFO kablam! su: No module specific data is present Oct 14 22:53:04.326 INFO running `"docker" "rm" "-f" "c04e7fdc3f5fb8f21f30a38067ad935717316d7d088c27e82d285bcc3f4468cd"` Oct 14 22:53:04.567 INFO blam! c04e7fdc3f5fb8f21f30a38067ad935717316d7d088c27e82d285bcc3f4468cd Oct 14 22:53:04.575 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:53:05.021 INFO blam! e35bcf9405269fe8f304465d68245312aec2948c25a30ddeca57dba0f2b185e0 Oct 14 22:53:05.025 INFO running `"docker" "start" "-a" "e35bcf9405269fe8f304465d68245312aec2948c25a30ddeca57dba0f2b185e0"` Oct 14 22:53:06.222 INFO kablam! usermod: no changes Oct 14 22:53:06.299 INFO kablam! Compiling chainmap v0.1.0 (/source) Oct 14 22:53:07.463 INFO kablam! warning: variable does not need to be mutable Oct 14 22:53:07.463 INFO kablam! --> src/example.rs:16:9 Oct 14 22:53:07.463 INFO kablam! | Oct 14 22:53:07.463 INFO kablam! 16 | let mut clothing = HashMap::new(); Oct 14 22:53:07.463 INFO kablam! | ----^^^^^^^^ Oct 14 22:53:07.463 INFO kablam! | | Oct 14 22:53:07.463 INFO kablam! | help: remove this `mut` Oct 14 22:53:07.463 INFO kablam! | Oct 14 22:53:07.463 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:53:07.463 INFO kablam! Oct 14 22:53:09.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 14 22:53:09.246 INFO kablam! su: No module specific data is present Oct 14 22:53:09.893 INFO running `"docker" "rm" "-f" "e35bcf9405269fe8f304465d68245312aec2948c25a30ddeca57dba0f2b185e0"` Oct 14 22:53:10.224 INFO blam! e35bcf9405269fe8f304465d68245312aec2948c25a30ddeca57dba0f2b185e0 Oct 14 22:53:10.231 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:53:10.680 INFO blam! f9ebeb8a6e63f66ef0e30b73ef148f5cb8cf021542611b197d9f37fbbc7a10f6 Oct 14 22:53:10.683 INFO running `"docker" "start" "-a" "f9ebeb8a6e63f66ef0e30b73ef148f5cb8cf021542611b197d9f37fbbc7a10f6"` Oct 14 22:53:11.791 INFO kablam! usermod: no changes Oct 14 22:53:11.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:53:11.847 INFO kablam! Running /target/debug/deps/chainmap-fb35b5a040f563a4 Oct 14 22:53:11.852 INFO blam! Oct 14 22:53:11.852 INFO blam! running 7 tests Oct 14 22:53:11.853 INFO blam! test tests::test_chainmap_to_map ... ok Oct 14 22:53:11.853 INFO blam! test tests::test_chainmap_parents ... ok Oct 14 22:53:11.853 INFO blam! test tests::test_chainmap_insert ... ok Oct 14 22:53:11.854 INFO blam! test tests::test_chainmap_empty ... ok Oct 14 22:53:11.854 INFO blam! test tests::test_chainmap_children ... ok Oct 14 22:53:11.854 INFO blam! test tests::test_chainmap_add_map ... ok Oct 14 22:53:11.867 INFO blam! test tests::test_chainmap_get ... ok Oct 14 22:53:11.867 INFO blam! Oct 14 22:53:11.867 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:53:11.867 INFO blam! Oct 14 22:53:11.867 INFO kablam! Running /target/debug/deps/chainmap_example-18fa4bfa43967e29 Oct 14 22:53:11.883 INFO blam! Oct 14 22:53:11.883 INFO blam! running 7 tests Oct 14 22:53:11.883 INFO blam! test lib::tests::test_chainmap_to_map ... ok Oct 14 22:53:11.883 INFO blam! test lib::tests::test_chainmap_add_map ... ok Oct 14 22:53:11.883 INFO blam! test lib::tests::test_chainmap_empty ... ok Oct 14 22:53:11.884 INFO blam! test lib::tests::test_chainmap_parents ... ok Oct 14 22:53:11.884 INFO blam! test lib::tests::test_chainmap_children ... ok Oct 14 22:53:11.899 INFO kablam! Doc-tests chainmap Oct 14 22:53:11.899 INFO blam! test lib::tests::test_chainmap_get ... ok Oct 14 22:53:11.899 INFO blam! test lib::tests::test_chainmap_insert ... ok Oct 14 22:53:11.899 INFO blam! Oct 14 22:53:11.899 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:53:11.899 INFO blam! Oct 14 22:53:12.387 INFO blam! Oct 14 22:53:12.387 INFO blam! running 0 tests Oct 14 22:53:12.388 INFO blam! Oct 14 22:53:12.388 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:53:12.388 INFO blam! Oct 14 22:53:12.395 INFO kablam! su: No module specific data is present Oct 14 22:53:13.335 INFO running `"docker" "rm" "-f" "f9ebeb8a6e63f66ef0e30b73ef148f5cb8cf021542611b197d9f37fbbc7a10f6"` Oct 14 22:53:13.548 INFO blam! f9ebeb8a6e63f66ef0e30b73ef148f5cb8cf021542611b197d9f37fbbc7a10f6