[INFO] updating cached repository S2Lab/gravatar-reverse-proxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/S2Lab/gravatar-reverse-proxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/S2Lab/gravatar-reverse-proxy" "work/ex/beta-1.37-6/sources/1.36.0/gh/S2Lab/gravatar-reverse-proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/S2Lab/gravatar-reverse-proxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/S2Lab/gravatar-reverse-proxy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/S2Lab/gravatar-reverse-proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/S2Lab/gravatar-reverse-proxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 177928ae1e96fe1869f8d7a6fb413be95fddb454 [INFO] sha for GitHub repo S2Lab/gravatar-reverse-proxy: 177928ae1e96fe1869f8d7a6fb413be95fddb454 [INFO] validating manifest of S2Lab/gravatar-reverse-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 S2Lab/gravatar-reverse-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 S2Lab/gravatar-reverse-proxy [INFO] finished frobbing S2Lab/gravatar-reverse-proxy [INFO] frobbed toml for S2Lab/gravatar-reverse-proxy written to work/ex/beta-1.37-6/sources/1.36.0/gh/S2Lab/gravatar-reverse-proxy/Cargo.toml [INFO] started frobbing S2Lab/gravatar-reverse-proxy [INFO] finished frobbing S2Lab/gravatar-reverse-proxy [INFO] frobbed toml for S2Lab/gravatar-reverse-proxy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/S2Lab/gravatar-reverse-proxy/Cargo.toml [INFO] crate S2Lab/gravatar-reverse-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 S2Lab/gravatar-reverse-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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/S2Lab/gravatar-reverse-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] be757d691b7435511bc01324361ec582b2338d9bdfe38133a1fdab8dbe2a3f0e [INFO] running `"docker" "start" "-a" "be757d691b7435511bc01324361ec582b2338d9bdfe38133a1fdab8dbe2a3f0e"` [INFO] [stderr] Compiling untrusted v0.3.2 [INFO] [stderr] Compiling base64 v0.2.1 [INFO] [stderr] Compiling hyper v0.10.6 [INFO] [stderr] Compiling ring v0.7.3 [INFO] [stderr] Compiling crypto-hash v0.2.1 [INFO] [stderr] Compiling webpki v0.10.1 [INFO] [stderr] Compiling rustls v0.5.8 [INFO] [stderr] Compiling webpki-roots v0.7.0 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling bodyparser v0.5.0 [INFO] [stderr] Compiling urlencoded v0.5.0 [INFO] [stderr] Compiling hyper-rustls v0.3.2 [INFO] [stderr] Compiling gravatar-reverse-proxy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:100:43 [INFO] [stderr] | [INFO] [stderr] 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:114:51 [INFO] [stderr] | [INFO] [stderr] 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:133:61 [INFO] [stderr] | [INFO] [stderr] 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:171:47 [INFO] [stderr] | [INFO] [stderr] 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:244:43 [INFO] [stderr] | [INFO] [stderr] 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:250:45 [INFO] [stderr] | [INFO] [stderr] 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:271:45 [INFO] [stderr] | [INFO] [stderr] 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:189:33 [INFO] [stderr] | [INFO] [stderr] 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.63s [INFO] running `"docker" "inspect" "be757d691b7435511bc01324361ec582b2338d9bdfe38133a1fdab8dbe2a3f0e"` [INFO] running `"docker" "rm" "-f" "be757d691b7435511bc01324361ec582b2338d9bdfe38133a1fdab8dbe2a3f0e"` [INFO] [stdout] be757d691b7435511bc01324361ec582b2338d9bdfe38133a1fdab8dbe2a3f0e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/S2Lab/gravatar-reverse-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] bbaf75346a6d59ea76cac44fd2b02bdb59fca72fc3f7b2df7628bbffcd2d9a91 [INFO] running `"docker" "start" "-a" "bbaf75346a6d59ea76cac44fd2b02bdb59fca72fc3f7b2df7628bbffcd2d9a91"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling gravatar-reverse-proxy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:100:43 [INFO] [stderr] | [INFO] [stderr] 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:114:51 [INFO] [stderr] | [INFO] [stderr] 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:133:61 [INFO] [stderr] | [INFO] [stderr] 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:171:47 [INFO] [stderr] | [INFO] [stderr] 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:244:43 [INFO] [stderr] | [INFO] [stderr] 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:250:45 [INFO] [stderr] | [INFO] [stderr] 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:271:45 [INFO] [stderr] | [INFO] [stderr] 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:189:33 [INFO] [stderr] | [INFO] [stderr] 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.70s [INFO] running `"docker" "inspect" "bbaf75346a6d59ea76cac44fd2b02bdb59fca72fc3f7b2df7628bbffcd2d9a91"` [INFO] running `"docker" "rm" "-f" "bbaf75346a6d59ea76cac44fd2b02bdb59fca72fc3f7b2df7628bbffcd2d9a91"` [INFO] [stdout] bbaf75346a6d59ea76cac44fd2b02bdb59fca72fc3f7b2df7628bbffcd2d9a91 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/S2Lab/gravatar-reverse-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] 92d77fd7d36b8c21778dce102441f80a03837f360c72cc775812dea219076018 [INFO] running `"docker" "start" "-a" "92d77fd7d36b8c21778dce102441f80a03837f360c72cc775812dea219076018"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/gravatar_reverse_proxy-33d22ffff4b0ab7c [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" "92d77fd7d36b8c21778dce102441f80a03837f360c72cc775812dea219076018"` [INFO] running `"docker" "rm" "-f" "92d77fd7d36b8c21778dce102441f80a03837f360c72cc775812dea219076018"` [INFO] [stdout] 92d77fd7d36b8c21778dce102441f80a03837f360c72cc775812dea219076018