[INFO] updating cached repository marcusball/request-proxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/marcusball/request-proxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/marcusball/request-proxy" "work/ex/beta-1.38-1/sources/1.37.0/gh/marcusball/request-proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/marcusball/request-proxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/marcusball/request-proxy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/marcusball/request-proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/marcusball/request-proxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6b1668fd33c307fb8992d65af406ea8aee59828c [INFO] sha for GitHub repo marcusball/request-proxy: 6b1668fd33c307fb8992d65af406ea8aee59828c [INFO] validating manifest of marcusball/request-proxy on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of marcusball/request-proxy on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing marcusball/request-proxy [INFO] finished frobbing marcusball/request-proxy [INFO] frobbed toml for marcusball/request-proxy written to work/ex/beta-1.38-1/sources/1.37.0/gh/marcusball/request-proxy/Cargo.toml [INFO] started frobbing marcusball/request-proxy [INFO] finished frobbing marcusball/request-proxy [INFO] frobbed toml for marcusball/request-proxy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/marcusball/request-proxy/Cargo.toml [INFO] crate marcusball/request-proxy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing marcusball/request-proxy against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/marcusball/request-proxy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 86a37ece16c10bb6588ef79bd50b00f47c60d92289293c20c0bea3faeeb48a3f [INFO] running `"docker" "start" "-a" "86a37ece16c10bb6588ef79bd50b00f47c60d92289293c20c0bea3faeeb48a3f"` [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling serde_json v1.0.34 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.10 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tokio v0.1.14 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling h2 v0.1.14 [INFO] [stderr] Compiling hyper v0.12.20 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.8 [INFO] [stderr] Compiling request_proxy v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/bin/server.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `IntoFuture` [INFO] [stderr] --> src/bin/server.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | use futures::{IntoFuture, Stream}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::server::conn::Http` [INFO] [stderr] --> src/bin/server.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use hyper::server::conn::Http; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `service_fn_ok` [INFO] [stderr] --> src/bin/server.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | use hyper::service::{service_fn, service_fn_ok, Service}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::ProxiedResponse` [INFO] [stderr] --> src/bin/server.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | use super::ProxiedResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error as FailureError` [INFO] [stderr] --> src/bin/server.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | use failure::Error as FailureError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Service` [INFO] [stderr] --> src/bin/server.rs:28:49 [INFO] [stderr] | [INFO] [stderr] 28 | use hyper::service::{service_fn, service_fn_ok, Service}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Uri` [INFO] [stderr] --> src/bin/client.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use hyper::{Uri, Version}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `destination_host` [INFO] [stderr] --> src/bin/client.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | let destination_host = destination.host_str().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_destination_host` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.04s [INFO] running `"docker" "inspect" "86a37ece16c10bb6588ef79bd50b00f47c60d92289293c20c0bea3faeeb48a3f"` [INFO] running `"docker" "rm" "-f" "86a37ece16c10bb6588ef79bd50b00f47c60d92289293c20c0bea3faeeb48a3f"` [INFO] [stdout] 86a37ece16c10bb6588ef79bd50b00f47c60d92289293c20c0bea3faeeb48a3f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/marcusball/request-proxy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] cd72ab57ace84ab96081332abe0b4c1b7b526016d6201bc5fa6b31417d23da96 [INFO] running `"docker" "start" "-a" "cd72ab57ace84ab96081332abe0b4c1b7b526016d6201bc5fa6b31417d23da96"` [INFO] [stderr] Compiling request_proxy v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Uri` [INFO] [stderr] --> src/bin/client.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use hyper::{Uri, Version}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `destination_host` [INFO] [stderr] --> src/bin/client.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | let destination_host = destination.host_str().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_destination_host` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/bin/server.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `IntoFuture` [INFO] [stderr] --> src/bin/server.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | use futures::{IntoFuture, Stream}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::server::conn::Http` [INFO] [stderr] --> src/bin/server.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use hyper::server::conn::Http; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `service_fn_ok` [INFO] [stderr] --> src/bin/server.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | use hyper::service::{service_fn, service_fn_ok, Service}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::ProxiedResponse` [INFO] [stderr] --> src/bin/server.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | use super::ProxiedResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error as FailureError` [INFO] [stderr] --> src/bin/server.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | use failure::Error as FailureError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Service` [INFO] [stderr] --> src/bin/server.rs:28:49 [INFO] [stderr] | [INFO] [stderr] 28 | use hyper::service::{service_fn, service_fn_ok, Service}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.79s [INFO] running `"docker" "inspect" "cd72ab57ace84ab96081332abe0b4c1b7b526016d6201bc5fa6b31417d23da96"` [INFO] running `"docker" "rm" "-f" "cd72ab57ace84ab96081332abe0b4c1b7b526016d6201bc5fa6b31417d23da96"` [INFO] [stdout] cd72ab57ace84ab96081332abe0b4c1b7b526016d6201bc5fa6b31417d23da96 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/marcusball/request-proxy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] e57fadd9cd26ceaf121c111c37cc1a8ef06c5a5338d90e90017024148f6cc740 [INFO] running `"docker" "start" "-a" "e57fadd9cd26ceaf121c111c37cc1a8ef06c5a5338d90e90017024148f6cc740"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/request_proxy-c29de1f6bf3f0477 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/client-4892b3accf6b2926 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/server-e923633d9990ff13 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests request_proxy [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e57fadd9cd26ceaf121c111c37cc1a8ef06c5a5338d90e90017024148f6cc740"` [INFO] running `"docker" "rm" "-f" "e57fadd9cd26ceaf121c111c37cc1a8ef06c5a5338d90e90017024148f6cc740"` [INFO] [stdout] e57fadd9cd26ceaf121c111c37cc1a8ef06c5a5338d90e90017024148f6cc740