[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.37-6/sources/1.36.0/gh/marcusball/request-proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/marcusball/request-proxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/marcusball/request-proxy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/marcusball/request-proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of marcusball/request-proxy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing marcusball/request-proxy against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] 5b3298fcdb4296589744446b5c7121eaae6139b4cefb672a6d91e8630c957200 [INFO] running `"docker" "start" "-a" "5b3298fcdb4296589744446b5c7121eaae6139b4cefb672a6d91e8630c957200"` [INFO] [stderr] Compiling syn v0.15.24 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling reqwest v0.9.8 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling dotenv v0.13.0 [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 40.17s [INFO] running `"docker" "inspect" "5b3298fcdb4296589744446b5c7121eaae6139b4cefb672a6d91e8630c957200"` [INFO] running `"docker" "rm" "-f" "5b3298fcdb4296589744446b5c7121eaae6139b4cefb672a6d91e8630c957200"` [INFO] [stdout] 5b3298fcdb4296589744446b5c7121eaae6139b4cefb672a6d91e8630c957200 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 95b650a52c53ae47d5b4f484f7b54cf5824ec0d6b010f9fe41f7e6eebb979727 [INFO] running `"docker" "start" "-a" "95b650a52c53ae47d5b4f484f7b54cf5824ec0d6b010f9fe41f7e6eebb979727"` [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: `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: `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.30s [INFO] running `"docker" "inspect" "95b650a52c53ae47d5b4f484f7b54cf5824ec0d6b010f9fe41f7e6eebb979727"` [INFO] running `"docker" "rm" "-f" "95b650a52c53ae47d5b4f484f7b54cf5824ec0d6b010f9fe41f7e6eebb979727"` [INFO] [stdout] 95b650a52c53ae47d5b4f484f7b54cf5824ec0d6b010f9fe41f7e6eebb979727 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen"` [INFO] [stdout] ad574222753ed4bee5fdb3f88b92fe8527bd9609fed4a0747dbf3d4930aa2988 [INFO] running `"docker" "start" "-a" "ad574222753ed4bee5fdb3f88b92fe8527bd9609fed4a0747dbf3d4930aa2988"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/request_proxy-0a8da0e20f42f9b3 [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-050b03aaca3cf795 [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-3dae52f7f2524d1d [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" "ad574222753ed4bee5fdb3f88b92fe8527bd9609fed4a0747dbf3d4930aa2988"` [INFO] running `"docker" "rm" "-f" "ad574222753ed4bee5fdb3f88b92fe8527bd9609fed4a0747dbf3d4930aa2988"` [INFO] [stdout] ad574222753ed4bee5fdb3f88b92fe8527bd9609fed4a0747dbf3d4930aa2988