Oct 26 20:39:43.211 INFO checking snaar/drat against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:39:43.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 20:39:43.771 INFO blam! 237ba5237e8d736e1571b27e02cf0dfae2b5513f9eb75fc6d7e73236bf901a04 Oct 26 20:39:43.774 INFO running `"docker" "start" "-a" "237ba5237e8d736e1571b27e02cf0dfae2b5513f9eb75fc6d7e73236bf901a04"` Oct 26 20:39:46.055 INFO kablam! usermod: no changes Oct 26 20:39:46.362 INFO kablam! Checking lzf v0.3.1 Oct 26 20:39:46.363 INFO kablam! Checking log v0.4.3 Oct 26 20:39:46.363 INFO kablam! Checking encoding_rs v0.7.2 Oct 26 20:39:46.392 INFO kablam! Checking memchr v2.0.1 Oct 26 20:39:46.392 INFO kablam! Compiling rand v0.4.2 Oct 26 20:39:46.393 INFO kablam! Checking uuid v0.6.5 Oct 26 20:39:46.394 INFO kablam! Checking miniz-sys v0.1.10 Oct 26 20:39:46.395 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 26 20:39:47.639 INFO kablam! Checking csv-core v0.1.4 Oct 26 20:39:47.779 INFO kablam! Checking flate2 v1.0.2 Oct 26 20:39:48.231 INFO kablam! Checking tokio-io v0.1.7 Oct 26 20:39:48.684 INFO kablam! Checking mio v0.6.15 Oct 26 20:39:48.820 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 26 20:39:50.097 INFO kablam! Checking want v0.0.4 Oct 26 20:39:51.711 INFO kablam! Checking csv v1.0.0 Oct 26 20:39:53.707 INFO kablam! Checking tokio-codec v0.1.0 Oct 26 20:39:56.319 INFO kablam! Compiling phf_generator v0.7.22 Oct 26 20:39:56.449 INFO kablam! Checking tokio-fs v0.1.3 Oct 26 20:39:57.467 INFO kablam! Compiling phf_codegen v0.7.22 Oct 26 20:39:57.951 INFO kablam! Checking tokio-reactor v0.1.3 Oct 26 20:39:58.640 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 26 20:39:59.492 INFO kablam! Checking tokio-udp v0.1.1 Oct 26 20:39:59.492 INFO kablam! Checking tokio-tcp v0.1.1 Oct 26 20:40:00.863 INFO kablam! Checking tokio v0.1.7 Oct 26 20:40:02.871 INFO kablam! Checking tokio-core v0.1.17 Oct 26 20:40:05.308 INFO kablam! Checking hyper v0.11.27 Oct 26 20:40:05.310 INFO kablam! Checking tokio-tls v0.1.4 Oct 26 20:40:11.314 INFO kablam! Checking hyper-tls v0.1.4 Oct 26 20:40:12.216 INFO kablam! Checking reqwest v0.8.7 Oct 26 20:40:14.019 INFO kablam! Checking drat v0.0.1 (/source) Oct 26 20:40:15.723 INFO kablam! warning: value assigned to `next_row` is never read Oct 26 20:40:15.723 INFO kablam! --> src/file_record.rs:59:17 Oct 26 20:40:15.723 INFO kablam! | Oct 26 20:40:15.723 INFO kablam! 59 | let mut next_row = None; Oct 26 20:40:15.723 INFO kablam! | ^^^^^^^^ Oct 26 20:40:15.723 INFO kablam! | Oct 26 20:40:15.723 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:40:15.723 INFO kablam! Oct 26 20:40:15.723 INFO kablam! warning: unused variable: `magic_num` Oct 26 20:40:15.723 INFO kablam! --> src/read/dc_reader.rs:24:13 Oct 26 20:40:15.723 INFO kablam! | Oct 26 20:40:15.723 INFO kablam! 24 | let magic_num = reader.read_u64::().unwrap(); Oct 26 20:40:15.723 INFO kablam! | ^^^^^^^^^ help: consider using `_magic_num` instead Oct 26 20:40:15.723 INFO kablam! | Oct 26 20:40:15.723 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:40:15.723 INFO kablam! Oct 26 20:40:15.723 INFO kablam! warning: unused variable: `version` Oct 26 20:40:15.723 INFO kablam! --> src/read/dc_reader.rs:25:13 Oct 26 20:40:15.723 INFO kablam! | Oct 26 20:40:15.723 INFO kablam! 25 | let version = reader.read_u16::().unwrap(); Oct 26 20:40:15.723 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 26 20:40:15.723 INFO kablam! Oct 26 20:40:15.807 INFO kablam! warning: method is never used: `delimiter` Oct 26 20:40:15.807 INFO kablam! --> src/config.rs:46:5 Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! 46 | pub fn delimiter(&self) -> u8 { Oct 26 20:40:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:40:15.807 INFO kablam! Oct 26 20:40:15.807 INFO kablam! warning: field is never used: `timestamp_column` Oct 26 20:40:15.807 INFO kablam! --> src/file_record.rs:13:5 Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! 13 | timestamp_column: usize, Oct 26 20:40:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.807 INFO kablam! Oct 26 20:40:15.807 INFO kablam! warning: field is never used: `map_field_string` Oct 26 20:40:15.807 INFO kablam! --> src/read/dc_reader.rs:18:5 Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! 18 | map_field_string: HashMap, Oct 26 20:40:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.807 INFO kablam! Oct 26 20:40:15.807 INFO kablam! warning: field is never used: `display_hint` Oct 26 20:40:15.807 INFO kablam! --> src/read/types.rs:50:5 Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! 50 | display_hint: i32, // -1: no hint, 0: timestamp Oct 26 20:40:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.807 INFO kablam! Oct 26 20:40:15.807 INFO kablam! warning: method is never used: `get_display_hint` Oct 26 20:40:15.807 INFO kablam! --> src/read/types.rs:70:5 Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! 70 | pub fn get_display_hint(&self) -> i32 { Oct 26 20:40:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.807 INFO kablam! Oct 26 20:40:15.807 INFO kablam! warning: unused return value of `std::borrow::ToOwned::to_owned` that must be used Oct 26 20:40:15.807 INFO kablam! --> src/args.rs:32:13 Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! 32 | inputs_clone.push("-").to_owned(); // stdin Oct 26 20:40:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.807 INFO kablam! | Oct 26 20:40:15.807 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:40:15.807 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 26 20:40:15.807 INFO kablam! Oct 26 20:40:15.811 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:40:15.811 INFO kablam! --> src/read/dc_reader.rs:31:13 Oct 26 20:40:15.811 INFO kablam! | Oct 26 20:40:15.811 INFO kablam! 31 | reader.read_u8(); Oct 26 20:40:15.811 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.811 INFO kablam! | Oct 26 20:40:15.811 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:40:15.811 INFO kablam! Oct 26 20:40:15.822 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:40:15.823 INFO kablam! --> src/write/csv_sink.rs:59:9 Oct 26 20:40:15.823 INFO kablam! | Oct 26 20:40:15.823 INFO kablam! 59 | self.writer.write(b"\n"); Oct 26 20:40:15.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:15.823 INFO kablam! | Oct 26 20:40:15.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:40:15.823 INFO kablam! Oct 26 20:40:15.999 INFO kablam! warning: value assigned to `next_row` is never read Oct 26 20:40:15.999 INFO kablam! --> src/file_record.rs:59:17 Oct 26 20:40:15.999 INFO kablam! | Oct 26 20:40:15.999 INFO kablam! 59 | let mut next_row = None; Oct 26 20:40:15.999 INFO kablam! | ^^^^^^^^ Oct 26 20:40:15.999 INFO kablam! | Oct 26 20:40:15.999 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:40:15.999 INFO kablam! Oct 26 20:40:15.999 INFO kablam! warning: unused variable: `magic_num` Oct 26 20:40:15.999 INFO kablam! --> src/read/dc_reader.rs:24:13 Oct 26 20:40:15.999 INFO kablam! | Oct 26 20:40:15.999 INFO kablam! 24 | let magic_num = reader.read_u64::().unwrap(); Oct 26 20:40:15.999 INFO kablam! | ^^^^^^^^^ help: consider using `_magic_num` instead Oct 26 20:40:15.999 INFO kablam! | Oct 26 20:40:15.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:40:15.999 INFO kablam! Oct 26 20:40:15.999 INFO kablam! warning: unused variable: `version` Oct 26 20:40:15.999 INFO kablam! --> src/read/dc_reader.rs:25:13 Oct 26 20:40:15.999 INFO kablam! | Oct 26 20:40:15.999 INFO kablam! 25 | let version = reader.read_u16::().unwrap(); Oct 26 20:40:15.999 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 26 20:40:15.999 INFO kablam! Oct 26 20:40:16.075 INFO kablam! warning: method is never used: `delimiter` Oct 26 20:40:16.075 INFO kablam! --> src/config.rs:46:5 Oct 26 20:40:16.075 INFO kablam! | Oct 26 20:40:16.075 INFO kablam! 46 | pub fn delimiter(&self) -> u8 { Oct 26 20:40:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.075 INFO kablam! | Oct 26 20:40:16.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:40:16.075 INFO kablam! Oct 26 20:40:16.075 INFO kablam! warning: field is never used: `timestamp_column` Oct 26 20:40:16.075 INFO kablam! --> src/file_record.rs:13:5 Oct 26 20:40:16.075 INFO kablam! | Oct 26 20:40:16.075 INFO kablam! 13 | timestamp_column: usize, Oct 26 20:40:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.075 INFO kablam! Oct 26 20:40:16.075 INFO kablam! warning: field is never used: `map_field_string` Oct 26 20:40:16.075 INFO kablam! --> src/read/dc_reader.rs:18:5 Oct 26 20:40:16.075 INFO kablam! | Oct 26 20:40:16.075 INFO kablam! 18 | map_field_string: HashMap, Oct 26 20:40:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.075 INFO kablam! Oct 26 20:40:16.075 INFO kablam! warning: field is never used: `display_hint` Oct 26 20:40:16.075 INFO kablam! --> src/read/types.rs:50:5 Oct 26 20:40:16.075 INFO kablam! | Oct 26 20:40:16.075 INFO kablam! 50 | display_hint: i32, // -1: no hint, 0: timestamp Oct 26 20:40:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.075 INFO kablam! Oct 26 20:40:16.075 INFO kablam! warning: method is never used: `get_display_hint` Oct 26 20:40:16.075 INFO kablam! --> src/read/types.rs:70:5 Oct 26 20:40:16.075 INFO kablam! | Oct 26 20:40:16.075 INFO kablam! 70 | pub fn get_display_hint(&self) -> i32 { Oct 26 20:40:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.075 INFO kablam! Oct 26 20:40:16.079 INFO kablam! warning: unused return value of `std::borrow::ToOwned::to_owned` that must be used Oct 26 20:40:16.079 INFO kablam! --> src/args.rs:32:13 Oct 26 20:40:16.079 INFO kablam! | Oct 26 20:40:16.079 INFO kablam! 32 | inputs_clone.push("-").to_owned(); // stdin Oct 26 20:40:16.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.079 INFO kablam! | Oct 26 20:40:16.079 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:40:16.079 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 26 20:40:16.079 INFO kablam! Oct 26 20:40:16.079 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:40:16.079 INFO kablam! --> src/read/dc_reader.rs:31:13 Oct 26 20:40:16.079 INFO kablam! | Oct 26 20:40:16.079 INFO kablam! 31 | reader.read_u8(); Oct 26 20:40:16.079 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.079 INFO kablam! | Oct 26 20:40:16.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:40:16.079 INFO kablam! Oct 26 20:40:16.081 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:40:16.081 INFO kablam! --> src/write/csv_sink.rs:59:9 Oct 26 20:40:16.082 INFO kablam! | Oct 26 20:40:16.082 INFO kablam! 59 | self.writer.write(b"\n"); Oct 26 20:40:16.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:16.082 INFO kablam! | Oct 26 20:40:16.082 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:40:16.082 INFO kablam! Oct 26 20:40:16.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.03s Oct 26 20:40:16.147 INFO kablam! su: No module specific data is present Oct 26 20:40:16.690 INFO running `"docker" "rm" "-f" "237ba5237e8d736e1571b27e02cf0dfae2b5513f9eb75fc6d7e73236bf901a04"` Oct 26 20:40:17.091 INFO blam! 237ba5237e8d736e1571b27e02cf0dfae2b5513f9eb75fc6d7e73236bf901a04