Oct 14 23:43:00.274 INFO testing danielbusaba/histogram against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:43:00.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:00.921 INFO blam! e8adcf4497924515c2df9b051fd91698196ae6601fa8282dd1b076e6247b28f5 Oct 14 23:43:00.923 INFO running `"docker" "start" "-a" "e8adcf4497924515c2df9b051fd91698196ae6601fa8282dd1b076e6247b28f5"` Oct 14 23:43:02.033 INFO kablam! usermod: no changes Oct 14 23:43:02.067 INFO kablam! Compiling histogram v0.1.0 (/source) Oct 14 23:43:02.380 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 23:43:02.381 INFO kablam! --> src/histogram.rs:1:5 Oct 14 23:43:02.381 INFO kablam! | Oct 14 23:43:02.382 INFO kablam! 1 | use std::collections::HashMap; //Can be used with bucket to create sublog histograms Oct 14 23:43:02.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.383 INFO kablam! | Oct 14 23:43:02.383 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:02.384 INFO kablam! Oct 14 23:43:02.384 INFO kablam! warning: unused import: `histogram::Histogram` Oct 14 23:43:02.385 INFO kablam! --> src/main.rs:2:5 Oct 14 23:43:02.385 INFO kablam! | Oct 14 23:43:02.385 INFO kablam! 2 | use histogram::Histogram; //Imports Histogram struct Oct 14 23:43:02.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.389 INFO kablam! Oct 14 23:43:02.511 INFO kablam! warning: struct is never constructed: `Histogram` Oct 14 23:43:02.512 INFO kablam! --> src/histogram.rs:4:1 Oct 14 23:43:02.512 INFO kablam! | Oct 14 23:43:02.512 INFO kablam! 4 | pub struct Histogram //Stores a Histogram Oct 14 23:43:02.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.513 INFO kablam! | Oct 14 23:43:02.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:02.513 INFO kablam! Oct 14 23:43:02.514 INFO kablam! warning: method is never used: `new_single` Oct 14 23:43:02.514 INFO kablam! --> src/histogram.rs:13:5 Oct 14 23:43:02.514 INFO kablam! | Oct 14 23:43:02.514 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:02.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.515 INFO kablam! Oct 14 23:43:02.515 INFO kablam! warning: method is never used: `add` Oct 14 23:43:02.515 INFO kablam! --> src/histogram.rs:18:5 Oct 14 23:43:02.516 INFO kablam! | Oct 14 23:43:02.516 INFO kablam! 18 | pub fn add(&mut self, reuse_time: u64) Oct 14 23:43:02.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.517 INFO kablam! Oct 14 23:43:02.517 INFO kablam! warning: method is never used: `insert` Oct 14 23:43:02.517 INFO kablam! --> src/histogram.rs:31:5 Oct 14 23:43:02.517 INFO kablam! | Oct 14 23:43:02.518 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:02.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.518 INFO kablam! Oct 14 23:43:02.518 INFO kablam! warning: method is never used: `get_frequency` Oct 14 23:43:02.519 INFO kablam! --> src/histogram.rs:43:5 Oct 14 23:43:02.519 INFO kablam! | Oct 14 23:43:02.519 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:02.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.520 INFO kablam! Oct 14 23:43:02.520 INFO kablam! warning: method is never used: `get_values` Oct 14 23:43:02.520 INFO kablam! --> src/histogram.rs:52:5 Oct 14 23:43:02.521 INFO kablam! | Oct 14 23:43:02.521 INFO kablam! 52 | pub fn get_values(&self) -> Vec //Returns copy of internal vector Oct 14 23:43:02.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.522 INFO kablam! Oct 14 23:43:02.522 INFO kablam! warning: method is never used: `get_max_reuse_time` Oct 14 23:43:02.522 INFO kablam! --> src/histogram.rs:57:5 Oct 14 23:43:02.522 INFO kablam! | Oct 14 23:43:02.523 INFO kablam! 57 | pub fn get_max_reuse_time(&self) -> u64 //Returns copy of max reuse time Oct 14 23:43:02.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.523 INFO kablam! Oct 14 23:43:02.524 INFO kablam! warning: method is never used: `new_tuple` Oct 14 23:43:02.524 INFO kablam! --> src/histogram.rs:65:5 Oct 14 23:43:02.524 INFO kablam! | Oct 14 23:43:02.525 INFO kablam! 65 | pub fn new_tuple(sb: u64, mrt: u64) -> Histogram <(u64, u64, u64, u64)> //Constructor that takes in the sublog bits and the maximum reuse time Oct 14 23:43:02.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.525 INFO kablam! Oct 14 23:43:02.525 INFO kablam! warning: method is never used: `add` Oct 14 23:43:02.526 INFO kablam! --> src/histogram.rs:80:5 Oct 14 23:43:02.526 INFO kablam! | Oct 14 23:43:02.526 INFO kablam! 80 | pub fn add(&mut self, reuse_time: u64) //Inserts a value into the histogram at a given reuse time Oct 14 23:43:02.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.531 INFO kablam! Oct 14 23:43:02.531 INFO kablam! warning: method is never used: `get_tuple` Oct 14 23:43:02.531 INFO kablam! --> src/histogram.rs:96:5 Oct 14 23:43:02.531 INFO kablam! | Oct 14 23:43:02.532 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:02.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.532 INFO kablam! Oct 14 23:43:02.532 INFO kablam! warning: method is never used: `get_frequency` Oct 14 23:43:02.533 INFO kablam! --> src/histogram.rs:105:5 Oct 14 23:43:02.533 INFO kablam! | Oct 14 23:43:02.533 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:02.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.534 INFO kablam! Oct 14 23:43:02.534 INFO kablam! warning: method is never used: `get_values` Oct 14 23:43:02.534 INFO kablam! --> src/histogram.rs:114:5 Oct 14 23:43:02.535 INFO kablam! | Oct 14 23:43:02.535 INFO kablam! 114 | pub fn get_values(&self) -> Vec <(u64, u64, u64, u64)> //Returns copy of internal vector Oct 14 23:43:02.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.535 INFO kablam! Oct 14 23:43:02.536 INFO kablam! warning: method is never used: `get_max_reuse_time` Oct 14 23:43:02.536 INFO kablam! --> src/histogram.rs:119:5 Oct 14 23:43:02.536 INFO kablam! | Oct 14 23:43:02.537 INFO kablam! 119 | pub fn get_max_reuse_time(&self) -> u64 //Returns copy of max reuse time Oct 14 23:43:02.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:02.537 INFO kablam! Oct 14 23:43:02.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 23:43:02.792 INFO kablam! su: No module specific data is present Oct 14 23:43:03.503 INFO running `"docker" "rm" "-f" "e8adcf4497924515c2df9b051fd91698196ae6601fa8282dd1b076e6247b28f5"` Oct 14 23:43:03.760 INFO blam! e8adcf4497924515c2df9b051fd91698196ae6601fa8282dd1b076e6247b28f5 Oct 14 23:43:03.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:04.251 INFO blam! 70f6714fce6ba69de9907caa53d688117537ae90898eec9c7c1fe6c5f5e78cf0 Oct 14 23:43:04.255 INFO running `"docker" "start" "-a" "70f6714fce6ba69de9907caa53d688117537ae90898eec9c7c1fe6c5f5e78cf0"` Oct 14 23:43:05.545 INFO kablam! usermod: no changes Oct 14 23:43:05.635 INFO kablam! Compiling histogram v0.1.0 (/source) Oct 14 23:43:06.151 INFO kablam! warning: unused import: `histogram::Histogram` Oct 14 23:43:06.151 INFO kablam! --> src/main.rs:2:5 Oct 14 23:43:06.151 INFO kablam! | Oct 14 23:43:06.151 INFO kablam! 2 | use histogram::Histogram; //Imports Histogram struct Oct 14 23:43:06.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:06.151 INFO kablam! | Oct 14 23:43:06.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:06.151 INFO kablam! Oct 14 23:43:06.383 INFO kablam! warning: method is never used: `get_values` Oct 14 23:43:06.383 INFO kablam! --> src/histogram.rs:114:5 Oct 14 23:43:06.383 INFO kablam! | Oct 14 23:43:06.383 INFO kablam! 114 | pub fn get_values(&self) -> Vec <(u64, u64, u64, u64)> //Returns copy of internal vector Oct 14 23:43:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:06.383 INFO kablam! | Oct 14 23:43:06.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:06.383 INFO kablam! Oct 14 23:43:06.383 INFO kablam! warning: method is never used: `get_max_reuse_time` Oct 14 23:43:06.383 INFO kablam! --> src/histogram.rs:119:5 Oct 14 23:43:06.383 INFO kablam! | Oct 14 23:43:06.383 INFO kablam! 119 | pub fn get_max_reuse_time(&self) -> u64 //Returns copy of max reuse time Oct 14 23:43:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:06.383 INFO kablam! Oct 14 23:43:07.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 14 23:43:07.495 INFO kablam! su: No module specific data is present Oct 14 23:43:08.154 INFO running `"docker" "rm" "-f" "70f6714fce6ba69de9907caa53d688117537ae90898eec9c7c1fe6c5f5e78cf0"` Oct 14 23:43:08.358 INFO blam! 70f6714fce6ba69de9907caa53d688117537ae90898eec9c7c1fe6c5f5e78cf0 Oct 14 23:43:08.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:08.626 INFO blam! 36db12e919382d9672de707d7544c98fac4fde79bef26cee7fb58ccc3a61cfd8 Oct 14 23:43:08.636 INFO running `"docker" "start" "-a" "36db12e919382d9672de707d7544c98fac4fde79bef26cee7fb58ccc3a61cfd8"` Oct 14 23:43:09.224 INFO kablam! usermod: no changes Oct 14 23:43:09.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 23:43:09.247 INFO kablam! Running /target/debug/deps/histogram-badd9c57e927294e Oct 14 23:43:09.251 INFO blam! Oct 14 23:43:09.252 INFO blam! running 8 tests Oct 14 23:43:09.252 INFO blam! test histogram::test_clone ... ok Oct 14 23:43:09.252 INFO blam! test histogram::test_hash ... ok Oct 14 23:43:09.252 INFO blam! test histogram::test_histogram_max_reuse_time ... ok Oct 14 23:43:09.252 INFO blam! test histogram::test_histogram_addition ... ok Oct 14 23:43:09.252 INFO blam! test histogram::test_histogram_insertion ... ok Oct 14 23:43:09.253 INFO blam! test histogram::test_histogram_values ... ok Oct 14 23:43:09.254 INFO blam! test histogram::test_value_to_index ... ok Oct 14 23:43:09.254 INFO blam! test histogram::test_histogram_tuple_add ... ok Oct 14 23:43:09.254 INFO blam! Oct 14 23:43:09.254 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:43:09.254 INFO blam! Oct 14 23:43:09.255 INFO kablam! su: No module specific data is present Oct 14 23:43:09.519 INFO running `"docker" "rm" "-f" "36db12e919382d9672de707d7544c98fac4fde79bef26cee7fb58ccc3a61cfd8"` Oct 14 23:43:09.617 INFO blam! 36db12e919382d9672de707d7544c98fac4fde79bef26cee7fb58ccc3a61cfd8