Oct 14 14:05:39.538 INFO testing lampij/HashTable against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:05:39.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14:05:39.755 INFO blam! b85d8a4531156d23bad665d05fec22837c053d2602302d5cd7281dfc7f2bf0c0 Oct 14 14:05:39.756 INFO running `"docker" "start" "-a" "b85d8a4531156d23bad665d05fec22837c053d2602302d5cd7281dfc7f2bf0c0"` Oct 14 14:05:40.291 INFO kablam! usermod: no changes Oct 14 14:05:40.323 INFO kablam! Compiling HashTable v0.1.0 (/source) Oct 14 14:05:40.491 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:40.491 INFO kablam! --> src/hash_table.rs:24:17 Oct 14 14:05:40.491 INFO kablam! | Oct 14 14:05:40.491 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 14 14:05:40.491 INFO kablam! | ----^^^ Oct 14 14:05:40.491 INFO kablam! | | Oct 14 14:05:40.491 INFO kablam! | help: remove this `mut` Oct 14 14:05:40.491 INFO kablam! | Oct 14 14:05:40.491 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:05:40.491 INFO kablam! Oct 14 14:05:40.491 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:40.491 INFO kablam! --> src/hash_table.rs:26:6 Oct 14 14:05:40.491 INFO kablam! | Oct 14 14:05:40.491 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 14 14:05:40.491 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 14 14:05:40.491 INFO kablam! | | Oct 14 14:05:40.491 INFO kablam! | help: remove this `mut` Oct 14 14:05:40.491 INFO kablam! Oct 14 14:05:40.491 INFO kablam! warning: struct is never constructed: `HashTable` Oct 14 14:05:40.491 INFO kablam! --> src/hash_table.rs:2:1 Oct 14 14:05:40.491 INFO kablam! | Oct 14 14:05:40.491 INFO kablam! 2 | pub struct HashTable { Oct 14 14:05:40.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:40.491 INFO kablam! | Oct 14 14:05:40.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:05:40.491 INFO kablam! Oct 14 14:05:40.491 INFO kablam! warning: method is never used: `add` Oct 14 14:05:40.491 INFO kablam! --> src/hash_table.rs:8:2 Oct 14 14:05:40.491 INFO kablam! | Oct 14 14:05:40.491 INFO kablam! 8 | pub fn add(&mut self, key: &String, value: &String) { Oct 14 14:05:40.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:40.491 INFO kablam! Oct 14 14:05:40.491 INFO kablam! warning: method is never used: `get` Oct 14 14:05:40.492 INFO kablam! --> src/hash_table.rs:14:2 Oct 14 14:05:40.492 INFO kablam! | Oct 14 14:05:40.492 INFO kablam! 14 | pub fn get(&self, key: &String) -> String { Oct 14 14:05:40.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:40.492 INFO kablam! Oct 14 14:05:40.492 INFO kablam! warning: method is never used: `new` Oct 14 14:05:40.492 INFO kablam! --> src/hash_table.rs:18:2 Oct 14 14:05:40.492 INFO kablam! | Oct 14 14:05:40.492 INFO kablam! 18 | pub fn new() -> HashTable { Oct 14 14:05:40.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:40.492 INFO kablam! Oct 14 14:05:40.492 INFO kablam! warning: function is never used: `hash_fun` Oct 14 14:05:40.492 INFO kablam! --> src/hash_table.rs:24:1 Oct 14 14:05:40.492 INFO kablam! | Oct 14 14:05:40.492 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 14 14:05:40.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:40.492 INFO kablam! Oct 14 14:05:40.492 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 14 14:05:40.492 INFO kablam! | Oct 14 14:05:40.492 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:05:40.492 INFO kablam! Oct 14 14:05:40.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.46s Oct 14 14:05:40.776 INFO kablam! su: No module specific data is present Oct 14 14:05:41.165 INFO running `"docker" "rm" "-f" "b85d8a4531156d23bad665d05fec22837c053d2602302d5cd7281dfc7f2bf0c0"` Oct 14 14:05:41.330 INFO blam! b85d8a4531156d23bad665d05fec22837c053d2602302d5cd7281dfc7f2bf0c0 Oct 14 14:05:41.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14:05:41.546 INFO blam! 914528cdcf9d6a8c1a45d812b45c461cf71db34786c826e5257cc3e9cc650ffe Oct 14 14:05:41.548 INFO running `"docker" "start" "-a" "914528cdcf9d6a8c1a45d812b45c461cf71db34786c826e5257cc3e9cc650ffe"` Oct 14 14:05:42.018 INFO kablam! usermod: no changes Oct 14 14:05:42.062 INFO kablam! Compiling HashTable v0.1.0 (/source) Oct 14 14:05:42.299 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:42.299 INFO kablam! --> src/hash_table.rs:24:17 Oct 14 14:05:42.299 INFO kablam! | Oct 14 14:05:42.299 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 14 14:05:42.300 INFO kablam! | ----^^^ Oct 14 14:05:42.300 INFO kablam! | | Oct 14 14:05:42.300 INFO kablam! | help: remove this `mut` Oct 14 14:05:42.300 INFO kablam! | Oct 14 14:05:42.300 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:05:42.300 INFO kablam! Oct 14 14:05:42.300 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:42.300 INFO kablam! --> src/hash_table.rs:26:6 Oct 14 14:05:42.300 INFO kablam! | Oct 14 14:05:42.300 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 14 14:05:42.300 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.300 INFO kablam! | | Oct 14 14:05:42.300 INFO kablam! | help: remove this `mut` Oct 14 14:05:42.300 INFO kablam! Oct 14 14:05:42.300 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 14 14:05:42.300 INFO kablam! | Oct 14 14:05:42.300 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:05:42.300 INFO kablam! Oct 14 14:05:42.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 14 14:05:42.873 INFO kablam! su: No module specific data is present Oct 14 14:05:43.399 INFO running `"docker" "rm" "-f" "914528cdcf9d6a8c1a45d812b45c461cf71db34786c826e5257cc3e9cc650ffe"` Oct 14 14:05:43.623 INFO blam! 914528cdcf9d6a8c1a45d812b45c461cf71db34786c826e5257cc3e9cc650ffe Oct 14 14:05:43.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14:05:44.025 INFO blam! 214bcb57f9268962dd44cbeef04ea444425f68bb78f52ea43200a0bed68bf807 Oct 14 14:05:44.027 INFO running `"docker" "start" "-a" "214bcb57f9268962dd44cbeef04ea444425f68bb78f52ea43200a0bed68bf807"` Oct 14 14:05:45.223 INFO kablam! usermod: no changes Oct 14 14:05:45.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 14:05:45.275 INFO blam! Oct 14 14:05:45.275 INFO kablam! Running /target/debug/deps/HashTable-ca0986894e7f5b1a Oct 14 14:05:45.275 INFO blam! running 4 tests Oct 14 14:05:45.295 INFO blam! test collision_testing ... ok Oct 14 14:05:45.316 INFO blam! test add_to_hashtable ... ok Oct 14 14:05:45.316 INFO blam! test multi_add ... ok Oct 14 14:05:45.316 INFO blam! test get_from_hashtable ... ok Oct 14 14:05:45.316 INFO blam! Oct 14 14:05:45.316 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:05:45.316 INFO blam! Oct 14 14:05:45.316 INFO kablam! su: No module specific data is present Oct 14 14:05:45.796 INFO running `"docker" "rm" "-f" "214bcb57f9268962dd44cbeef04ea444425f68bb78f52ea43200a0bed68bf807"` Oct 14 14:05:45.986 INFO blam! 214bcb57f9268962dd44cbeef04ea444425f68bb78f52ea43200a0bed68bf807