Oct 14 23:43:11.500 INFO testing danielbusaba/affinity_efficient against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:43:11.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:43:11.796 INFO blam! 4a26f68838b1479493154317b0de602923f88c7486e1d15d2e84092e8dee51e6 Oct 14 23:43:11.801 INFO running `"docker" "start" "-a" "4a26f68838b1479493154317b0de602923f88c7486e1d15d2e84092e8dee51e6"` Oct 14 23:43:12.271 INFO kablam! usermod: no changes Oct 14 23:43:12.304 INFO kablam! Compiling affinity_efficient v0.1.0 (/source) Oct 14 23:43:12.529 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 23:43:12.529 INFO kablam! --> src/histogram.rs:1:5 Oct 14 23:43:12.529 INFO kablam! | Oct 14 23:43:12.529 INFO kablam! 1 | use std::collections::HashMap; //Can be used with bucket to create sublog histograms Oct 14 23:43:12.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.529 INFO kablam! | Oct 14 23:43:12.529 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:12.529 INFO kablam! Oct 14 23:43:12.532 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 14 23:43:12.532 INFO kablam! --> src/cchamt.rs:11:17 Oct 14 23:43:12.532 INFO kablam! | Oct 14 23:43:12.532 INFO kablam! 11 | use std::sync::{Arc, Mutex}; Oct 14 23:43:12.532 INFO kablam! | ^^^ ^^^^^ Oct 14 23:43:12.532 INFO kablam! Oct 14 23:43:12.532 INFO kablam! warning: unused import: `std::thread` Oct 14 23:43:12.532 INFO kablam! --> src/cchamt.rs:12:5 Oct 14 23:43:12.532 INFO kablam! | Oct 14 23:43:12.532 INFO kablam! 12 | use std::thread; Oct 14 23:43:12.532 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:43:12.532 INFO kablam! Oct 14 23:43:12.811 INFO kablam! warning: unused variable: `hamt` Oct 14 23:43:12.811 INFO kablam! --> src/main.rs:510:9 Oct 14 23:43:12.811 INFO kablam! | Oct 14 23:43:12.811 INFO kablam! 510 | let hamt: ContiguousTrie> = ContiguousTrie::new(KEY_LENGTH, KEY_SEGMENT_SIZE); Oct 14 23:43:12.811 INFO kablam! | ^^^^ help: consider using `_hamt` instead Oct 14 23:43:12.811 INFO kablam! | Oct 14 23:43:12.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:12.811 INFO kablam! Oct 14 23:43:12.811 INFO kablam! warning: unused variable: `affinities` Oct 14 23:43:12.811 INFO kablam! --> src/main.rs:507:15 Oct 14 23:43:12.811 INFO kablam! | Oct 14 23:43:12.811 INFO kablam! 507 | fn get_layout(affinities: BinaryHeap) -> Vec Oct 14 23:43:12.811 INFO kablam! | ^^^^^^^^^^ help: consider using `_affinities` instead Oct 14 23:43:12.811 INFO kablam! Oct 14 23:43:12.905 INFO kablam! warning: method is never used: `new_single` Oct 14 23:43:12.905 INFO kablam! --> src/histogram.rs:13:5 Oct 14 23:43:12.905 INFO kablam! | Oct 14 23:43:12.906 INFO kablam! 13 | pub fn new_single(sb: u64, mrt: u64) -> Histogram //Constructor that takes in the sublog bits and the maximum reuse time Oct 14 23:43:12.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.906 INFO kablam! | Oct 14 23:43:12.907 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:12.907 INFO kablam! Oct 14 23:43:12.907 INFO kablam! warning: method is never used: `add` Oct 14 23:43:12.908 INFO kablam! --> src/histogram.rs:18:5 Oct 14 23:43:12.908 INFO kablam! | Oct 14 23:43:12.908 INFO kablam! 18 | pub fn add(&mut self, reuse_time: u64) Oct 14 23:43:12.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.909 INFO kablam! Oct 14 23:43:12.909 INFO kablam! warning: method is never used: `insert` Oct 14 23:43:12.909 INFO kablam! --> src/histogram.rs:31:5 Oct 14 23:43:12.910 INFO kablam! | Oct 14 23:43:12.910 INFO kablam! 31 | pub fn insert(&mut self, reuse_time: u64, frequency: u64) //Inserts a value into the histogram at a given reuse time Oct 14 23:43:12.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.911 INFO kablam! Oct 14 23:43:12.911 INFO kablam! warning: method is never used: `get_frequency` Oct 14 23:43:12.911 INFO kablam! --> src/histogram.rs:43:5 Oct 14 23:43:12.912 INFO kablam! | Oct 14 23:43:12.912 INFO kablam! 43 | pub fn get_frequency(&self, reuse_time: u64) -> u64 //Retreives the frequency value at a given reuse time Oct 14 23:43:12.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.913 INFO kablam! Oct 14 23:43:12.913 INFO kablam! warning: method is never used: `get_values` Oct 14 23:43:12.913 INFO kablam! --> src/histogram.rs:52:5 Oct 14 23:43:12.913 INFO kablam! | Oct 14 23:43:12.914 INFO kablam! 52 | pub fn get_values(&self) -> Vec //Returns copy of internal vector Oct 14 23:43:12.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.914 INFO kablam! Oct 14 23:43:12.915 INFO kablam! warning: method is never used: `get_max_reuse_time` Oct 14 23:43:12.915 INFO kablam! --> src/histogram.rs:57:5 Oct 14 23:43:12.915 INFO kablam! | Oct 14 23:43:12.916 INFO kablam! 57 | pub fn get_max_reuse_time(&self) -> u64 //Returns copy of max reuse time Oct 14 23:43:12.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.916 INFO kablam! Oct 14 23:43:12.916 INFO kablam! warning: method is never used: `get_tuple` Oct 14 23:43:12.917 INFO kablam! --> src/histogram.rs:96:5 Oct 14 23:43:12.917 INFO kablam! | Oct 14 23:43:12.917 INFO kablam! 96 | pub fn get_tuple(&self, reuse_time: u64) -> (u64, u64, u64, u64) //Retreives the value tuple at a given reuse time Oct 14 23:43:12.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.918 INFO kablam! Oct 14 23:43:12.918 INFO kablam! warning: method is never used: `get_frequency` Oct 14 23:43:12.918 INFO kablam! --> src/histogram.rs:105:5 Oct 14 23:43:12.919 INFO kablam! | Oct 14 23:43:12.919 INFO kablam! 105 | pub fn get_frequency(&self, reuse_time: u64) -> u64 //Retreives the frequency value at a given reuse time Oct 14 23:43:12.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.919 INFO kablam! Oct 14 23:43:12.920 INFO kablam! warning: method is never used: `get_max_reuse_time` Oct 14 23:43:12.920 INFO kablam! --> src/histogram.rs:119:5 Oct 14 23:43:12.920 INFO kablam! | Oct 14 23:43:12.921 INFO kablam! 119 | pub fn get_max_reuse_time(&self) -> u64 //Returns copy of max reuse time Oct 14 23:43:12.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.921 INFO kablam! Oct 14 23:43:12.922 INFO kablam! warning: function is never used: `get_depth` Oct 14 23:43:12.922 INFO kablam! --> src/cchamt.rs:23:1 Oct 14 23:43:12.922 INFO kablam! | Oct 14 23:43:12.922 INFO kablam! 23 | fn get_depth(key_group: usize, index: usize) -> usize { Oct 14 23:43:12.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.923 INFO kablam! Oct 14 23:43:12.923 INFO kablam! warning: struct is never constructed: `ContiguousTrie` Oct 14 23:43:12.924 INFO kablam! --> src/cchamt.rs:39:1 Oct 14 23:43:12.924 INFO kablam! | Oct 14 23:43:12.924 INFO kablam! 39 | pub struct ContiguousTrie { Oct 14 23:43:12.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.925 INFO kablam! Oct 14 23:43:12.925 INFO kablam! warning: method is never used: `new` Oct 14 23:43:12.931 INFO kablam! --> src/cchamt.rs:58:5 Oct 14 23:43:12.931 INFO kablam! | Oct 14 23:43:12.931 INFO kablam! 58 | pub fn new(key_length: usize, key_segment_size: usize) -> Self { Oct 14 23:43:12.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.932 INFO kablam! Oct 14 23:43:12.932 INFO kablam! warning: method is never used: `compute_index` Oct 14 23:43:12.933 INFO kablam! --> src/cchamt.rs:98:5 Oct 14 23:43:12.933 INFO kablam! | Oct 14 23:43:12.933 INFO kablam! 98 | fn compute_index(&self, key: &[u8]) -> usize { Oct 14 23:43:12.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.934 INFO kablam! Oct 14 23:43:12.934 INFO kablam! warning: method is never used: `key2index` Oct 14 23:43:12.935 INFO kablam! --> src/cchamt.rs:111:5 Oct 14 23:43:12.935 INFO kablam! | Oct 14 23:43:12.935 INFO kablam! 111 | fn key2index(&self, key: &[u8]) -> (usize, usize) { Oct 14 23:43:12.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.936 INFO kablam! Oct 14 23:43:12.936 INFO kablam! warning: method is never used: `insert` Oct 14 23:43:12.936 INFO kablam! --> src/cchamt.rs:135:5 Oct 14 23:43:12.937 INFO kablam! | Oct 14 23:43:12.937 INFO kablam! 135 | pub fn insert(&mut self, value: T, key: &[u8]) { Oct 14 23:43:12.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.937 INFO kablam! Oct 14 23:43:12.938 INFO kablam! warning: method is never used: `contain` Oct 14 23:43:12.938 INFO kablam! --> src/cchamt.rs:156:5 Oct 14 23:43:12.938 INFO kablam! | Oct 14 23:43:12.938 INFO kablam! 156 | pub fn contain(&self, key: &[u8]) -> bool { Oct 14 23:43:12.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.938 INFO kablam! Oct 14 23:43:12.938 INFO kablam! warning: method is never used: `get` Oct 14 23:43:12.938 INFO kablam! --> src/cchamt.rs:171:5 Oct 14 23:43:12.938 INFO kablam! | Oct 14 23:43:12.938 INFO kablam! 171 | pub fn get(&self, key: &[u8]) -> Option { Oct 14 23:43:12.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:12.939 INFO kablam! warning: function is never used: `main` Oct 14 23:43:12.939 INFO kablam! --> src/cchamt.rs:194:1 Oct 14 23:43:12.939 INFO kablam! | Oct 14 23:43:12.939 INFO kablam! 194 | fn main() { Oct 14 23:43:12.939 INFO kablam! | ^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:12.939 INFO kablam! warning: constant item is never used: `KEY_LENGTH` Oct 14 23:43:12.939 INFO kablam! --> src/main.rs:17:1 Oct 14 23:43:12.939 INFO kablam! | Oct 14 23:43:12.939 INFO kablam! 17 | const KEY_LENGTH: usize = 8; Oct 14 23:43:12.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:12.939 INFO kablam! warning: constant item is never used: `KEY_SEGMENT_SIZE` Oct 14 23:43:12.939 INFO kablam! --> src/main.rs:18:1 Oct 14 23:43:12.939 INFO kablam! | Oct 14 23:43:12.939 INFO kablam! 18 | const KEY_SEGMENT_SIZE: usize = 4; Oct 14 23:43:12.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:12.939 INFO kablam! warning: method is never used: `new` Oct 14 23:43:12.939 INFO kablam! --> src/main.rs:158:5 Oct 14 23:43:12.939 INFO kablam! | Oct 14 23:43:12.939 INFO kablam! 158 | pub fn new() -> Group Oct 14 23:43:12.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:12.939 INFO kablam! warning: method is never used: `append` Oct 14 23:43:12.939 INFO kablam! --> src/main.rs:163:5 Oct 14 23:43:12.939 INFO kablam! | Oct 14 23:43:12.939 INFO kablam! 163 | pub fn append(&mut self, c: char) -> bool Oct 14 23:43:12.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:12.939 INFO kablam! warning: function is never used: `get_layout` Oct 14 23:43:12.939 INFO kablam! --> src/main.rs:507:1 Oct 14 23:43:12.939 INFO kablam! | Oct 14 23:43:12.939 INFO kablam! 507 | fn get_layout(affinities: BinaryHeap) -> Vec Oct 14 23:43:12.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:12.939 INFO kablam! Oct 14 23:43:14.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 14 23:43:14.588 INFO kablam! su: No module specific data is present Oct 14 23:43:15.075 INFO running `"docker" "rm" "-f" "4a26f68838b1479493154317b0de602923f88c7486e1d15d2e84092e8dee51e6"` Oct 14 23:43:15.259 INFO blam! 4a26f68838b1479493154317b0de602923f88c7486e1d15d2e84092e8dee51e6 Oct 14 23:43:15.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:43:15.511 INFO blam! 1ed6e8189af9c1c84094699489844e9b5a48945ca2a2173da152f541a26e08ad Oct 14 23:43:15.513 INFO running `"docker" "start" "-a" "1ed6e8189af9c1c84094699489844e9b5a48945ca2a2173da152f541a26e08ad"` Oct 14 23:43:15.883 INFO kablam! usermod: no changes Oct 14 23:43:15.906 INFO kablam! Compiling affinity_efficient v0.1.0 (/source) Oct 14 23:43:16.142 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 14 23:43:16.142 INFO kablam! --> src/cchamt.rs:11:17 Oct 14 23:43:16.142 INFO kablam! | Oct 14 23:43:16.142 INFO kablam! 11 | use std::sync::{Arc, Mutex}; Oct 14 23:43:16.142 INFO kablam! | ^^^ ^^^^^ Oct 14 23:43:16.142 INFO kablam! | Oct 14 23:43:16.142 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:16.142 INFO kablam! Oct 14 23:43:16.142 INFO kablam! warning: unused import: `std::thread` Oct 14 23:43:16.142 INFO kablam! --> src/cchamt.rs:12:5 Oct 14 23:43:16.142 INFO kablam! | Oct 14 23:43:16.142 INFO kablam! 12 | use std::thread; Oct 14 23:43:16.142 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:43:16.142 INFO kablam! Oct 14 23:43:16.403 INFO kablam! warning: unused variable: `hamt` Oct 14 23:43:16.403 INFO kablam! --> src/main.rs:510:9 Oct 14 23:43:16.403 INFO kablam! | Oct 14 23:43:16.403 INFO kablam! 510 | let hamt: ContiguousTrie> = ContiguousTrie::new(KEY_LENGTH, KEY_SEGMENT_SIZE); Oct 14 23:43:16.403 INFO kablam! | ^^^^ help: consider using `_hamt` instead Oct 14 23:43:16.403 INFO kablam! | Oct 14 23:43:16.403 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:16.403 INFO kablam! Oct 14 23:43:16.403 INFO kablam! warning: unused variable: `affinities` Oct 14 23:43:16.403 INFO kablam! --> src/main.rs:507:15 Oct 14 23:43:16.403 INFO kablam! | Oct 14 23:43:16.403 INFO kablam! 507 | fn get_layout(affinities: BinaryHeap) -> Vec Oct 14 23:43:16.403 INFO kablam! | ^^^^^^^^^^ help: consider using `_affinities` instead Oct 14 23:43:16.403 INFO kablam! Oct 14 23:43:16.505 INFO kablam! warning: method is never used: `get_max_reuse_time` Oct 14 23:43:16.506 INFO kablam! --> src/histogram.rs:119:5 Oct 14 23:43:16.506 INFO kablam! | Oct 14 23:43:16.506 INFO kablam! 119 | pub fn get_max_reuse_time(&self) -> u64 //Returns copy of max reuse time Oct 14 23:43:16.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.506 INFO kablam! | Oct 14 23:43:16.506 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:16.506 INFO kablam! Oct 14 23:43:16.506 INFO kablam! warning: function is never used: `get_depth` Oct 14 23:43:16.506 INFO kablam! --> src/cchamt.rs:23:1 Oct 14 23:43:16.506 INFO kablam! | Oct 14 23:43:16.506 INFO kablam! 23 | fn get_depth(key_group: usize, index: usize) -> usize { Oct 14 23:43:16.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.506 INFO kablam! Oct 14 23:43:16.506 INFO kablam! warning: struct is never constructed: `ContiguousTrie` Oct 14 23:43:16.507 INFO kablam! --> src/cchamt.rs:39:1 Oct 14 23:43:16.507 INFO kablam! | Oct 14 23:43:16.507 INFO kablam! 39 | pub struct ContiguousTrie { Oct 14 23:43:16.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.507 INFO kablam! Oct 14 23:43:16.507 INFO kablam! warning: method is never used: `new` Oct 14 23:43:16.508 INFO kablam! --> src/cchamt.rs:58:5 Oct 14 23:43:16.508 INFO kablam! | Oct 14 23:43:16.508 INFO kablam! 58 | pub fn new(key_length: usize, key_segment_size: usize) -> Self { Oct 14 23:43:16.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.508 INFO kablam! Oct 14 23:43:16.508 INFO kablam! warning: method is never used: `compute_index` Oct 14 23:43:16.508 INFO kablam! --> src/cchamt.rs:98:5 Oct 14 23:43:16.508 INFO kablam! | Oct 14 23:43:16.508 INFO kablam! 98 | fn compute_index(&self, key: &[u8]) -> usize { Oct 14 23:43:16.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.508 INFO kablam! Oct 14 23:43:16.508 INFO kablam! warning: method is never used: `key2index` Oct 14 23:43:16.508 INFO kablam! --> src/cchamt.rs:111:5 Oct 14 23:43:16.508 INFO kablam! | Oct 14 23:43:16.508 INFO kablam! 111 | fn key2index(&self, key: &[u8]) -> (usize, usize) { Oct 14 23:43:16.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.508 INFO kablam! Oct 14 23:43:16.508 INFO kablam! warning: method is never used: `insert` Oct 14 23:43:16.508 INFO kablam! --> src/cchamt.rs:135:5 Oct 14 23:43:16.508 INFO kablam! | Oct 14 23:43:16.508 INFO kablam! 135 | pub fn insert(&mut self, value: T, key: &[u8]) { Oct 14 23:43:16.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.508 INFO kablam! Oct 14 23:43:16.509 INFO kablam! warning: method is never used: `contain` Oct 14 23:43:16.509 INFO kablam! --> src/cchamt.rs:156:5 Oct 14 23:43:16.509 INFO kablam! | Oct 14 23:43:16.509 INFO kablam! 156 | pub fn contain(&self, key: &[u8]) -> bool { Oct 14 23:43:16.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.509 INFO kablam! Oct 14 23:43:16.509 INFO kablam! warning: method is never used: `get` Oct 14 23:43:16.509 INFO kablam! --> src/cchamt.rs:171:5 Oct 14 23:43:16.509 INFO kablam! | Oct 14 23:43:16.509 INFO kablam! 171 | pub fn get(&self, key: &[u8]) -> Option { Oct 14 23:43:16.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.509 INFO kablam! Oct 14 23:43:16.509 INFO kablam! warning: function is never used: `main` Oct 14 23:43:16.509 INFO kablam! --> src/cchamt.rs:194:1 Oct 14 23:43:16.509 INFO kablam! | Oct 14 23:43:16.509 INFO kablam! 194 | fn main() { Oct 14 23:43:16.509 INFO kablam! | ^^^^^^^^^ Oct 14 23:43:16.509 INFO kablam! Oct 14 23:43:16.509 INFO kablam! warning: constant item is never used: `KEY_LENGTH` Oct 14 23:43:16.509 INFO kablam! --> src/main.rs:17:1 Oct 14 23:43:16.509 INFO kablam! | Oct 14 23:43:16.509 INFO kablam! 17 | const KEY_LENGTH: usize = 8; Oct 14 23:43:16.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.510 INFO kablam! Oct 14 23:43:16.510 INFO kablam! warning: constant item is never used: `KEY_SEGMENT_SIZE` Oct 14 23:43:16.510 INFO kablam! --> src/main.rs:18:1 Oct 14 23:43:16.510 INFO kablam! | Oct 14 23:43:16.510 INFO kablam! 18 | const KEY_SEGMENT_SIZE: usize = 4; Oct 14 23:43:16.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.510 INFO kablam! Oct 14 23:43:16.510 INFO kablam! warning: method is never used: `new` Oct 14 23:43:16.510 INFO kablam! --> src/main.rs:158:5 Oct 14 23:43:16.510 INFO kablam! | Oct 14 23:43:16.510 INFO kablam! 158 | pub fn new() -> Group Oct 14 23:43:16.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.510 INFO kablam! Oct 14 23:43:16.510 INFO kablam! warning: method is never used: `append` Oct 14 23:43:16.510 INFO kablam! --> src/main.rs:163:5 Oct 14 23:43:16.510 INFO kablam! | Oct 14 23:43:16.510 INFO kablam! 163 | pub fn append(&mut self, c: char) -> bool Oct 14 23:43:16.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.510 INFO kablam! Oct 14 23:43:16.510 INFO kablam! warning: function is never used: `get_layout` Oct 14 23:43:16.510 INFO kablam! --> src/main.rs:507:1 Oct 14 23:43:16.510 INFO kablam! | Oct 14 23:43:16.511 INFO kablam! 507 | fn get_layout(affinities: BinaryHeap) -> Vec Oct 14 23:43:16.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:16.511 INFO kablam! Oct 14 23:43:17.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 14 23:43:17.270 INFO kablam! su: No module specific data is present Oct 14 23:43:17.769 INFO running `"docker" "rm" "-f" "1ed6e8189af9c1c84094699489844e9b5a48945ca2a2173da152f541a26e08ad"` Oct 14 23:43:17.987 INFO blam! 1ed6e8189af9c1c84094699489844e9b5a48945ca2a2173da152f541a26e08ad Oct 14 23:43:17.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:43:18.296 INFO blam! 684408a726319c3a7c7548a1f35dbd5261c893529afc21ab5709d87f6c6ea77f Oct 14 23:43:18.307 INFO running `"docker" "start" "-a" "684408a726319c3a7c7548a1f35dbd5261c893529afc21ab5709d87f6c6ea77f"` Oct 14 23:43:18.954 INFO kablam! usermod: no changes Oct 14 23:43:18.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 23:43:18.972 INFO kablam! Running /target/debug/deps/affinity_efficient-3b74ee088558b8f3 Oct 14 23:43:18.973 INFO blam! Oct 14 23:43:18.973 INFO blam! running 8 tests Oct 14 23:43:18.974 INFO blam! test histogram::test_clone ... ok Oct 14 23:43:18.974 INFO blam! test histogram::test_hash ... ok Oct 14 23:43:18.974 INFO blam! test histogram::test_histogram_insertion ... ok Oct 14 23:43:18.974 INFO blam! test histogram::test_histogram_values ... ok Oct 14 23:43:18.974 INFO blam! test histogram::test_value_to_index ... ok Oct 14 23:43:18.974 INFO blam! test histogram::test_histogram_addition ... ok Oct 14 23:43:18.974 INFO blam! test histogram::test_histogram_tuple_add ... ok Oct 14 23:43:18.975 INFO blam! test histogram::test_histogram_max_reuse_time ... ok Oct 14 23:43:18.975 INFO blam! Oct 14 23:43:18.975 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:43:18.975 INFO blam! Oct 14 23:43:18.976 INFO kablam! su: No module specific data is present Oct 14 23:43:19.242 INFO running `"docker" "rm" "-f" "684408a726319c3a7c7548a1f35dbd5261c893529afc21ab5709d87f6c6ea77f"` Oct 14 23:43:19.320 INFO blam! 684408a726319c3a7c7548a1f35dbd5261c893529afc21ab5709d87f6c6ea77f