Oct 21 16:17:10.139 INFO checking lafolle/rhi against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:17:10.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 16:17:10.538 INFO blam! fdc6a3ffb1e2e628f4e0b89710cf67d34338d20adf09bdbd79729baa5d72a6fe Oct 21 16:17:10.540 INFO running `"docker" "start" "-a" "fdc6a3ffb1e2e628f4e0b89710cf67d34338d20adf09bdbd79729baa5d72a6fe"` Oct 21 16:17:11.752 INFO kablam! usermod: no changes Oct 21 16:17:11.933 INFO kablam! Checking iovec v0.1.1 Oct 21 16:17:11.933 INFO kablam! Checking time v0.1.38 Oct 21 16:17:11.933 INFO kablam! Checking net2 v0.2.31 Oct 21 16:17:11.933 INFO kablam! Checking base64 v0.8.0 Oct 21 16:17:11.940 INFO kablam! Checking futures-cpupool v0.1.7 Oct 21 16:17:11.992 INFO kablam! Checking clap v2.29.0 Oct 21 16:17:11.993 INFO kablam! Checking native-tls v0.1.4 Oct 21 16:17:13.644 INFO kablam! Checking bytes v0.4.5 Oct 21 16:17:13.720 INFO kablam! Checking mio v0.6.11 Oct 21 16:17:16.420 INFO kablam! Checking tokio-io v0.1.4 Oct 21 16:17:18.108 INFO kablam! Checking tokio-core v0.1.11 Oct 21 16:17:20.264 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 16:17:20.264 INFO kablam! Checking tokio-tls v0.1.3 Oct 21 16:17:24.503 INFO kablam! Checking hyper v0.11.9 Oct 21 16:17:29.177 INFO kablam! Checking hyper-tls v0.1.2 Oct 21 16:17:30.316 INFO kablam! Checking rhi v0.0.2 (/source) Oct 21 16:17:31.636 INFO kablam! warning: unused import: `cmp` Oct 21 16:17:31.636 INFO kablam! --> src/main.rs:51:16 Oct 21 16:17:31.636 INFO kablam! | Oct 21 16:17:31.636 INFO kablam! 51 | use std::{fmt, cmp}; Oct 21 16:17:31.636 INFO kablam! | ^^^ Oct 21 16:17:31.644 INFO kablam! | Oct 21 16:17:31.644 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:17:31.644 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: field is never used: `timeout` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:72:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 72 | timeout: Duration, Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:17:31.828 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: field is never used: `matches` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:74:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 74 | matches: ArgMatches<'a>, Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.828 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: method is never used: `get_request` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:79:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 79 | fn get_request(&self) -> Request { Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.828 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: field is never used: `stat` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:142:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 142 | stat: RequestStat, Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.828 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: field is never used: `expected_sent` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:146:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 146 | expected_sent: SystemTime, Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.828 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: field is never used: `actual_sent` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:147:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 147 | actual_sent: SystemTime, Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.828 INFO kablam! Oct 21 16:17:31.828 INFO kablam! warning: field is never used: `completed` Oct 21 16:17:31.828 INFO kablam! --> src/main.rs:148:5 Oct 21 16:17:31.828 INFO kablam! | Oct 21 16:17:31.828 INFO kablam! 148 | completed: SystemTime, Oct 21 16:17:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:31.829 INFO kablam! Oct 21 16:17:31.952 INFO kablam! warning: unused import: `cmp` Oct 21 16:17:31.953 INFO kablam! --> src/main.rs:51:16 Oct 21 16:17:31.953 INFO kablam! | Oct 21 16:17:31.953 INFO kablam! 51 | use std::{fmt, cmp}; Oct 21 16:17:31.954 INFO kablam! | ^^^ Oct 21 16:17:31.954 INFO kablam! | Oct 21 16:17:31.954 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:17:31.955 INFO kablam! Oct 21 16:17:32.093 INFO kablam! warning: field is never used: `timeout` Oct 21 16:17:32.093 INFO kablam! --> src/main.rs:72:5 Oct 21 16:17:32.094 INFO kablam! | Oct 21 16:17:32.094 INFO kablam! 72 | timeout: Duration, Oct 21 16:17:32.094 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.095 INFO kablam! | Oct 21 16:17:32.095 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:17:32.095 INFO kablam! Oct 21 16:17:32.096 INFO kablam! warning: field is never used: `matches` Oct 21 16:17:32.096 INFO kablam! --> src/main.rs:74:5 Oct 21 16:17:32.096 INFO kablam! | Oct 21 16:17:32.097 INFO kablam! 74 | matches: ArgMatches<'a>, Oct 21 16:17:32.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.097 INFO kablam! Oct 21 16:17:32.098 INFO kablam! warning: method is never used: `get_request` Oct 21 16:17:32.098 INFO kablam! --> src/main.rs:79:5 Oct 21 16:17:32.098 INFO kablam! | Oct 21 16:17:32.099 INFO kablam! 79 | fn get_request(&self) -> Request { Oct 21 16:17:32.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.099 INFO kablam! Oct 21 16:17:32.100 INFO kablam! warning: field is never used: `stat` Oct 21 16:17:32.100 INFO kablam! --> src/main.rs:142:5 Oct 21 16:17:32.100 INFO kablam! | Oct 21 16:17:32.101 INFO kablam! 142 | stat: RequestStat, Oct 21 16:17:32.101 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.101 INFO kablam! Oct 21 16:17:32.102 INFO kablam! warning: field is never used: `expected_sent` Oct 21 16:17:32.102 INFO kablam! --> src/main.rs:146:5 Oct 21 16:17:32.102 INFO kablam! | Oct 21 16:17:32.102 INFO kablam! 146 | expected_sent: SystemTime, Oct 21 16:17:32.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.103 INFO kablam! Oct 21 16:17:32.103 INFO kablam! warning: field is never used: `actual_sent` Oct 21 16:17:32.104 INFO kablam! --> src/main.rs:147:5 Oct 21 16:17:32.104 INFO kablam! | Oct 21 16:17:32.104 INFO kablam! 147 | actual_sent: SystemTime, Oct 21 16:17:32.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.105 INFO kablam! Oct 21 16:17:32.105 INFO kablam! warning: field is never used: `completed` Oct 21 16:17:32.105 INFO kablam! --> src/main.rs:148:5 Oct 21 16:17:32.106 INFO kablam! | Oct 21 16:17:32.106 INFO kablam! 148 | completed: SystemTime, Oct 21 16:17:32.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:32.107 INFO kablam! Oct 21 16:17:32.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.36s Oct 21 16:17:32.153 INFO kablam! su: No module specific data is present Oct 21 16:17:32.683 INFO running `"docker" "rm" "-f" "fdc6a3ffb1e2e628f4e0b89710cf67d34338d20adf09bdbd79729baa5d72a6fe"` Oct 21 16:17:32.982 INFO blam! fdc6a3ffb1e2e628f4e0b89710cf67d34338d20adf09bdbd79729baa5d72a6fe