Oct 10 19:41:56.225 INFO testing lampij/HashTable against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:41:56.225 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:41:56.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:41:56.692 INFO blam! 1a7276fa0d257ae9b91af554cd48d15468e5e2593067a752fa6662f8b62f6f45 Oct 10 19:41:56.693 INFO running `"docker" "start" "-a" "1a7276fa0d257ae9b91af554cd48d15468e5e2593067a752fa6662f8b62f6f45"` Oct 10 19:41:57.133 INFO kablam! usermod: no changes Oct 10 19:41:57.195 INFO kablam! Compiling HashTable v0.1.0 (/source) Oct 10 19:41:57.831 INFO kablam! warning: variable does not need to be mutable Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:24:17 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 10 19:41:57.831 INFO kablam! | ----^^^ Oct 10 19:41:57.831 INFO kablam! | | Oct 10 19:41:57.831 INFO kablam! | help: remove this `mut` Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: variable does not need to be mutable Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:26:6 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 10 19:41:57.831 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 19:41:57.831 INFO kablam! | | Oct 10 19:41:57.831 INFO kablam! | help: remove this `mut` Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: struct is never constructed: `HashTable` Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:2:1 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 2 | pub struct HashTable { Oct 10 19:41:57.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: method is never used: `add` Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:8:2 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 8 | pub fn add(&mut self, key: &String, value: &String) { Oct 10 19:41:57.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: method is never used: `get` Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:14:2 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 14 | pub fn get(&self, key: &String) -> String { Oct 10 19:41:57.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: method is never used: `new` Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:18:2 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 18 | pub fn new() -> HashTable { Oct 10 19:41:57.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: function is never used: `hash_fun` Oct 10 19:41:57.831 INFO kablam! --> src/hash_table.rs:24:1 Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 10 19:41:57.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:57.831 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 10 19:41:57.831 INFO kablam! | Oct 10 19:41:57.831 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:41:57.831 INFO kablam! Oct 10 19:41:58.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 10 19:41:58.154 INFO kablam! su: No module specific data is present Oct 10 19:41:58.748 INFO running `"docker" "rm" "-f" "1a7276fa0d257ae9b91af554cd48d15468e5e2593067a752fa6662f8b62f6f45"` Oct 10 19:41:58.978 INFO blam! 1a7276fa0d257ae9b91af554cd48d15468e5e2593067a752fa6662f8b62f6f45 Oct 10 19:41:58.978 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:41:58.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:41:59.381 INFO blam! 0eae33a014563ab73d03d0a22cd75b86e6f7d0169a71b67bf39ac3e2c587f4fb Oct 10 19:41:59.382 INFO running `"docker" "start" "-a" "0eae33a014563ab73d03d0a22cd75b86e6f7d0169a71b67bf39ac3e2c587f4fb"` Oct 10 19:42:00.452 INFO kablam! usermod: no changes Oct 10 19:42:00.476 INFO kablam! Compiling HashTable v0.1.0 (/source) Oct 10 19:42:01.276 INFO kablam! warning: variable does not need to be mutable Oct 10 19:42:01.276 INFO kablam! --> src/hash_table.rs:24:17 Oct 10 19:42:01.276 INFO kablam! | Oct 10 19:42:01.276 INFO kablam! 24 | pub fn hash_fun(mut key: &str) -> usize { Oct 10 19:42:01.276 INFO kablam! | ----^^^ Oct 10 19:42:01.276 INFO kablam! | | Oct 10 19:42:01.276 INFO kablam! | help: remove this `mut` Oct 10 19:42:01.276 INFO kablam! | Oct 10 19:42:01.276 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:42:01.276 INFO kablam! Oct 10 19:42:01.276 INFO kablam! warning: variable does not need to be mutable Oct 10 19:42:01.276 INFO kablam! --> src/hash_table.rs:26:6 Oct 10 19:42:01.276 INFO kablam! | Oct 10 19:42:01.276 INFO kablam! 26 | let mut key_as_byte_array = key.as_bytes(); Oct 10 19:42:01.276 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 19:42:01.276 INFO kablam! | | Oct 10 19:42:01.276 INFO kablam! | help: remove this `mut` Oct 10 19:42:01.276 INFO kablam! Oct 10 19:42:01.276 INFO kablam! warning: crate `HashTable` should have a snake case name such as `hash_table` Oct 10 19:42:01.277 INFO kablam! | Oct 10 19:42:01.277 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:42:01.277 INFO kablam! Oct 10 19:42:02.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 10 19:42:02.052 INFO kablam! su: No module specific data is present Oct 10 19:42:03.323 INFO running `"docker" "rm" "-f" "0eae33a014563ab73d03d0a22cd75b86e6f7d0169a71b67bf39ac3e2c587f4fb"` Oct 10 19:42:03.556 INFO blam! 0eae33a014563ab73d03d0a22cd75b86e6f7d0169a71b67bf39ac3e2c587f4fb Oct 10 19:42:03.568 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:42:03.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:42:03.957 INFO blam! e6759e65ab93604da36ea0817a5990e0c3f64b21a2d5cf41986f27f79f8aea08 Oct 10 19:42:03.962 INFO running `"docker" "start" "-a" "e6759e65ab93604da36ea0817a5990e0c3f64b21a2d5cf41986f27f79f8aea08"` Oct 10 19:42:04.554 INFO kablam! usermod: no changes Oct 10 19:42:04.589 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 19:42:04.590 INFO kablam! Running /target/debug/deps/HashTable-90f351c383a9a1bf Oct 10 19:42:04.591 INFO blam! Oct 10 19:42:04.591 INFO blam! running 4 tests Oct 10 19:42:04.604 INFO blam! test collision_testing ... ok Oct 10 19:42:04.608 INFO blam! test multi_add ... ok Oct 10 19:42:04.608 INFO blam! test get_from_hashtable ... ok Oct 10 19:42:04.614 INFO blam! test add_to_hashtable ... ok Oct 10 19:42:04.614 INFO blam! Oct 10 19:42:04.614 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:42:04.614 INFO blam! Oct 10 19:42:04.617 INFO kablam! su: No module specific data is present Oct 10 19:42:04.900 INFO running `"docker" "rm" "-f" "e6759e65ab93604da36ea0817a5990e0c3f64b21a2d5cf41986f27f79f8aea08"` Oct 10 19:42:04.991 INFO blam! e6759e65ab93604da36ea0817a5990e0c3f64b21a2d5cf41986f27f79f8aea08