Oct 27 05:49:56.895 INFO checking dewaka/chainmap against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:49:56.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 05:49:57.203 INFO blam! 338ac211625ecd9de47c9ac30f2c4c333fbf386a7d91bae2c49fa3e79b8f1cc9 Oct 27 05:49:57.205 INFO running `"docker" "start" "-a" "338ac211625ecd9de47c9ac30f2c4c333fbf386a7d91bae2c49fa3e79b8f1cc9"` Oct 27 05:49:58.283 INFO kablam! usermod: no changes Oct 27 05:49:58.315 INFO kablam! Checking chainmap v0.1.0 (/source) Oct 27 05:49:59.831 INFO kablam! warning: variable does not need to be mutable Oct 27 05:49:59.831 INFO kablam! --> src/example.rs:16:9 Oct 27 05:49:59.831 INFO kablam! | Oct 27 05:49:59.831 INFO kablam! 16 | let mut clothing = HashMap::new(); Oct 27 05:49:59.831 INFO kablam! | ----^^^^^^^^ Oct 27 05:49:59.832 INFO kablam! | | Oct 27 05:49:59.832 INFO kablam! | help: remove this `mut` Oct 27 05:49:59.832 INFO kablam! | Oct 27 05:49:59.832 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:49:59.832 INFO kablam! Oct 27 05:49:59.875 INFO kablam! warning: method is never used: `insert` Oct 27 05:49:59.875 INFO kablam! --> src/lib.rs:27:5 Oct 27 05:49:59.875 INFO kablam! | Oct 27 05:49:59.875 INFO kablam! 27 | pub fn insert(&mut self, k: K, v: V) -> Option { Oct 27 05:49:59.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.875 INFO kablam! | Oct 27 05:49:59.875 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:49:59.875 INFO kablam! Oct 27 05:49:59.875 INFO kablam! warning: method is never used: `is_empty` Oct 27 05:49:59.875 INFO kablam! --> src/lib.rs:36:5 Oct 27 05:49:59.875 INFO kablam! | Oct 27 05:49:59.875 INFO kablam! 36 | pub fn is_empty(&self) -> bool { Oct 27 05:49:59.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.875 INFO kablam! Oct 27 05:49:59.875 INFO kablam! warning: method is never used: `empty` Oct 27 05:49:59.875 INFO kablam! --> src/lib.rs:51:5 Oct 27 05:49:59.876 INFO kablam! | Oct 27 05:49:59.876 INFO kablam! 51 | pub fn empty() -> Self { Oct 27 05:49:59.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.876 INFO kablam! Oct 27 05:49:59.876 INFO kablam! warning: method is never used: `add_map` Oct 27 05:49:59.876 INFO kablam! --> src/lib.rs:56:5 Oct 27 05:49:59.876 INFO kablam! | Oct 27 05:49:59.876 INFO kablam! 56 | pub fn add_map(&mut self, m: ChainMapType) -> &mut Self { Oct 27 05:49:59.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.876 INFO kablam! Oct 27 05:49:59.876 INFO kablam! warning: method is never used: `to_map` Oct 27 05:49:59.876 INFO kablam! --> src/lib.rs:64:5 Oct 27 05:49:59.876 INFO kablam! | Oct 27 05:49:59.876 INFO kablam! 64 | pub fn to_map(&self) -> ChainMapType { Oct 27 05:49:59.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.876 INFO kablam! Oct 27 05:49:59.877 INFO kablam! warning: method is never used: `parents` Oct 27 05:49:59.877 INFO kablam! --> src/lib.rs:78:5 Oct 27 05:49:59.877 INFO kablam! | Oct 27 05:49:59.877 INFO kablam! 78 | pub fn parents(&self) -> Option { Oct 27 05:49:59.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.877 INFO kablam! Oct 27 05:49:59.877 INFO kablam! warning: method is never used: `children` Oct 27 05:49:59.877 INFO kablam! --> src/lib.rs:89:5 Oct 27 05:49:59.877 INFO kablam! | Oct 27 05:49:59.877 INFO kablam! 89 | pub fn children(&self) -> Option { Oct 27 05:49:59.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:59.877 INFO kablam! Oct 27 05:50:00.297 INFO kablam! warning: variable does not need to be mutable Oct 27 05:50:00.297 INFO kablam! --> src/example.rs:16:9 Oct 27 05:50:00.297 INFO kablam! | Oct 27 05:50:00.297 INFO kablam! 16 | let mut clothing = HashMap::new(); Oct 27 05:50:00.297 INFO kablam! | ----^^^^^^^^ Oct 27 05:50:00.297 INFO kablam! | | Oct 27 05:50:00.297 INFO kablam! | help: remove this `mut` Oct 27 05:50:00.297 INFO kablam! | Oct 27 05:50:00.297 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:50:00.297 INFO kablam! Oct 27 05:50:00.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 27 05:50:00.395 INFO kablam! su: No module specific data is present Oct 27 05:50:01.482 INFO running `"docker" "rm" "-f" "338ac211625ecd9de47c9ac30f2c4c333fbf386a7d91bae2c49fa3e79b8f1cc9"` Oct 27 05:50:01.603 INFO blam! 338ac211625ecd9de47c9ac30f2c4c333fbf386a7d91bae2c49fa3e79b8f1cc9