Oct 27 09:54:36.125 INFO checking S2Lab/gravatar-reverse-proxy against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:54:36.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.653 INFO blam! b59c986188e4049c99611f50142ed35239854f9fb2afce3d97fe43644a8d87d7 Oct 27 09:54:36.667 INFO running `"docker" "start" "-a" "b59c986188e4049c99611f50142ed35239854f9fb2afce3d97fe43644a8d87d7"` Oct 27 09:54:38.138 INFO kablam! usermod: no changes Oct 27 09:54:38.449 INFO kablam! Checking serde_json v0.8.6 Oct 27 09:54:38.450 INFO kablam! Compiling hyper v0.10.6 Oct 27 09:54:38.481 INFO kablam! Compiling ring v0.7.3 Oct 27 09:54:38.481 INFO kablam! Checking openssl v0.9.10 Oct 27 09:54:55.215 INFO kablam! Checking crypto-hash v0.2.1 Oct 27 09:54:59.068 INFO kablam! Checking iron v0.5.1 Oct 27 09:54:59.471 INFO kablam! Checking webpki v0.10.1 Oct 27 09:55:01.141 INFO kablam! Checking webpki-roots v0.7.0 Oct 27 09:55:01.143 INFO kablam! Checking rustls v0.5.8 Oct 27 09:55:02.407 INFO kablam! Checking persistent v0.3.0 Oct 27 09:55:02.407 INFO kablam! Checking router v0.5.1 Oct 27 09:55:06.062 INFO kablam! Checking bodyparser v0.5.0 Oct 27 09:55:08.963 INFO kablam! Checking hyper-rustls v0.3.2 Oct 27 09:55:09.547 INFO kablam! Checking urlencoded v0.5.0 Oct 27 09:55:11.697 INFO kablam! Checking gravatar-reverse-proxy v0.1.0 (/source) Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:100:43 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:114:51 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:133:61 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:171:47 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:244:43 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:250:45 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.359 INFO kablam! --> src/main.rs:271:45 Oct 27 09:55:16.359 INFO kablam! | Oct 27 09:55:16.359 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:16.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.359 INFO kablam! Oct 27 09:55:16.531 INFO kablam! warning: variable does not need to be mutable Oct 27 09:55:16.531 INFO kablam! --> src/main.rs:189:33 Oct 27 09:55:16.531 INFO kablam! | Oct 27 09:55:16.531 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 27 09:55:16.531 INFO kablam! | ----^^^ Oct 27 09:55:16.531 INFO kablam! | | Oct 27 09:55:16.531 INFO kablam! | help: remove this `mut` Oct 27 09:55:16.531 INFO kablam! | Oct 27 09:55:16.531 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:55:16.531 INFO kablam! Oct 27 09:55:16.691 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:100:43 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.694 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:114:51 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.694 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:133:61 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.694 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:171:47 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.694 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:244:43 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.694 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:250:45 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.694 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 09:55:16.694 INFO kablam! --> src/main.rs:271:45 Oct 27 09:55:16.694 INFO kablam! | Oct 27 09:55:16.694 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 27 09:55:16.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:55:16.694 INFO kablam! Oct 27 09:55:16.895 INFO kablam! warning: variable does not need to be mutable Oct 27 09:55:16.895 INFO kablam! --> src/main.rs:189:33 Oct 27 09:55:16.895 INFO kablam! | Oct 27 09:55:16.895 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 27 09:55:16.895 INFO kablam! | ----^^^ Oct 27 09:55:16.895 INFO kablam! | | Oct 27 09:55:16.895 INFO kablam! | help: remove this `mut` Oct 27 09:55:16.895 INFO kablam! | Oct 27 09:55:16.895 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:55:16.895 INFO kablam! Oct 27 09:55:16.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.76s Oct 27 09:55:16.951 INFO kablam! su: No module specific data is present Oct 27 09:55:17.687 INFO running `"docker" "rm" "-f" "b59c986188e4049c99611f50142ed35239854f9fb2afce3d97fe43644a8d87d7"` Oct 27 09:55:17.883 INFO blam! b59c986188e4049c99611f50142ed35239854f9fb2afce3d97fe43644a8d87d7