Oct 21 16:16:58.671 INFO checking lampij/HashTable against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:16:58.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 16:16:58.853 INFO blam! 47a1f76006ca81a32a1d8426ba2c982a5d346c73b862f891392e4ec08d732d52 Oct 21 16:16:58.858 INFO running `"docker" "start" "-a" "47a1f76006ca81a32a1d8426ba2c982a5d346c73b862f891392e4ec08d732d52"` Oct 21 16:16:59.240 INFO kablam! usermod: no changes Oct 21 16:16:59.271 INFO kablam! Checking HashTable v0.1.0 (/source) Oct 21 16:16:59.619 INFO kablam! warning: variable does not need to be mutable Oct 21 16:16:59.619 INFO kablam! --> src/hash_table.rs:24:17 Oct 21 16:16:59.620 INFO kablam! | Oct 21 16:16:59.620 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 21 16:16:59.620 INFO kablam! | ----^^^ Oct 21 16:16:59.620 INFO kablam! | | Oct 21 16:16:59.620 INFO kablam! | help: remove this `mut` Oct 21 16:16:59.620 INFO kablam! | Oct 21 16:16:59.621 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:16:59.621 INFO kablam! Oct 21 16:16:59.621 INFO kablam! warning: variable does not need to be mutable Oct 21 16:16:59.621 INFO kablam! --> src/hash_table.rs:26:6 Oct 21 16:16:59.621 INFO kablam! | Oct 21 16:16:59.621 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 21 16:16:59.621 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.621 INFO kablam! | | Oct 21 16:16:59.621 INFO kablam! | help: remove this `mut` Oct 21 16:16:59.621 INFO kablam! Oct 21 16:16:59.621 INFO kablam! warning: struct is never constructed: `HashTable` Oct 21 16:16:59.621 INFO kablam! --> src/hash_table.rs:2:1 Oct 21 16:16:59.621 INFO kablam! | Oct 21 16:16:59.621 INFO kablam! 2 | pub struct HashTable { Oct 21 16:16:59.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.621 INFO kablam! | Oct 21 16:16:59.621 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:16:59.621 INFO kablam! Oct 21 16:16:59.621 INFO kablam! warning: method is never used: `add` Oct 21 16:16:59.621 INFO kablam! --> src/hash_table.rs:8:2 Oct 21 16:16:59.621 INFO kablam! | Oct 21 16:16:59.621 INFO kablam! 8 | pub fn add(&mut self, key: &String, value: &String) { Oct 21 16:16:59.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.621 INFO kablam! Oct 21 16:16:59.621 INFO kablam! warning: method is never used: `get` Oct 21 16:16:59.621 INFO kablam! --> src/hash_table.rs:14:2 Oct 21 16:16:59.621 INFO kablam! | Oct 21 16:16:59.622 INFO kablam! 14 | pub fn get(&self, key: &String) -> String { Oct 21 16:16:59.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.622 INFO kablam! Oct 21 16:16:59.622 INFO kablam! warning: method is never used: `new` Oct 21 16:16:59.622 INFO kablam! --> src/hash_table.rs:18:2 Oct 21 16:16:59.622 INFO kablam! | Oct 21 16:16:59.622 INFO kablam! 18 | pub fn new() -> HashTable { Oct 21 16:16:59.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.622 INFO kablam! Oct 21 16:16:59.622 INFO kablam! warning: function is never used: `hash_fun` Oct 21 16:16:59.622 INFO kablam! --> src/hash_table.rs:24:1 Oct 21 16:16:59.622 INFO kablam! | Oct 21 16:16:59.622 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 21 16:16:59.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.622 INFO kablam! Oct 21 16:16:59.622 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 21 16:16:59.622 INFO kablam! | Oct 21 16:16:59.622 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:16:59.622 INFO kablam! Oct 21 16:16:59.715 INFO kablam! warning: variable does not need to be mutable Oct 21 16:16:59.716 INFO kablam! --> src/hash_table.rs:24:17 Oct 21 16:16:59.716 INFO kablam! | Oct 21 16:16:59.716 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 21 16:16:59.716 INFO kablam! | ----^^^ Oct 21 16:16:59.716 INFO kablam! | | Oct 21 16:16:59.716 INFO kablam! | help: remove this `mut` Oct 21 16:16:59.716 INFO kablam! | Oct 21 16:16:59.716 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:16:59.716 INFO kablam! Oct 21 16:16:59.716 INFO kablam! warning: variable does not need to be mutable Oct 21 16:16:59.716 INFO kablam! --> src/hash_table.rs:26:6 Oct 21 16:16:59.716 INFO kablam! | Oct 21 16:16:59.716 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 21 16:16:59.716 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 21 16:16:59.716 INFO kablam! | | Oct 21 16:16:59.716 INFO kablam! | help: remove this `mut` Oct 21 16:16:59.716 INFO kablam! Oct 21 16:16:59.716 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 21 16:16:59.716 INFO kablam! | Oct 21 16:16:59.716 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:16:59.716 INFO kablam! Oct 21 16:16:59.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.46s Oct 21 16:16:59.732 INFO kablam! su: No module specific data is present Oct 21 16:16:59.978 INFO running `"docker" "rm" "-f" "47a1f76006ca81a32a1d8426ba2c982a5d346c73b862f891392e4ec08d732d52"` Oct 21 16:17:00.092 INFO blam! 47a1f76006ca81a32a1d8426ba2c982a5d346c73b862f891392e4ec08d732d52