Oct 26 21:08:52.469 INFO checking sfackler/foo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:08:52.475 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21:08:53.073 INFO blam! ea296f2ee22bb80fe2e05a55d75dd618d95bb0eb1ab6d4f4f9423c801d5de63b Oct 26 21:08:53.073 INFO running `"docker" "start" "-a" "ea296f2ee22bb80fe2e05a55d75dd618d95bb0eb1ab6d4f4f9423c801d5de63b"` Oct 26 21:08:54.252 INFO kablam! usermod: no changes Oct 26 21:08:54.503 INFO kablam! Checking cfg-if v0.1.1 Oct 26 21:08:54.504 INFO kablam! Compiling openssl v0.9.14 Oct 26 21:08:54.508 INFO kablam! Checking iovec v0.1.0 Oct 26 21:08:54.508 INFO kablam! Checking num_cpus v1.6.2 Oct 26 21:08:54.508 INFO kablam! Checking time v0.1.37 Oct 26 21:08:54.508 INFO kablam! Compiling openssl-sys v0.9.14 Oct 26 21:08:54.508 INFO kablam! Checking base64 v0.6.0 Oct 26 21:08:54.508 INFO kablam! Checking scheduled-thread-pool v0.1.0 Oct 26 21:08:55.059 INFO kablam! Checking net2 v0.2.29 Oct 26 21:08:56.515 INFO kablam! Checking bytes v0.4.4 Oct 26 21:08:57.167 INFO kablam! Checking futures-cpupool v0.1.5 Oct 26 21:08:58.829 INFO kablam! Checking mio v0.6.9 Oct 26 21:08:59.027 INFO kablam! Checking tokio-io v0.1.2 Oct 26 21:09:02.611 INFO kablam! Checking tokio-core v0.1.8 Oct 26 21:09:05.051 INFO kablam! Checking tokio-proto v0.1.1 Oct 26 21:09:08.051 INFO kablam! Checking tokio-openssl v0.1.3 Oct 26 21:09:09.347 INFO kablam! Checking tokio-io-timeout v0.1.0 Oct 26 21:09:09.347 INFO kablam! Checking hyper v0.11.0 Oct 26 21:09:14.410 INFO kablam! Checking foo v0.1.0 (/source) Oct 26 21:09:15.668 INFO kablam! warning: unused import: `Handle` Oct 26 21:09:15.669 INFO kablam! --> src/main.rs:23:33 Oct 26 21:09:15.669 INFO kablam! | Oct 26 21:09:15.669 INFO kablam! 23 | use tokio_core::reactor::{Core, Handle}; Oct 26 21:09:15.669 INFO kablam! | ^^^^^^ Oct 26 21:09:15.679 INFO kablam! | Oct 26 21:09:15.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:09:15.679 INFO kablam! Oct 26 21:09:15.679 INFO kablam! warning: unused import: `tokio_proto::streaming::pipeline::ServerProto` Oct 26 21:09:15.679 INFO kablam! --> src/main.rs:29:5 Oct 26 21:09:15.679 INFO kablam! | Oct 26 21:09:15.679 INFO kablam! 29 | use tokio_proto::streaming::pipeline::ServerProto; Oct 26 21:09:15.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.679 INFO kablam! Oct 26 21:09:15.679 INFO kablam! warning: unused import: `std::fmt` Oct 26 21:09:15.679 INFO kablam! --> src/main.rs:30:5 Oct 26 21:09:15.679 INFO kablam! | Oct 26 21:09:15.679 INFO kablam! 30 | use std::fmt; Oct 26 21:09:15.679 INFO kablam! | ^^^^^^^^ Oct 26 21:09:15.679 INFO kablam! Oct 26 21:09:15.680 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 26 21:09:15.680 INFO kablam! --> src/main.rs:31:5 Oct 26 21:09:15.680 INFO kablam! | Oct 26 21:09:15.680 INFO kablam! 31 | use std::marker::PhantomData; Oct 26 21:09:15.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.680 INFO kablam! Oct 26 21:09:15.735 INFO kablam! warning: unused import: `Handle` Oct 26 21:09:15.735 INFO kablam! --> src/main.rs:23:33 Oct 26 21:09:15.735 INFO kablam! | Oct 26 21:09:15.735 INFO kablam! 23 | use tokio_core::reactor::{Core, Handle}; Oct 26 21:09:15.735 INFO kablam! | ^^^^^^ Oct 26 21:09:15.735 INFO kablam! | Oct 26 21:09:15.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:09:15.735 INFO kablam! Oct 26 21:09:15.735 INFO kablam! warning: unused import: `tokio_proto::streaming::pipeline::ServerProto` Oct 26 21:09:15.735 INFO kablam! --> src/main.rs:29:5 Oct 26 21:09:15.735 INFO kablam! | Oct 26 21:09:15.735 INFO kablam! 29 | use tokio_proto::streaming::pipeline::ServerProto; Oct 26 21:09:15.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.735 INFO kablam! Oct 26 21:09:15.735 INFO kablam! warning: unused import: `std::fmt` Oct 26 21:09:15.735 INFO kablam! --> src/main.rs:30:5 Oct 26 21:09:15.735 INFO kablam! | Oct 26 21:09:15.735 INFO kablam! 30 | use std::fmt; Oct 26 21:09:15.735 INFO kablam! | ^^^^^^^^ Oct 26 21:09:15.735 INFO kablam! Oct 26 21:09:15.735 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 26 21:09:15.735 INFO kablam! --> src/main.rs:31:5 Oct 26 21:09:15.735 INFO kablam! | Oct 26 21:09:15.735 INFO kablam! 31 | use std::marker::PhantomData; Oct 26 21:09:15.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.735 INFO kablam! Oct 26 21:09:15.924 INFO kablam! warning: field is never used: `method` Oct 26 21:09:15.924 INFO kablam! --> src/main.rs:107:5 Oct 26 21:09:15.924 INFO kablam! | Oct 26 21:09:15.924 INFO kablam! 107 | method: Method, Oct 26 21:09:15.924 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 21:09:15.924 INFO kablam! | Oct 26 21:09:15.924 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:09:15.924 INFO kablam! Oct 26 21:09:15.924 INFO kablam! warning: field is never used: `uri` Oct 26 21:09:15.924 INFO kablam! --> src/main.rs:108:5 Oct 26 21:09:15.924 INFO kablam! | Oct 26 21:09:15.924 INFO kablam! 108 | uri: Uri, Oct 26 21:09:15.924 INFO kablam! | ^^^^^^^^ Oct 26 21:09:15.924 INFO kablam! Oct 26 21:09:15.926 INFO kablam! warning: field is never used: `version` Oct 26 21:09:15.926 INFO kablam! --> src/main.rs:109:5 Oct 26 21:09:15.926 INFO kablam! | Oct 26 21:09:15.926 INFO kablam! 109 | version: HttpVersion, Oct 26 21:09:15.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.926 INFO kablam! Oct 26 21:09:15.926 INFO kablam! warning: field is never used: `headers` Oct 26 21:09:15.926 INFO kablam! --> src/main.rs:110:5 Oct 26 21:09:15.926 INFO kablam! | Oct 26 21:09:15.926 INFO kablam! 110 | headers: Headers, Oct 26 21:09:15.926 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 21:09:15.926 INFO kablam! Oct 26 21:09:15.926 INFO kablam! warning: method is never used: `method` Oct 26 21:09:15.926 INFO kablam! --> src/main.rs:126:5 Oct 26 21:09:15.926 INFO kablam! | Oct 26 21:09:15.926 INFO kablam! 126 | pub fn method(&self) -> &Method { Oct 26 21:09:15.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.927 INFO kablam! Oct 26 21:09:15.927 INFO kablam! warning: method is never used: `uri` Oct 26 21:09:15.927 INFO kablam! --> src/main.rs:130:5 Oct 26 21:09:15.927 INFO kablam! | Oct 26 21:09:15.927 INFO kablam! 130 | pub fn uri(&self) -> &Uri { Oct 26 21:09:15.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.927 INFO kablam! Oct 26 21:09:15.927 INFO kablam! warning: method is never used: `version` Oct 26 21:09:15.927 INFO kablam! --> src/main.rs:134:5 Oct 26 21:09:15.927 INFO kablam! | Oct 26 21:09:15.927 INFO kablam! 134 | pub fn version(&self) -> &HttpVersion { Oct 26 21:09:15.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.927 INFO kablam! Oct 26 21:09:15.927 INFO kablam! warning: method is never used: `headers` Oct 26 21:09:15.927 INFO kablam! --> src/main.rs:138:5 Oct 26 21:09:15.927 INFO kablam! | Oct 26 21:09:15.927 INFO kablam! 138 | pub fn headers(&self) -> &Headers { Oct 26 21:09:15.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.927 INFO kablam! Oct 26 21:09:15.979 INFO kablam! warning: field is never used: `method` Oct 26 21:09:15.979 INFO kablam! --> src/main.rs:107:5 Oct 26 21:09:15.979 INFO kablam! | Oct 26 21:09:15.979 INFO kablam! 107 | method: Method, Oct 26 21:09:15.979 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 21:09:15.979 INFO kablam! | Oct 26 21:09:15.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:09:15.979 INFO kablam! Oct 26 21:09:15.979 INFO kablam! warning: field is never used: `uri` Oct 26 21:09:15.979 INFO kablam! --> src/main.rs:108:5 Oct 26 21:09:15.979 INFO kablam! | Oct 26 21:09:15.979 INFO kablam! 108 | uri: Uri, Oct 26 21:09:15.979 INFO kablam! | ^^^^^^^^ Oct 26 21:09:15.979 INFO kablam! Oct 26 21:09:15.979 INFO kablam! warning: field is never used: `version` Oct 26 21:09:15.982 INFO kablam! --> src/main.rs:109:5 Oct 26 21:09:15.982 INFO kablam! | Oct 26 21:09:15.982 INFO kablam! 109 | version: HttpVersion, Oct 26 21:09:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.982 INFO kablam! Oct 26 21:09:15.982 INFO kablam! warning: field is never used: `headers` Oct 26 21:09:15.982 INFO kablam! --> src/main.rs:110:5 Oct 26 21:09:15.982 INFO kablam! | Oct 26 21:09:15.982 INFO kablam! 110 | headers: Headers, Oct 26 21:09:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 21:09:15.982 INFO kablam! Oct 26 21:09:15.982 INFO kablam! warning: method is never used: `method` Oct 26 21:09:15.982 INFO kablam! --> src/main.rs:126:5 Oct 26 21:09:15.982 INFO kablam! | Oct 26 21:09:15.982 INFO kablam! 126 | pub fn method(&self) -> &Method { Oct 26 21:09:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.982 INFO kablam! Oct 26 21:09:15.982 INFO kablam! warning: method is never used: `uri` Oct 26 21:09:15.982 INFO kablam! --> src/main.rs:130:5 Oct 26 21:09:15.982 INFO kablam! | Oct 26 21:09:15.982 INFO kablam! 130 | pub fn uri(&self) -> &Uri { Oct 26 21:09:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.982 INFO kablam! Oct 26 21:09:15.982 INFO kablam! warning: method is never used: `version` Oct 26 21:09:15.982 INFO kablam! --> src/main.rs:134:5 Oct 26 21:09:15.982 INFO kablam! | Oct 26 21:09:15.982 INFO kablam! 134 | pub fn version(&self) -> &HttpVersion { Oct 26 21:09:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.982 INFO kablam! Oct 26 21:09:15.982 INFO kablam! warning: method is never used: `headers` Oct 26 21:09:15.982 INFO kablam! --> src/main.rs:138:5 Oct 26 21:09:15.982 INFO kablam! | Oct 26 21:09:15.982 INFO kablam! 138 | pub fn headers(&self) -> &Headers { Oct 26 21:09:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:09:15.982 INFO kablam! Oct 26 21:09:16.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.73s Oct 26 21:09:16.037 INFO kablam! su: No module specific data is present Oct 26 21:09:17.663 INFO running `"docker" "rm" "-f" "ea296f2ee22bb80fe2e05a55d75dd618d95bb0eb1ab6d4f4f9423c801d5de63b"` Oct 26 21:09:17.983 INFO blam! ea296f2ee22bb80fe2e05a55d75dd618d95bb0eb1ab6d4f4f9423c801d5de63b