Oct 27 09:54:36.124 INFO checking S2Lab/gravatar-reverse-proxy against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:54:36.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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"` Oct 27 09:54:36.583 INFO blam! ccec006686d4bcafbd5e8a9703a71a3678610dc797eadc51860b139ffd6bf1a7 Oct 27 09:54:36.585 INFO running `"docker" "start" "-a" "ccec006686d4bcafbd5e8a9703a71a3678610dc797eadc51860b139ffd6bf1a7"` Oct 27 09:54:38.150 INFO kablam! usermod: no changes Oct 27 09:54:38.427 INFO kablam! Checking untrusted v0.3.2 Oct 27 09:54:38.450 INFO kablam! Compiling num_cpus v1.3.0 Oct 27 09:54:38.450 INFO kablam! Compiling hyper v0.10.6 Oct 27 09:54:38.450 INFO kablam! Compiling deque v0.3.1 Oct 27 09:54:38.460 INFO kablam! Checking crypto-hash v0.2.1 Oct 27 09:54:42.097 INFO kablam! Compiling rayon v0.6.0 Oct 27 09:54:47.584 INFO kablam! Compiling ring v0.7.3 Oct 27 09:54:51.841 INFO kablam! Checking iron v0.5.1 Oct 27 09:54:59.320 INFO kablam! Checking persistent v0.3.0 Oct 27 09:54:59.321 INFO kablam! Checking router v0.5.1 Oct 27 09:55:03.639 INFO kablam! Checking bodyparser v0.5.0 Oct 27 09:55:03.733 INFO kablam! Checking webpki v0.10.1 Oct 27 09:55:05.328 INFO kablam! Checking webpki-roots v0.7.0 Oct 27 09:55:05.328 INFO kablam! Checking rustls v0.5.8 Oct 27 09:55:07.375 INFO kablam! Checking urlencoded v0.5.0 Oct 27 09:55:11.242 INFO kablam! Checking hyper-rustls v0.3.2 Oct 27 09:55:12.943 INFO kablam! Checking gravatar-reverse-proxy v0.1.0 (/source) Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:100:43 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:114:51 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:133:61 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:171:47 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:244:43 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:250:45 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:17.143 INFO kablam! --> src/main.rs:271:45 Oct 27 09:55:17.143 INFO kablam! | Oct 27 09:55:17.143 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:17.143 INFO kablam! Oct 27 09:55:17.575 INFO kablam! warning: variable does not need to be mutable Oct 27 09:55:17.576 INFO kablam! --> src/main.rs:189:33 Oct 27 09:55:17.576 INFO kablam! | Oct 27 09:55:17.576 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 27 09:55:17.577 INFO kablam! | ----^^^ Oct 27 09:55:17.577 INFO kablam! | | Oct 27 09:55:17.577 INFO kablam! | help: remove this `mut` Oct 27 09:55:17.587 INFO kablam! | Oct 27 09:55:17.587 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:55:17.588 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:100:43 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:114:51 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:133:61 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:171:47 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:244:43 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:250:45 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:18.147 INFO kablam! --> src/main.rs:271:45 Oct 27 09:55:18.147 INFO kablam! | Oct 27 09:55:18.147 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:18.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:18.147 INFO kablam! Oct 27 09:55:18.307 INFO kablam! warning: variable does not need to be mutable Oct 27 09:55:18.307 INFO kablam! --> src/main.rs:189:33 Oct 27 09:55:18.307 INFO kablam! | Oct 27 09:55:18.307 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 27 09:55:18.307 INFO kablam! | ----^^^ Oct 27 09:55:18.307 INFO kablam! | | Oct 27 09:55:18.307 INFO kablam! | help: remove this `mut` Oct 27 09:55:18.307 INFO kablam! | Oct 27 09:55:18.307 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:55:18.307 INFO kablam! Oct 27 09:55:18.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.17s Oct 27 09:55:18.411 INFO kablam! su: No module specific data is present Oct 27 09:55:19.219 INFO running `"docker" "rm" "-f" "ccec006686d4bcafbd5e8a9703a71a3678610dc797eadc51860b139ffd6bf1a7"` Oct 27 09:55:19.528 INFO blam! ccec006686d4bcafbd5e8a9703a71a3678610dc797eadc51860b139ffd6bf1a7