Nov 16 13:02:47.632 INFO testing smmckay/aws-tools against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 13:02:47.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 16 13:02:48.139 INFO [stdout] 495b7e4ba445e828c56fefd5460ae7beed6447380c01778aa9f7330d456d4743 Nov 16 13:02:48.143 INFO running `"docker" "start" "-a" "495b7e4ba445e828c56fefd5460ae7beed6447380c01778aa9f7330d456d4743"` Nov 16 13:02:49.315 INFO [stderr] usermod: no changes Nov 16 13:02:49.749 INFO [stderr] Compiling futures v0.1.22 Nov 16 13:02:49.749 INFO [stderr] Compiling num-traits v0.2.5 Nov 16 13:02:49.749 INFO [stderr] Compiling openssl-sys v0.9.33 Nov 16 13:02:49.749 INFO [stderr] Compiling rustc_version v0.2.2 Nov 16 13:02:49.749 INFO [stderr] Compiling idna v0.1.5 Nov 16 13:02:49.749 INFO [stderr] Compiling serde_json v1.0.22 Nov 16 13:02:49.749 INFO [stderr] Compiling regex v0.2.11 Nov 16 13:02:49.749 INFO [stderr] Compiling digest v0.7.4 Nov 16 13:02:51.277 INFO [stderr] Compiling serde_derive v1.0.70 Nov 16 13:02:55.987 INFO [stderr] Compiling hmac v0.5.0 Nov 16 13:02:56.068 INFO [stderr] Compiling sha2 v0.7.1 Nov 16 13:02:58.269 INFO [stderr] Compiling rusoto_core v0.32.0 Nov 16 13:03:03.639 INFO [stderr] Compiling openssl v0.9.24 Nov 16 13:03:30.644 INFO [stderr] Compiling num-integer v0.1.39 Nov 16 13:03:30.646 INFO [stderr] Compiling url v1.7.1 Nov 16 13:03:30.685 INFO [stderr] Compiling tokio-io v0.1.7 Nov 16 13:03:30.739 INFO [stderr] Compiling tokio-executor v0.1.2 Nov 16 13:03:31.561 INFO [stderr] Compiling tokio-service v0.1.0 Nov 16 13:03:33.055 INFO [stderr] Compiling relay v0.1.1 Nov 16 13:03:34.556 INFO [stderr] Compiling want v0.0.4 Nov 16 13:03:34.663 INFO [stderr] Compiling futures-cpupool v0.1.8 Nov 16 13:03:34.891 INFO [stderr] Compiling tokio-threadpool v0.1.5 Nov 16 13:03:37.791 INFO [stderr] Compiling tokio-timer v0.2.4 Nov 16 13:03:37.927 INFO [stderr] Compiling chrono v0.4.4 Nov 16 13:03:51.491 INFO [stderr] Compiling tokio-reactor v0.1.2 Nov 16 13:03:51.491 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 16 13:03:51.955 INFO [stderr] Compiling tokio-fs v0.1.1 Nov 16 13:04:02.823 INFO [stderr] Compiling native-tls v0.1.5 Nov 16 13:04:02.977 INFO [stderr] Compiling tokio-udp v0.1.1 Nov 16 13:04:03.079 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 13:04:06.209 INFO [stderr] Compiling tokio v0.1.7 Nov 16 13:04:06.641 INFO [stderr] Compiling docopt v1.0.0 Nov 16 13:04:09.923 INFO [stderr] Compiling tokio-core v0.1.17 Nov 16 13:04:18.168 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 16 13:04:18.172 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 16 13:04:21.398 INFO [stderr] Compiling hyper v0.11.27 Nov 16 13:04:32.453 INFO [stderr] Compiling hyper-tls v0.1.3 Nov 16 13:04:33.829 INFO [stderr] Compiling rusoto_credential v0.11.0 Nov 16 13:04:49.372 INFO [stderr] Compiling rusoto_s3 v0.32.0 Nov 16 13:04:49.374 INFO [stderr] Compiling rusoto_sqs v0.32.0 Nov 16 13:05:06.113 INFO [stderr] Compiling aws-tools v0.1.0 (/source) Nov 16 13:05:08.867 INFO [stderr] warning: unused variable: `sz` Nov 16 13:05:08.867 INFO [stderr] --> src/bin/s3-bulk-move.rs:148:52 Nov 16 13:05:08.867 INFO [stderr] | Nov 16 13:05:08.867 INFO [stderr] 148 | objs = Box::new(objs.filter(|(key, sz)| { Nov 16 13:05:08.867 INFO [stderr] | ^^ help: consider using `_sz` instead Nov 16 13:05:08.867 INFO [stderr] | Nov 16 13:05:08.867 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 13:05:08.867 INFO [stderr] Nov 16 13:05:08.867 INFO [stderr] warning: unused variable: `dest_client` Nov 16 13:05:08.867 INFO [stderr] --> src/bin/s3-bulk-move.rs:107:9 Nov 16 13:05:08.867 INFO [stderr] | Nov 16 13:05:08.867 INFO [stderr] 107 | let dest_client = S3Client::simple(dest_region); Nov 16 13:05:08.867 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_dest_client` instead Nov 16 13:05:08.867 INFO [stderr] Nov 16 13:05:14.865 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 25s Nov 16 13:05:14.880 INFO [stderr] su: No module specific data is present Nov 16 13:05:15.267 INFO running `"docker" "inspect" "495b7e4ba445e828c56fefd5460ae7beed6447380c01778aa9f7330d456d4743"` Nov 16 13:05:15.402 INFO running `"docker" "rm" "-f" "495b7e4ba445e828c56fefd5460ae7beed6447380c01778aa9f7330d456d4743"` Nov 16 13:05:15.507 INFO [stdout] 495b7e4ba445e828c56fefd5460ae7beed6447380c01778aa9f7330d456d4743 Nov 16 13:05:15.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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"` Nov 16 13:05:15.747 INFO [stdout] d71cda120f307224684218658f114c2d8d29f4ce76ea5fcf7cbd2c7942a0ed44 Nov 16 13:05:15.755 INFO running `"docker" "start" "-a" "d71cda120f307224684218658f114c2d8d29f4ce76ea5fcf7cbd2c7942a0ed44"` Nov 16 13:05:16.391 INFO [stderr] usermod: no changes Nov 16 13:05:16.679 INFO [stderr] Compiling aws-tools v0.1.0 (/source) Nov 16 13:05:18.186 INFO [stderr] warning: unused variable: `sz` Nov 16 13:05:18.186 INFO [stderr] --> src/bin/s3-bulk-move.rs:148:52 Nov 16 13:05:18.186 INFO [stderr] | Nov 16 13:05:18.186 INFO [stderr] 148 | objs = Box::new(objs.filter(|(key, sz)| { Nov 16 13:05:18.186 INFO [stderr] | ^^ help: consider using `_sz` instead Nov 16 13:05:18.186 INFO [stderr] | Nov 16 13:05:18.186 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 13:05:18.186 INFO [stderr] Nov 16 13:05:18.186 INFO [stderr] warning: unused variable: `dest_client` Nov 16 13:05:18.186 INFO [stderr] --> src/bin/s3-bulk-move.rs:107:9 Nov 16 13:05:18.186 INFO [stderr] | Nov 16 13:05:18.186 INFO [stderr] 107 | let dest_client = S3Client::simple(dest_region); Nov 16 13:05:18.186 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_dest_client` instead Nov 16 13:05:18.186 INFO [stderr] Nov 16 13:05:18.639 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s Nov 16 13:05:18.658 INFO [stderr] su: No module specific data is present Nov 16 13:05:19.336 INFO running `"docker" "inspect" "d71cda120f307224684218658f114c2d8d29f4ce76ea5fcf7cbd2c7942a0ed44"` Nov 16 13:05:19.630 INFO running `"docker" "rm" "-f" "d71cda120f307224684218658f114c2d8d29f4ce76ea5fcf7cbd2c7942a0ed44"` Nov 16 13:05:19.868 INFO [stdout] d71cda120f307224684218658f114c2d8d29f4ce76ea5fcf7cbd2c7942a0ed44 Nov 16 13:05:19.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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"` Nov 16 13:05:20.373 INFO [stdout] f19f5fdae28d15828560670d8118a49bbdfcae1c62ad23661b2cac7a6b768b2a Nov 16 13:05:20.381 INFO running `"docker" "start" "-a" "f19f5fdae28d15828560670d8118a49bbdfcae1c62ad23661b2cac7a6b768b2a"` Nov 16 13:05:21.171 INFO [stderr] usermod: no changes Nov 16 13:05:21.402 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s Nov 16 13:05:21.435 INFO [stderr] Running /target/debug/deps/s3_bulk_move-b29bd9ed180b3d8f Nov 16 13:05:21.436 INFO [stdout] Nov 16 13:05:21.436 INFO [stdout] running 0 tests Nov 16 13:05:21.436 INFO [stdout] Nov 16 13:05:21.437 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 13:05:21.437 INFO [stdout] Nov 16 13:05:21.439 INFO [stdout] Nov 16 13:05:21.439 INFO [stderr] Running /target/debug/deps/sqs_bulk_load-52483eedbb5a97aa Nov 16 13:05:21.440 INFO [stdout] running 0 tests Nov 16 13:05:21.440 INFO [stdout] Nov 16 13:05:21.440 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 13:05:21.440 INFO [stdout] Nov 16 13:05:21.443 INFO [stderr] su: No module specific data is present Nov 16 13:05:22.031 INFO running `"docker" "inspect" "f19f5fdae28d15828560670d8118a49bbdfcae1c62ad23661b2cac7a6b768b2a"` Nov 16 13:05:22.268 INFO running `"docker" "rm" "-f" "f19f5fdae28d15828560670d8118a49bbdfcae1c62ad23661b2cac7a6b768b2a"` Nov 16 13:05:22.555 INFO [stdout] f19f5fdae28d15828560670d8118a49bbdfcae1c62ad23661b2cac7a6b768b2a