Oct 12 20:10:40.946 INFO checking jacklund/aws-instance against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:10:40.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 20:10:41.449 INFO blam! 679c063ba4f01cae1697eeb3bc353fc199cee2a38633c66c1e3b64bcd535e32d Oct 12 20:10:41.450 INFO running `"docker" "start" "-a" "679c063ba4f01cae1697eeb3bc353fc199cee2a38633c66c1e3b64bcd535e32d"` Oct 12 20:10:43.261 INFO kablam! usermod: no changes Oct 12 20:10:43.678 INFO kablam! Compiling openssl v0.9.23 Oct 12 20:10:43.678 INFO kablam! Compiling openssl-sys v0.9.24 Oct 12 20:10:43.689 INFO kablam! Checking futures-cpupool v0.1.8 Oct 12 20:10:43.689 INFO kablam! Checking mio v0.6.12 Oct 12 20:10:43.689 INFO kablam! Compiling rusoto_core v0.31.0 Oct 12 20:10:43.690 INFO kablam! Checking env_logger v0.5.3 Oct 12 20:10:43.693 INFO kablam! Checking hmac v0.5.0 Oct 12 20:10:51.252 INFO kablam! Checking tokio-core v0.1.12 Oct 12 20:10:54.749 INFO kablam! Checking tokio-proto v0.1.1 Oct 12 20:10:56.832 INFO kablam! Checking native-tls v0.1.5 Oct 12 20:10:57.533 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 20:10:57.533 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 12 20:10:58.262 INFO kablam! Checking hyper v0.11.16 Oct 12 20:11:04.194 INFO kablam! Checking hyper-tls v0.1.2 Oct 12 20:11:05.473 INFO kablam! Checking rusoto_credential v0.10.0 Oct 12 20:11:10.872 INFO kablam! Checking rusoto_ec2 v0.31.0 Oct 12 20:11:35.719 INFO kablam! Checking aws-instance v0.1.0 (/source) Oct 12 20:11:39.664 INFO kablam! warning: unused `#[macro_use]` import Oct 12 20:11:39.664 INFO kablam! --> src/main.rs:3:1 Oct 12 20:11:39.664 INFO kablam! | Oct 12 20:11:39.664 INFO kablam! 3 | #[macro_use] Oct 12 20:11:39.664 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:11:39.664 INFO kablam! | Oct 12 20:11:39.664 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:11:39.664 INFO kablam! Oct 12 20:11:39.664 INFO kablam! warning: unused import: `Tag` Oct 12 20:11:39.664 INFO kablam! --> src/util.rs:107:96 Oct 12 20:11:39.664 INFO kablam! | Oct 12 20:11:39.664 INFO kablam! 107 | use rusoto_ec2::{DescribeInstancesRequest, DescribeInstancesResult, Instance, Reservation, Tag}; Oct 12 20:11:39.664 INFO kablam! | ^^^ Oct 12 20:11:39.664 INFO kablam! Oct 12 20:11:39.664 INFO kablam! warning: unused imports: `Ec2Client`, `Ec2` Oct 12 20:11:39.665 INFO kablam! --> src/ec2_wrapper.rs:96:9 Oct 12 20:11:39.665 INFO kablam! | Oct 12 20:11:39.665 INFO kablam! 96 | Ec2, Ec2Client, Reservation, Oct 12 20:11:39.665 INFO kablam! | ^^^ ^^^^^^^^^ Oct 12 20:11:39.665 INFO kablam! Oct 12 20:11:40.272 INFO kablam! warning: method is never used: `mock_describe_images` Oct 12 20:11:40.272 INFO kablam! --> src/ec2_wrapper.rs:120:9 Oct 12 20:11:40.272 INFO kablam! | Oct 12 20:11:40.272 INFO kablam! 120 | pub fn mock_describe_images(&mut self, closure: &'a DescribeImagesLambda) { Oct 12 20:11:40.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:11:40.272 INFO kablam! | Oct 12 20:11:40.272 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:11:40.272 INFO kablam! Oct 12 20:11:40.272 INFO kablam! warning: method is never used: `mock_run_instances` Oct 12 20:11:40.272 INFO kablam! --> src/ec2_wrapper.rs:128:9 Oct 12 20:11:40.272 INFO kablam! | Oct 12 20:11:40.272 INFO kablam! 128 | pub fn mock_run_instances(&mut self, closure: &'a RunInstancesLambda) { Oct 12 20:11:40.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:11:40.273 INFO kablam! Oct 12 20:11:40.273 INFO kablam! warning: method is never used: `mock_start_instances` Oct 12 20:11:40.273 INFO kablam! --> src/ec2_wrapper.rs:132:9 Oct 12 20:11:40.273 INFO kablam! | Oct 12 20:11:40.273 INFO kablam! 132 | pub fn mock_start_instances(&mut self, closure: &'a StartInstancesLambda) { Oct 12 20:11:40.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:11:40.273 INFO kablam! Oct 12 20:11:40.273 INFO kablam! warning: method is never used: `mock_stop_instances` Oct 12 20:11:40.273 INFO kablam! --> src/ec2_wrapper.rs:136:9 Oct 12 20:11:40.273 INFO kablam! | Oct 12 20:11:40.273 INFO kablam! 136 | pub fn mock_stop_instances(&mut self, closure: &'a StopInstancesLambda) { Oct 12 20:11:40.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:11:40.273 INFO kablam! Oct 12 20:11:40.273 INFO kablam! warning: method is never used: `mock_terminate_instances` Oct 12 20:11:40.273 INFO kablam! --> src/ec2_wrapper.rs:140:9 Oct 12 20:11:40.273 INFO kablam! | Oct 12 20:11:40.273 INFO kablam! 140 | pub fn mock_terminate_instances(&mut self, closure: &'a TerminateInstancesLambda) { Oct 12 20:11:40.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:11:40.273 INFO kablam! Oct 12 20:11:40.571 INFO kablam! warning: unused `#[macro_use]` import Oct 12 20:11:40.571 INFO kablam! --> src/main.rs:3:1 Oct 12 20:11:40.571 INFO kablam! | Oct 12 20:11:40.571 INFO kablam! 3 | #[macro_use] Oct 12 20:11:40.571 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:11:40.571 INFO kablam! | Oct 12 20:11:40.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:11:40.571 INFO kablam! Oct 12 20:11:40.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.68s Oct 12 20:11:40.982 INFO kablam! su: No module specific data is present Oct 12 20:11:42.117 INFO running `"docker" "rm" "-f" "679c063ba4f01cae1697eeb3bc353fc199cee2a38633c66c1e3b64bcd535e32d"` Oct 12 20:11:42.425 INFO blam! 679c063ba4f01cae1697eeb3bc353fc199cee2a38633c66c1e3b64bcd535e32d