Oct 14 14:05:41.412 INFO testing lampij/HashTable against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:05:41.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:41.606 INFO blam! 7af75d7a3716a103f994cd929fe3a7adf59c87bce4114c9d45ef0abe1ea51d48 Oct 14 14:05:41.606 INFO running `"docker" "start" "-a" "7af75d7a3716a103f994cd929fe3a7adf59c87bce4114c9d45ef0abe1ea51d48"` Oct 14 14:05:42.071 INFO kablam! usermod: no changes Oct 14 14:05:42.099 INFO kablam! Compiling HashTable v0.1.0 (/source) Oct 14 14:05:42.291 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:24:17 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 14 14:05:42.291 INFO kablam! | ----^^^ Oct 14 14:05:42.291 INFO kablam! | | Oct 14 14:05:42.291 INFO kablam! | help: remove this `mut` Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:26:6 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 14 14:05:42.291 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.291 INFO kablam! | | Oct 14 14:05:42.291 INFO kablam! | help: remove this `mut` Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: struct is never constructed: `HashTable` Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:2:1 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 2 | pub struct HashTable { Oct 14 14:05:42.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: method is never used: `add` Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:8:2 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 8 | pub fn add(&mut self, key: &String, value: &String) { Oct 14 14:05:42.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: method is never used: `get` Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:14:2 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 14 | pub fn get(&self, key: &String) -> String { Oct 14 14:05:42.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: method is never used: `new` Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:18:2 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 18 | pub fn new() -> HashTable { Oct 14 14:05:42.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: function is never used: `hash_fun` Oct 14 14:05:42.291 INFO kablam! --> src/hash_table.rs:24:1 Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 14 14:05:42.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.291 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 14 14:05:42.291 INFO kablam! | Oct 14 14:05:42.291 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:05:42.291 INFO kablam! Oct 14 14:05:42.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.45s Oct 14 14:05:42.541 INFO kablam! su: No module specific data is present Oct 14 14:05:42.962 INFO running `"docker" "rm" "-f" "7af75d7a3716a103f994cd929fe3a7adf59c87bce4114c9d45ef0abe1ea51d48"` Oct 14 14:05:43.165 INFO blam! 7af75d7a3716a103f994cd929fe3a7adf59c87bce4114c9d45ef0abe1ea51d48 Oct 14 14:05:43.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:43.509 INFO blam! f45fb1871fb30abe820fdc72f24f0e20dd2a98573390dba95f7e34465e3c5181 Oct 14 14:05:43.510 INFO running `"docker" "start" "-a" "f45fb1871fb30abe820fdc72f24f0e20dd2a98573390dba95f7e34465e3c5181"` Oct 14 14:05:44.433 INFO kablam! usermod: no changes Oct 14 14:05:44.479 INFO kablam! Compiling HashTable v0.1.0 (/source) Oct 14 14:05:44.831 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:44.831 INFO kablam! --> src/hash_table.rs:24:17 Oct 14 14:05:44.831 INFO kablam! | Oct 14 14:05:44.831 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 14 14:05:44.831 INFO kablam! | ----^^^ Oct 14 14:05:44.831 INFO kablam! | | Oct 14 14:05:44.831 INFO kablam! | help: remove this `mut` Oct 14 14:05:44.831 INFO kablam! | Oct 14 14:05:44.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:05:44.831 INFO kablam! Oct 14 14:05:44.831 INFO kablam! warning: variable does not need to be mutable Oct 14 14:05:44.831 INFO kablam! --> src/hash_table.rs:26:6 Oct 14 14:05:44.831 INFO kablam! | Oct 14 14:05:44.831 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 14 14:05:44.831 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.831 INFO kablam! | | Oct 14 14:05:44.831 INFO kablam! | help: remove this `mut` Oct 14 14:05:44.831 INFO kablam! Oct 14 14:05:44.831 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 14 14:05:44.831 INFO kablam! | Oct 14 14:05:44.831 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:05:44.831 INFO kablam! Oct 14 14:05:45.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 14:05:45.568 INFO kablam! su: No module specific data is present Oct 14 14:05:45.881 INFO running `"docker" "rm" "-f" "f45fb1871fb30abe820fdc72f24f0e20dd2a98573390dba95f7e34465e3c5181"` Oct 14 14:05:46.031 INFO blam! f45fb1871fb30abe820fdc72f24f0e20dd2a98573390dba95f7e34465e3c5181 Oct 14 14:05:46.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:46.186 INFO blam! b49fac81dbb49353d97c55ce5ea68d45fc93bbcdece482b533edcaa938ff7f3f Oct 14 14:05:46.189 INFO running `"docker" "start" "-a" "b49fac81dbb49353d97c55ce5ea68d45fc93bbcdece482b533edcaa938ff7f3f"` Oct 14 14:05:46.623 INFO kablam! usermod: no changes Oct 14 14:05:46.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 14:05:46.660 INFO kablam! Running /target/debug/deps/HashTable-90f351c383a9a1bf Oct 14 14:05:46.666 INFO blam! Oct 14 14:05:46.667 INFO blam! running 4 tests Oct 14 14:05:46.667 INFO blam! test collision_testing ... ok Oct 14 14:05:46.681 INFO blam! test add_to_hashtable ... ok Oct 14 14:05:46.681 INFO blam! test multi_add ... ok Oct 14 14:05:46.697 INFO blam! test get_from_hashtable ... ok Oct 14 14:05:46.697 INFO blam! Oct 14 14:05:46.697 INFO kablam! su: No module specific data is present Oct 14 14:05:46.698 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:05:46.698 INFO blam! Oct 14 14:05:47.003 INFO running `"docker" "rm" "-f" "b49fac81dbb49353d97c55ce5ea68d45fc93bbcdece482b533edcaa938ff7f3f"` Oct 14 14:05:47.205 INFO blam! b49fac81dbb49353d97c55ce5ea68d45fc93bbcdece482b533edcaa938ff7f3f