Oct 12 23:48:42.844 INFO testing snaar/drat against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:48:42.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:48:43.384 INFO blam! 1b59cef78b6a84677431082cb2cbc7f86a28ec44d95383d9518155ba5fa76540 Oct 12 23:48:43.385 INFO running `"docker" "start" "-a" "1b59cef78b6a84677431082cb2cbc7f86a28ec44d95383d9518155ba5fa76540"` Oct 12 23:48:45.205 INFO kablam! usermod: no changes Oct 12 23:48:45.552 INFO kablam! Compiling lzf v0.3.1 Oct 12 23:48:45.553 INFO kablam! Compiling memchr v2.0.1 Oct 12 23:48:45.591 INFO kablam! Compiling log v0.4.3 Oct 12 23:48:45.591 INFO kablam! Compiling encoding_rs v0.7.2 Oct 12 23:48:45.591 INFO kablam! Compiling relay v0.1.1 Oct 12 23:48:45.591 INFO kablam! Compiling tokio-service v0.1.0 Oct 12 23:48:45.591 INFO kablam! Compiling openssl-sys v0.9.35 Oct 12 23:48:45.599 INFO kablam! Compiling flate2 v1.0.2 Oct 12 23:48:47.099 INFO kablam! Compiling libflate v0.1.16 Oct 12 23:48:47.559 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 12 23:48:49.333 INFO kablam! Compiling csv-core v0.1.4 Oct 12 23:48:50.943 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 23:48:50.943 INFO kablam! Compiling mio v0.6.15 Oct 12 23:48:55.127 INFO kablam! Compiling want v0.0.4 Oct 12 23:48:55.127 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 12 23:48:55.263 INFO kablam! Compiling csv v1.0.0 Oct 12 23:48:55.451 INFO kablam! Compiling openssl v0.9.24 Oct 12 23:49:01.419 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 23:49:04.267 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 12 23:49:04.427 INFO kablam! Compiling tokio-fs v0.1.3 Oct 12 23:49:08.431 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 23:49:08.431 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 12 23:49:12.347 INFO kablam! Compiling tokio v0.1.7 Oct 12 23:49:18.307 INFO kablam! Compiling tokio-core v0.1.17 Oct 12 23:49:18.715 INFO kablam! Compiling native-tls v0.1.5 Oct 12 23:49:22.911 INFO kablam! Compiling tokio-tls v0.1.4 Oct 12 23:49:22.911 INFO kablam! Compiling hyper v0.11.27 Oct 12 23:49:33.483 INFO kablam! Compiling hyper-tls v0.1.4 Oct 12 23:49:34.911 INFO kablam! Compiling reqwest v0.8.7 Oct 12 23:49:44.175 INFO kablam! Compiling drat v0.0.1 (/source) Oct 12 23:49:45.783 INFO kablam! warning: value assigned to `next_row` is never read Oct 12 23:49:45.783 INFO kablam! --> src/file_record.rs:59:17 Oct 12 23:49:45.783 INFO kablam! | Oct 12 23:49:45.783 INFO kablam! 59 | let mut next_row = None; Oct 12 23:49:45.783 INFO kablam! | ^^^^^^^^ Oct 12 23:49:45.783 INFO kablam! | Oct 12 23:49:45.783 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 23:49:45.783 INFO kablam! Oct 12 23:49:45.795 INFO kablam! warning: unused variable: `magic_num` Oct 12 23:49:45.799 INFO kablam! --> src/read/dc_reader.rs:24:13 Oct 12 23:49:45.799 INFO kablam! | Oct 12 23:49:45.799 INFO kablam! 24 | let magic_num = reader.read_u64::().unwrap(); Oct 12 23:49:45.799 INFO kablam! | ^^^^^^^^^ help: consider using `_magic_num` instead Oct 12 23:49:45.799 INFO kablam! | Oct 12 23:49:45.799 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:49:45.799 INFO kablam! Oct 12 23:49:45.799 INFO kablam! warning: unused variable: `version` Oct 12 23:49:45.799 INFO kablam! --> src/read/dc_reader.rs:25:13 Oct 12 23:49:45.799 INFO kablam! | Oct 12 23:49:45.799 INFO kablam! 25 | let version = reader.read_u16::().unwrap(); Oct 12 23:49:45.799 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 12 23:49:45.799 INFO kablam! Oct 12 23:49:45.887 INFO kablam! warning: method is never used: `delimiter` Oct 12 23:49:45.887 INFO kablam! --> src/config.rs:46:5 Oct 12 23:49:45.887 INFO kablam! | Oct 12 23:49:45.887 INFO kablam! 46 | pub fn delimiter(&self) -> u8 { Oct 12 23:49:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.887 INFO kablam! | Oct 12 23:49:45.887 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:49:45.887 INFO kablam! Oct 12 23:49:45.887 INFO kablam! warning: field is never used: `timestamp_column` Oct 12 23:49:45.887 INFO kablam! --> src/file_record.rs:13:5 Oct 12 23:49:45.887 INFO kablam! | Oct 12 23:49:45.887 INFO kablam! 13 | timestamp_column: usize, Oct 12 23:49:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.887 INFO kablam! Oct 12 23:49:45.887 INFO kablam! warning: field is never used: `map_field_string` Oct 12 23:49:45.887 INFO kablam! --> src/read/dc_reader.rs:18:5 Oct 12 23:49:45.887 INFO kablam! | Oct 12 23:49:45.887 INFO kablam! 18 | map_field_string: HashMap, Oct 12 23:49:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.887 INFO kablam! Oct 12 23:49:45.887 INFO kablam! warning: field is never used: `display_hint` Oct 12 23:49:45.887 INFO kablam! --> src/read/types.rs:50:5 Oct 12 23:49:45.887 INFO kablam! | Oct 12 23:49:45.887 INFO kablam! 50 | display_hint: i32, // -1: no hint, 0: timestamp Oct 12 23:49:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.887 INFO kablam! Oct 12 23:49:45.887 INFO kablam! warning: method is never used: `get_display_hint` Oct 12 23:49:45.887 INFO kablam! --> src/read/types.rs:70:5 Oct 12 23:49:45.887 INFO kablam! | Oct 12 23:49:45.887 INFO kablam! 70 | pub fn get_display_hint(&self) -> i32 { Oct 12 23:49:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.887 INFO kablam! Oct 12 23:49:45.907 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:49:45.907 INFO kablam! --> src/read/dc_reader.rs:31:13 Oct 12 23:49:45.907 INFO kablam! | Oct 12 23:49:45.907 INFO kablam! 31 | reader.read_u8(); Oct 12 23:49:45.907 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.907 INFO kablam! | Oct 12 23:49:45.907 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:49:45.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:49:45.907 INFO kablam! Oct 12 23:49:45.907 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:49:45.907 INFO kablam! --> src/write/csv_sink.rs:59:9 Oct 12 23:49:45.907 INFO kablam! | Oct 12 23:49:45.907 INFO kablam! 59 | self.writer.write(b"\n"); Oct 12 23:49:45.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:45.907 INFO kablam! | Oct 12 23:49:45.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:49:45.907 INFO kablam! Oct 12 23:49:51.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 12 23:49:51.641 INFO kablam! su: No module specific data is present Oct 12 23:49:52.291 INFO running `"docker" "rm" "-f" "1b59cef78b6a84677431082cb2cbc7f86a28ec44d95383d9518155ba5fa76540"` Oct 12 23:49:52.499 INFO blam! 1b59cef78b6a84677431082cb2cbc7f86a28ec44d95383d9518155ba5fa76540 Oct 12 23:49:52.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:49:53.197 INFO blam! fcaa4f5f7cf9c17d432030d59f6e22c8a9d677e8cc6d1e7113351226358d98e4 Oct 12 23:49:53.198 INFO running `"docker" "start" "-a" "fcaa4f5f7cf9c17d432030d59f6e22c8a9d677e8cc6d1e7113351226358d98e4"` Oct 12 23:49:54.143 INFO kablam! usermod: no changes Oct 12 23:49:54.403 INFO kablam! Compiling drat v0.0.1 (/source) Oct 12 23:49:56.123 INFO kablam! warning: value assigned to `next_row` is never read Oct 12 23:49:56.123 INFO kablam! --> src/file_record.rs:59:17 Oct 12 23:49:56.123 INFO kablam! | Oct 12 23:49:56.123 INFO kablam! 59 | let mut next_row = None; Oct 12 23:49:56.123 INFO kablam! | ^^^^^^^^ Oct 12 23:49:56.123 INFO kablam! | Oct 12 23:49:56.123 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 23:49:56.123 INFO kablam! Oct 12 23:49:56.123 INFO kablam! warning: unused variable: `magic_num` Oct 12 23:49:56.123 INFO kablam! --> src/read/dc_reader.rs:24:13 Oct 12 23:49:56.123 INFO kablam! | Oct 12 23:49:56.123 INFO kablam! 24 | let magic_num = reader.read_u64::().unwrap(); Oct 12 23:49:56.123 INFO kablam! | ^^^^^^^^^ help: consider using `_magic_num` instead Oct 12 23:49:56.123 INFO kablam! | Oct 12 23:49:56.123 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:49:56.123 INFO kablam! Oct 12 23:49:56.123 INFO kablam! warning: unused variable: `version` Oct 12 23:49:56.123 INFO kablam! --> src/read/dc_reader.rs:25:13 Oct 12 23:49:56.123 INFO kablam! | Oct 12 23:49:56.123 INFO kablam! 25 | let version = reader.read_u16::().unwrap(); Oct 12 23:49:56.123 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 12 23:49:56.123 INFO kablam! Oct 12 23:49:56.207 INFO kablam! warning: method is never used: `delimiter` Oct 12 23:49:56.207 INFO kablam! --> src/config.rs:46:5 Oct 12 23:49:56.207 INFO kablam! | Oct 12 23:49:56.207 INFO kablam! 46 | pub fn delimiter(&self) -> u8 { Oct 12 23:49:56.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.207 INFO kablam! | Oct 12 23:49:56.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:49:56.207 INFO kablam! Oct 12 23:49:56.207 INFO kablam! warning: field is never used: `timestamp_column` Oct 12 23:49:56.207 INFO kablam! --> src/file_record.rs:13:5 Oct 12 23:49:56.207 INFO kablam! | Oct 12 23:49:56.207 INFO kablam! 13 | timestamp_column: usize, Oct 12 23:49:56.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.207 INFO kablam! Oct 12 23:49:56.207 INFO kablam! warning: field is never used: `map_field_string` Oct 12 23:49:56.207 INFO kablam! --> src/read/dc_reader.rs:18:5 Oct 12 23:49:56.207 INFO kablam! | Oct 12 23:49:56.207 INFO kablam! 18 | map_field_string: HashMap, Oct 12 23:49:56.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.207 INFO kablam! Oct 12 23:49:56.207 INFO kablam! warning: field is never used: `display_hint` Oct 12 23:49:56.207 INFO kablam! --> src/read/types.rs:50:5 Oct 12 23:49:56.207 INFO kablam! | Oct 12 23:49:56.207 INFO kablam! 50 | display_hint: i32, // -1: no hint, 0: timestamp Oct 12 23:49:56.207 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.207 INFO kablam! Oct 12 23:49:56.207 INFO kablam! warning: method is never used: `get_display_hint` Oct 12 23:49:56.207 INFO kablam! --> src/read/types.rs:70:5 Oct 12 23:49:56.207 INFO kablam! | Oct 12 23:49:56.207 INFO kablam! 70 | pub fn get_display_hint(&self) -> i32 { Oct 12 23:49:56.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.207 INFO kablam! Oct 12 23:49:56.219 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:49:56.219 INFO kablam! --> src/read/dc_reader.rs:31:13 Oct 12 23:49:56.219 INFO kablam! | Oct 12 23:49:56.219 INFO kablam! 31 | reader.read_u8(); Oct 12 23:49:56.219 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.219 INFO kablam! | Oct 12 23:49:56.219 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:49:56.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:49:56.219 INFO kablam! Oct 12 23:49:56.227 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:49:56.227 INFO kablam! --> src/write/csv_sink.rs:59:9 Oct 12 23:49:56.228 INFO kablam! | Oct 12 23:49:56.228 INFO kablam! 59 | self.writer.write(b"\n"); Oct 12 23:49:56.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:49:56.228 INFO kablam! | Oct 12 23:49:56.229 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:49:56.229 INFO kablam! Oct 12 23:49:56.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.66s Oct 12 23:49:56.847 INFO kablam! su: No module specific data is present Oct 12 23:49:57.539 INFO running `"docker" "rm" "-f" "fcaa4f5f7cf9c17d432030d59f6e22c8a9d677e8cc6d1e7113351226358d98e4"` Oct 12 23:49:57.771 INFO blam! fcaa4f5f7cf9c17d432030d59f6e22c8a9d677e8cc6d1e7113351226358d98e4 Oct 12 23:49:57.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:49:58.208 INFO blam! 90c5e025b7d998d479f30f6ea5c45743bbd8480407166354f647cf0f721856a3 Oct 12 23:49:58.210 INFO running `"docker" "start" "-a" "90c5e025b7d998d479f30f6ea5c45743bbd8480407166354f647cf0f721856a3"` Oct 12 23:50:00.127 INFO kablam! usermod: no changes Oct 12 23:50:00.219 INFO kablam! Blocking waiting for file lock on the registry index Oct 12 23:50:01.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 12 23:50:01.215 INFO blam! Oct 12 23:50:01.215 INFO kablam! Running /target/debug/deps/drat-a88a62718f059eb3 Oct 12 23:50:01.215 INFO blam! running 0 tests Oct 12 23:50:01.215 INFO blam! Oct 12 23:50:01.215 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:50:01.215 INFO blam! Oct 12 23:50:01.216 INFO kablam! su: No module specific data is present Oct 12 23:50:01.908 INFO running `"docker" "rm" "-f" "90c5e025b7d998d479f30f6ea5c45743bbd8480407166354f647cf0f721856a3"` Oct 12 23:50:02.263 INFO blam! 90c5e025b7d998d479f30f6ea5c45743bbd8480407166354f647cf0f721856a3