Oct 27 02:30:38.601 INFO checking jxson/gojira against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:30:38.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 02:30:39.051 INFO blam! 50de37d257d094b99ee3aab818b3498841e6df986e52d35a9f794295891fc648 Oct 27 02:30:39.054 INFO running `"docker" "start" "-a" "50de37d257d094b99ee3aab818b3498841e6df986e52d35a9f794295891fc648"` Oct 27 02:30:40.771 INFO kablam! usermod: no changes Oct 27 02:30:41.070 INFO kablam! Checking iovec v0.1.1 Oct 27 02:30:41.072 INFO kablam! Checking net2 v0.2.31 Oct 27 02:30:41.081 INFO kablam! Checking futures-cpupool v0.1.6 Oct 27 02:30:41.083 INFO kablam! Checking openssl-sys v0.9.19 Oct 27 02:30:41.086 INFO kablam! Checking backtrace-sys v0.1.14 Oct 27 02:30:42.620 INFO kablam! Checking backtrace v0.3.3 Oct 27 02:30:42.855 INFO kablam! Checking bytes v0.4.5 Oct 27 02:30:43.911 INFO kablam! Checking mio v0.6.10 Oct 27 02:30:44.104 INFO kablam! Checking openssl v0.9.19 Oct 27 02:30:44.724 INFO kablam! Checking error-chain v0.11.0 Oct 27 02:30:46.655 INFO kablam! Checking tokio-io v0.1.3 Oct 27 02:30:49.393 INFO kablam! Checking tokio-core v0.1.10 Oct 27 02:30:51.756 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 02:30:51.821 INFO kablam! Checking native-tls v0.1.4 Oct 27 02:30:53.163 INFO kablam! Checking tokio-tls v0.1.3 Oct 27 02:30:55.308 INFO kablam! Checking hyper v0.11.6 Oct 27 02:31:00.196 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 02:31:01.631 INFO kablam! Checking gojira v0.1.0 (/source) Oct 27 02:31:04.676 INFO kablam! warning: unused import: `Write` Oct 27 02:31:04.676 INFO kablam! --> src/client.rs:1:21 Oct 27 02:31:04.676 INFO kablam! | Oct 27 02:31:04.677 INFO kablam! 1 | use std::io::{self, Write}; Oct 27 02:31:04.677 INFO kablam! | ^^^^^ Oct 27 02:31:04.677 INFO kablam! | Oct 27 02:31:04.678 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:31:04.678 INFO kablam! Oct 27 02:31:04.759 INFO kablam! warning: unused import: `Write` Oct 27 02:31:04.760 INFO kablam! --> src/client.rs:1:21 Oct 27 02:31:04.760 INFO kablam! | Oct 27 02:31:04.760 INFO kablam! 1 | use std::io::{self, Write}; Oct 27 02:31:04.760 INFO kablam! | ^^^^^ Oct 27 02:31:04.761 INFO kablam! | Oct 27 02:31:04.761 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:31:04.761 INFO kablam! Oct 27 02:31:04.827 INFO kablam! warning: unused variable: `matches` Oct 27 02:31:04.827 INFO kablam! --> src/cli/mod.rs:26:16 Oct 27 02:31:04.827 INFO kablam! | Oct 27 02:31:04.827 INFO kablam! 26 | pub fn new(matches: clap::ArgMatches) -> Options { Oct 27 02:31:04.827 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 02:31:04.827 INFO kablam! | Oct 27 02:31:04.827 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:31:04.827 INFO kablam! Oct 27 02:31:04.855 INFO kablam! warning: function is never used: `run_with` Oct 27 02:31:04.855 INFO kablam! --> src/cli/mod.rs:10:1 Oct 27 02:31:04.855 INFO kablam! | Oct 27 02:31:04.855 INFO kablam! 10 | fn run_with<'a>(args: Vec<&str>) -> Options { Oct 27 02:31:04.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:31:04.855 INFO kablam! | Oct 27 02:31:04.855 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:31:04.855 INFO kablam! Oct 27 02:31:05.029 INFO kablam! warning: unused variable: `matches` Oct 27 02:31:05.029 INFO kablam! --> src/cli/mod.rs:26:16 Oct 27 02:31:05.029 INFO kablam! | Oct 27 02:31:05.029 INFO kablam! 26 | pub fn new(matches: clap::ArgMatches) -> Options { Oct 27 02:31:05.029 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 02:31:05.029 INFO kablam! | Oct 27 02:31:05.029 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:31:05.035 INFO kablam! Oct 27 02:31:05.107 INFO kablam! warning: function is never used: `run_with` Oct 27 02:31:05.108 INFO kablam! --> src/cli/mod.rs:10:1 Oct 27 02:31:05.108 INFO kablam! | Oct 27 02:31:05.108 INFO kablam! 10 | fn run_with<'a>(args: Vec<&str>) -> Options { Oct 27 02:31:05.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:31:05.109 INFO kablam! | Oct 27 02:31:05.109 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:31:05.110 INFO kablam! Oct 27 02:31:08.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.31s Oct 27 02:31:08.140 INFO kablam! su: No module specific data is present Oct 27 02:31:09.249 INFO running `"docker" "rm" "-f" "50de37d257d094b99ee3aab818b3498841e6df986e52d35a9f794295891fc648"` Oct 27 02:31:09.643 INFO blam! 50de37d257d094b99ee3aab818b3498841e6df986e52d35a9f794295891fc648