Oct 21 13:39:10.759 INFO checking smmckay/aws-tools against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:39:10.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13:39:11.153 INFO blam! 63f6e9a3b202ea78003a2b2204b67d7d1bc85d8e6eb61746765038eaf90dde3c Oct 21 13:39:11.155 INFO running `"docker" "start" "-a" "63f6e9a3b202ea78003a2b2204b67d7d1bc85d8e6eb61746765038eaf90dde3c"` Oct 21 13:39:12.605 INFO kablam! usermod: no changes Oct 21 13:39:13.031 INFO kablam! Checking futures v0.1.22 Oct 21 13:39:13.031 INFO kablam! Checking md5 v0.3.7 Oct 21 13:39:13.039 INFO kablam! Checking xml-rs v0.7.0 Oct 21 13:39:13.039 INFO kablam! Compiling rustc_version v0.2.2 Oct 21 13:39:13.039 INFO kablam! Checking idna v0.1.5 Oct 21 13:39:13.040 INFO kablam! Checking regex v0.2.11 Oct 21 13:39:13.040 INFO kablam! Checking crypto-mac v0.5.2 Oct 21 13:39:13.044 INFO kablam! Checking docopt v1.0.0 Oct 21 13:39:13.688 INFO kablam! Checking hmac v0.5.0 Oct 21 13:39:16.184 INFO kablam! Compiling rusoto_core v0.32.0 Oct 21 13:39:18.196 INFO kablam! Checking url v1.7.1 Oct 21 13:39:22.769 INFO kablam! Checking tokio-executor v0.1.2 Oct 21 13:39:22.771 INFO kablam! Checking tokio-io v0.1.7 Oct 21 13:39:22.773 INFO kablam! Checking tokio-service v0.1.0 Oct 21 13:39:22.775 INFO kablam! Checking futures-cpupool v0.1.8 Oct 21 13:39:22.784 INFO kablam! Checking relay v0.1.1 Oct 21 13:39:22.787 INFO kablam! Checking want v0.0.4 Oct 21 13:39:24.285 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 21 13:39:24.292 INFO kablam! Checking tokio-timer v0.2.4 Oct 21 13:39:26.552 INFO kablam! Checking tokio-codec v0.1.0 Oct 21 13:39:26.552 INFO kablam! Checking tokio-reactor v0.1.2 Oct 21 13:39:27.425 INFO kablam! Checking tokio-fs v0.1.1 Oct 21 13:39:28.248 INFO kablam! Checking tokio-udp v0.1.1 Oct 21 13:39:28.248 INFO kablam! Checking tokio-tcp v0.1.0 Oct 21 13:39:29.380 INFO kablam! Checking tokio v0.1.7 Oct 21 13:39:30.566 INFO kablam! Checking tokio-core v0.1.17 Oct 21 13:39:31.984 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 13:39:31.993 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 13:39:34.894 INFO kablam! Checking hyper v0.11.27 Oct 21 13:39:40.592 INFO kablam! Checking hyper-tls v0.1.3 Oct 21 13:39:41.727 INFO kablam! Checking rusoto_credential v0.11.0 Oct 21 13:39:45.424 INFO kablam! Checking rusoto_s3 v0.32.0 Oct 21 13:39:45.425 INFO kablam! Checking rusoto_sqs v0.32.0 Oct 21 13:39:56.113 INFO kablam! Checking aws-tools v0.1.0 (/source) Oct 21 13:39:59.381 INFO kablam! warning: unused variable: `sz` Oct 21 13:39:59.381 INFO kablam! --> src/bin/s3-bulk-move.rs:148:52 Oct 21 13:39:59.381 INFO kablam! | Oct 21 13:39:59.382 INFO kablam! 148 | objs = Box::new(objs.filter(|(key, sz)| { Oct 21 13:39:59.382 INFO kablam! | ^^ help: consider using `_sz` instead Oct 21 13:39:59.382 INFO kablam! | Oct 21 13:39:59.382 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:39:59.383 INFO kablam! Oct 21 13:39:59.383 INFO kablam! warning: unused variable: `dest_client` Oct 21 13:39:59.383 INFO kablam! --> src/bin/s3-bulk-move.rs:107:9 Oct 21 13:39:59.384 INFO kablam! | Oct 21 13:39:59.384 INFO kablam! 107 | let dest_client = S3Client::simple(dest_region); Oct 21 13:39:59.384 INFO kablam! | ^^^^^^^^^^^ help: consider using `_dest_client` instead Oct 21 13:39:59.384 INFO kablam! Oct 21 13:39:59.412 INFO kablam! warning: unused variable: `sz` Oct 21 13:39:59.413 INFO kablam! --> src/bin/s3-bulk-move.rs:148:52 Oct 21 13:39:59.413 INFO kablam! | Oct 21 13:39:59.414 INFO kablam! 148 | objs = Box::new(objs.filter(|(key, sz)| { Oct 21 13:39:59.414 INFO kablam! | ^^ help: consider using `_sz` instead Oct 21 13:39:59.414 INFO kablam! | Oct 21 13:39:59.414 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:39:59.415 INFO kablam! Oct 21 13:39:59.415 INFO kablam! warning: unused variable: `dest_client` Oct 21 13:39:59.415 INFO kablam! --> src/bin/s3-bulk-move.rs:107:9 Oct 21 13:39:59.415 INFO kablam! | Oct 21 13:39:59.415 INFO kablam! 107 | let dest_client = S3Client::simple(dest_region); Oct 21 13:39:59.415 INFO kablam! | ^^^^^^^^^^^ help: consider using `_dest_client` instead Oct 21 13:39:59.415 INFO kablam! Oct 21 13:39:59.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.98s Oct 21 13:39:59.637 INFO kablam! su: No module specific data is present Oct 21 13:40:00.133 INFO running `"docker" "rm" "-f" "63f6e9a3b202ea78003a2b2204b67d7d1bc85d8e6eb61746765038eaf90dde3c"` Oct 21 13:40:00.483 INFO blam! 63f6e9a3b202ea78003a2b2204b67d7d1bc85d8e6eb61746765038eaf90dde3c