Oct 27 01:44:29.817 INFO checking lampij/HashTable against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:44:29.817 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 01:44:30.033 INFO blam! 3ccc72f47fac1e633994a70355535145357ea4d0189573f0038414bfe997598a Oct 27 01:44:30.042 INFO running `"docker" "start" "-a" "3ccc72f47fac1e633994a70355535145357ea4d0189573f0038414bfe997598a"` Oct 27 01:44:30.694 INFO kablam! usermod: no changes Oct 27 01:44:30.729 INFO kablam! Checking HashTable v0.1.0 (/source) Oct 27 01:44:31.087 INFO kablam! warning: variable does not need to be mutable Oct 27 01:44:31.087 INFO kablam! --> src/hash_table.rs:24:17 Oct 27 01:44:31.087 INFO kablam! | Oct 27 01:44:31.088 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 27 01:44:31.088 INFO kablam! | ----^^^ Oct 27 01:44:31.088 INFO kablam! | | Oct 27 01:44:31.088 INFO kablam! | help: remove this `mut` Oct 27 01:44:31.088 INFO kablam! | Oct 27 01:44:31.088 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:44:31.088 INFO kablam! Oct 27 01:44:31.088 INFO kablam! warning: variable does not need to be mutable Oct 27 01:44:31.088 INFO kablam! --> src/hash_table.rs:26:6 Oct 27 01:44:31.088 INFO kablam! | Oct 27 01:44:31.088 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 27 01:44:31.088 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.088 INFO kablam! | | Oct 27 01:44:31.088 INFO kablam! | help: remove this `mut` Oct 27 01:44:31.088 INFO kablam! Oct 27 01:44:31.091 INFO kablam! warning: struct is never constructed: `HashTable` Oct 27 01:44:31.091 INFO kablam! --> src/hash_table.rs:2:1 Oct 27 01:44:31.091 INFO kablam! | Oct 27 01:44:31.091 INFO kablam! 2 | pub struct HashTable { Oct 27 01:44:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.092 INFO kablam! | Oct 27 01:44:31.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:44:31.092 INFO kablam! Oct 27 01:44:31.092 INFO kablam! warning: method is never used: `add` Oct 27 01:44:31.092 INFO kablam! --> src/hash_table.rs:8:2 Oct 27 01:44:31.092 INFO kablam! | Oct 27 01:44:31.092 INFO kablam! 8 | pub fn add(&mut self, key: &String, value: &String) { Oct 27 01:44:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.092 INFO kablam! Oct 27 01:44:31.092 INFO kablam! warning: method is never used: `get` Oct 27 01:44:31.092 INFO kablam! --> src/hash_table.rs:14:2 Oct 27 01:44:31.092 INFO kablam! | Oct 27 01:44:31.092 INFO kablam! 14 | pub fn get(&self, key: &String) -> String { Oct 27 01:44:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.092 INFO kablam! Oct 27 01:44:31.092 INFO kablam! warning: method is never used: `new` Oct 27 01:44:31.092 INFO kablam! --> src/hash_table.rs:18:2 Oct 27 01:44:31.092 INFO kablam! | Oct 27 01:44:31.092 INFO kablam! 18 | pub fn new() -> HashTable { Oct 27 01:44:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.092 INFO kablam! Oct 27 01:44:31.092 INFO kablam! warning: function is never used: `hash_fun` Oct 27 01:44:31.092 INFO kablam! --> src/hash_table.rs:24:1 Oct 27 01:44:31.092 INFO kablam! | Oct 27 01:44:31.092 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 27 01:44:31.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.094 INFO kablam! Oct 27 01:44:31.094 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 27 01:44:31.094 INFO kablam! | Oct 27 01:44:31.094 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:44:31.094 INFO kablam! Oct 27 01:44:31.264 INFO kablam! warning: variable does not need to be mutable Oct 27 01:44:31.264 INFO kablam! --> src/hash_table.rs:24:17 Oct 27 01:44:31.264 INFO kablam! | Oct 27 01:44:31.264 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 27 01:44:31.264 INFO kablam! | ----^^^ Oct 27 01:44:31.264 INFO kablam! | | Oct 27 01:44:31.264 INFO kablam! | help: remove this `mut` Oct 27 01:44:31.264 INFO kablam! | Oct 27 01:44:31.264 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:44:31.264 INFO kablam! Oct 27 01:44:31.264 INFO kablam! warning: variable does not need to be mutable Oct 27 01:44:31.264 INFO kablam! --> src/hash_table.rs:26:6 Oct 27 01:44:31.264 INFO kablam! | Oct 27 01:44:31.264 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 27 01:44:31.264 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 27 01:44:31.264 INFO kablam! | | Oct 27 01:44:31.264 INFO kablam! | help: remove this `mut` Oct 27 01:44:31.264 INFO kablam! Oct 27 01:44:31.264 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 27 01:44:31.264 INFO kablam! | Oct 27 01:44:31.264 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:44:31.264 INFO kablam! Oct 27 01:44:31.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 27 01:44:31.283 INFO kablam! su: No module specific data is present Oct 27 01:44:31.625 INFO running `"docker" "rm" "-f" "3ccc72f47fac1e633994a70355535145357ea4d0189573f0038414bfe997598a"` Oct 27 01:44:31.807 INFO blam! 3ccc72f47fac1e633994a70355535145357ea4d0189573f0038414bfe997598a