Nov 16 18:04:49.303 INFO testing nikelmwann/garbageproxy against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 18:04:49.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18:04:49.478 INFO [stdout] 534bcf3bed2b6814c3290ff40e0e4308da2f54789d6482b12ef614224b9db794 Nov 16 18:04:49.481 INFO running `"docker" "start" "-a" "534bcf3bed2b6814c3290ff40e0e4308da2f54789d6482b12ef614224b9db794"` Nov 16 18:04:50.106 INFO [stderr] usermod: no changes Nov 16 18:04:50.449 INFO [stderr] Compiling untrusted v0.5.0 Nov 16 18:04:50.455 INFO [stderr] Compiling cached v0.4.1 Nov 16 18:04:50.455 INFO [stderr] Compiling backtrace-sys v0.1.12 Nov 16 18:04:50.459 INFO [stderr] Compiling tokio-timer v0.1.2 Nov 16 18:04:50.459 INFO [stderr] Compiling libflate v0.1.11 Nov 16 18:04:50.460 INFO [stderr] Compiling retry v0.4.0 Nov 16 18:04:50.463 INFO [stderr] Compiling rayon v0.7.1 Nov 16 18:04:50.463 INFO [stderr] Compiling serde_derive_internals v0.15.1 Nov 16 18:04:51.302 INFO [stderr] Compiling derive-error-chain v0.10.1 Nov 16 18:04:51.348 INFO [stderr] Compiling rusoto_core v0.27.0 Nov 16 18:04:51.583 INFO [stderr] Compiling serde_urlencoded v0.5.1 Nov 16 18:04:54.199 INFO [stderr] Compiling chrono v0.2.25 Nov 16 18:04:54.255 INFO [stderr] Compiling handlebars v0.28.3 Nov 16 18:05:01.851 INFO [stderr] Compiling serde_derive v1.0.11 Nov 16 18:05:02.111 INFO [stderr] Compiling ring v0.11.0 Nov 16 18:05:02.291 INFO [stderr] Compiling reqwest v0.6.2 Nov 16 18:05:08.904 INFO [stderr] Compiling rusoto_credential v0.7.0 Nov 16 18:05:24.575 INFO [stderr] Compiling webpki v0.14.0 Nov 16 18:05:26.431 INFO [stderr] Compiling rustls v0.9.0 Nov 16 18:05:26.431 INFO [stderr] Compiling webpki-roots v0.11.0 Nov 16 18:05:28.838 INFO [stderr] Compiling rusoto_ec2 v0.27.0 Nov 16 18:05:30.103 INFO [stderr] Compiling backtrace v0.3.2 Nov 16 18:05:31.568 INFO [stderr] Compiling error-chain v0.10.0 Nov 16 18:05:32.631 INFO [stderr] Compiling dotenv v0.10.1 Nov 16 18:05:32.631 INFO [stderr] Compiling acme-client v0.4.3 Nov 16 18:05:38.543 INFO [stderr] Compiling tokio-rustls v0.2.4 Nov 16 18:05:39.692 INFO [stderr] Compiling hyper-rustls v0.9.0 Nov 16 18:06:09.561 INFO [stderr] Compiling garbageproxy v0.1.0 (/source) Nov 16 18:06:09.715 INFO [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Nov 16 18:06:09.716 INFO [stderr] --> src/main.rs:56:9 Nov 16 18:06:09.716 INFO [stderr] | Nov 16 18:06:09.717 INFO [stderr] 56 | #[allow(unused_doc_comment)] Nov 16 18:06:09.717 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Nov 16 18:06:09.718 INFO [stderr] | Nov 16 18:06:09.718 INFO [stderr] = note: #[warn(renamed_and_removed_lints)] on by default Nov 16 18:06:09.719 INFO [stderr] Nov 16 18:06:11.516 INFO [stderr] warning: unused import: `Request` Nov 16 18:06:11.516 INFO [stderr] --> src/upstream.rs:10:21 Nov 16 18:06:11.516 INFO [stderr] | Nov 16 18:06:11.516 INFO [stderr] 10 | use hyper::server::{Request}; Nov 16 18:06:11.516 INFO [stderr] | ^^^^^^^ Nov 16 18:06:11.516 INFO [stderr] | Nov 16 18:06:11.516 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:06:11.516 INFO [stderr] Nov 16 18:06:12.296 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 16 18:06:12.296 INFO [stderr] --> src/main.rs:1:12 Nov 16 18:06:12.296 INFO [stderr] | Nov 16 18:06:12.296 INFO [stderr] 1 | #![feature(conservative_impl_trait)] Nov 16 18:06:12.296 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:06:12.296 INFO [stderr] | Nov 16 18:06:12.302 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 18:06:12.303 INFO [stderr] Nov 16 18:06:45.772 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Nov 16 18:06:45.791 INFO [stderr] su: No module specific data is present Nov 16 18:06:47.463 INFO running `"docker" "inspect" "534bcf3bed2b6814c3290ff40e0e4308da2f54789d6482b12ef614224b9db794"` Nov 16 18:06:47.803 INFO running `"docker" "rm" "-f" "534bcf3bed2b6814c3290ff40e0e4308da2f54789d6482b12ef614224b9db794"` Nov 16 18:06:48.157 INFO [stdout] 534bcf3bed2b6814c3290ff40e0e4308da2f54789d6482b12ef614224b9db794 Nov 16 18:06:48.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18:06:48.840 INFO [stdout] a44571f401ae09e55d5c5fbd155a3f01972471a76f1c9b917f8e4f7df083c0cf Nov 16 18:06:48.842 INFO running `"docker" "start" "-a" "a44571f401ae09e55d5c5fbd155a3f01972471a76f1c9b917f8e4f7df083c0cf"` Nov 16 18:06:50.667 INFO [stderr] usermod: no changes Nov 16 18:06:51.059 INFO [stderr] Compiling garbageproxy v0.1.0 (/source) Nov 16 18:06:51.170 INFO [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Nov 16 18:06:51.171 INFO [stderr] --> src/main.rs:56:9 Nov 16 18:06:51.171 INFO [stderr] | Nov 16 18:06:51.171 INFO [stderr] 56 | #[allow(unused_doc_comment)] Nov 16 18:06:51.172 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Nov 16 18:06:51.172 INFO [stderr] | Nov 16 18:06:51.172 INFO [stderr] = note: #[warn(renamed_and_removed_lints)] on by default Nov 16 18:06:51.172 INFO [stderr] Nov 16 18:06:53.324 INFO [stderr] warning: unused import: `Request` Nov 16 18:06:53.324 INFO [stderr] --> src/upstream.rs:10:21 Nov 16 18:06:53.324 INFO [stderr] | Nov 16 18:06:53.324 INFO [stderr] 10 | use hyper::server::{Request}; Nov 16 18:06:53.324 INFO [stderr] | ^^^^^^^ Nov 16 18:06:53.324 INFO [stderr] | Nov 16 18:06:53.324 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:06:53.324 INFO [stderr] Nov 16 18:06:54.115 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 16 18:06:54.116 INFO [stderr] --> src/main.rs:1:12 Nov 16 18:06:54.116 INFO [stderr] | Nov 16 18:06:54.117 INFO [stderr] 1 | #![feature(conservative_impl_trait)] Nov 16 18:06:54.117 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:06:54.118 INFO [stderr] | Nov 16 18:06:54.118 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 18:06:54.118 INFO [stderr] Nov 16 18:06:54.768 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.06s Nov 16 18:06:54.815 INFO [stderr] su: No module specific data is present Nov 16 18:06:56.220 INFO running `"docker" "inspect" "a44571f401ae09e55d5c5fbd155a3f01972471a76f1c9b917f8e4f7df083c0cf"` Nov 16 18:06:56.592 INFO running `"docker" "rm" "-f" "a44571f401ae09e55d5c5fbd155a3f01972471a76f1c9b917f8e4f7df083c0cf"` Nov 16 18:06:56.915 INFO [stdout] a44571f401ae09e55d5c5fbd155a3f01972471a76f1c9b917f8e4f7df083c0cf Nov 16 18:06:56.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18:06:57.901 INFO [stdout] 7cb3609e36f255b457946f1db49a186d6dfa48ef3084c5aff00f41704a7aac06 Nov 16 18:06:57.905 INFO running `"docker" "start" "-a" "7cb3609e36f255b457946f1db49a186d6dfa48ef3084c5aff00f41704a7aac06"` Nov 16 18:06:59.647 INFO [stderr] usermod: no changes Nov 16 18:06:59.977 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s Nov 16 18:06:59.996 INFO [stderr] Running /target/debug/deps/garbageproxy-8cbc455bfa4ef42f Nov 16 18:07:00.013 INFO [stdout] Nov 16 18:07:00.013 INFO [stdout] running 0 tests Nov 16 18:07:00.014 INFO [stdout] Nov 16 18:07:00.014 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:07:00.014 INFO [stdout] Nov 16 18:07:00.016 INFO [stderr] su: No module specific data is present Nov 16 18:07:01.251 INFO running `"docker" "inspect" "7cb3609e36f255b457946f1db49a186d6dfa48ef3084c5aff00f41704a7aac06"` Nov 16 18:07:01.593 INFO running `"docker" "rm" "-f" "7cb3609e36f255b457946f1db49a186d6dfa48ef3084c5aff00f41704a7aac06"` Nov 16 18:07:01.963 INFO [stdout] 7cb3609e36f255b457946f1db49a186d6dfa48ef3084c5aff00f41704a7aac06