Oct 11 04:40:32.384 INFO testing S2Lab/gravatar-reverse-proxy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:40:32.384 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:40:32.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:40:32.932 INFO blam! 15eeb52ef8add75bb4f416e03e24495200d3c07c5db2de696064517d54e04e8b Oct 11 04:40:32.956 INFO running `"docker" "start" "-a" "15eeb52ef8add75bb4f416e03e24495200d3c07c5db2de696064517d54e04e8b"` Oct 11 04:40:34.220 INFO kablam! usermod: no changes Oct 11 04:40:34.464 INFO kablam! Compiling lazy_static v0.2.6 Oct 11 04:40:34.464 INFO kablam! Compiling openssl v0.9.10 Oct 11 04:40:34.464 INFO kablam! Compiling route-recognizer v0.1.11 Oct 11 04:40:34.464 INFO kablam! Compiling openssl-sys v0.9.10 Oct 11 04:40:34.464 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 11 04:40:34.476 INFO kablam! Compiling serde_json v0.8.6 Oct 11 04:40:34.484 INFO kablam! Compiling hyper v0.10.6 Oct 11 04:40:34.484 INFO kablam! Compiling rayon v0.6.0 Oct 11 04:40:46.724 INFO kablam! Compiling ring v0.7.3 Oct 11 04:41:07.848 INFO kablam! Compiling crypto-hash v0.2.1 Oct 11 04:41:09.399 INFO kablam! Compiling iron v0.5.1 Oct 11 04:41:11.812 INFO kablam! Compiling webpki v0.10.1 Oct 11 04:41:13.064 INFO kablam! Compiling persistent v0.3.0 Oct 11 04:41:13.064 INFO kablam! Compiling router v0.5.1 Oct 11 04:41:13.652 INFO kablam! Compiling webpki-roots v0.7.0 Oct 11 04:41:13.652 INFO kablam! Compiling rustls v0.5.8 Oct 11 04:41:14.986 INFO kablam! Compiling bodyparser v0.5.0 Oct 11 04:41:17.937 INFO kablam! Compiling urlencoded v0.5.0 Oct 11 04:41:25.700 INFO kablam! Compiling hyper-rustls v0.3.2 Oct 11 04:41:27.384 INFO kablam! Compiling gravatar-reverse-proxy v0.1.0 (/source) Oct 11 04:41:29.000 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.000 INFO kablam! --> src/main.rs:100:43 Oct 11 04:41:29.001 INFO kablam! | Oct 11 04:41:29.001 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 11 04:41:29.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.002 INFO kablam! | Oct 11 04:41:29.002 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:41:29.002 INFO kablam! Oct 11 04:41:29.003 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.003 INFO kablam! --> src/main.rs:114:51 Oct 11 04:41:29.003 INFO kablam! | Oct 11 04:41:29.004 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 11 04:41:29.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.004 INFO kablam! Oct 11 04:41:29.004 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.005 INFO kablam! --> src/main.rs:133:61 Oct 11 04:41:29.005 INFO kablam! | Oct 11 04:41:29.005 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 11 04:41:29.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.006 INFO kablam! Oct 11 04:41:29.006 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.007 INFO kablam! --> src/main.rs:171:47 Oct 11 04:41:29.007 INFO kablam! | Oct 11 04:41:29.007 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 11 04:41:29.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.008 INFO kablam! Oct 11 04:41:29.008 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.008 INFO kablam! --> src/main.rs:244:43 Oct 11 04:41:29.009 INFO kablam! | Oct 11 04:41:29.009 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 11 04:41:29.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.010 INFO kablam! Oct 11 04:41:29.010 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.010 INFO kablam! --> src/main.rs:250:45 Oct 11 04:41:29.010 INFO kablam! | Oct 11 04:41:29.011 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 11 04:41:29.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.011 INFO kablam! Oct 11 04:41:29.012 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:29.012 INFO kablam! --> src/main.rs:271:45 Oct 11 04:41:29.012 INFO kablam! | Oct 11 04:41:29.012 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 11 04:41:29.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:29.013 INFO kablam! Oct 11 04:41:29.203 INFO kablam! warning: variable does not need to be mutable Oct 11 04:41:29.203 INFO kablam! --> src/main.rs:189:33 Oct 11 04:41:29.203 INFO kablam! | Oct 11 04:41:29.203 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 11 04:41:29.203 INFO kablam! | ----^^^ Oct 11 04:41:29.203 INFO kablam! | | Oct 11 04:41:29.203 INFO kablam! | help: remove this `mut` Oct 11 04:41:29.203 INFO kablam! | Oct 11 04:41:29.203 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:41:29.203 INFO kablam! Oct 11 04:41:35.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 11 04:41:35.513 INFO kablam! su: No module specific data is present Oct 11 04:41:36.826 INFO running `"docker" "rm" "-f" "15eeb52ef8add75bb4f416e03e24495200d3c07c5db2de696064517d54e04e8b"` Oct 11 04:41:37.224 INFO blam! 15eeb52ef8add75bb4f416e03e24495200d3c07c5db2de696064517d54e04e8b Oct 11 04:41:37.229 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:41:37.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:41:37.672 INFO blam! f432b4d97dd96369881a7e332e2dc5d5f08d7c67ed01678ffb2eb7127997653f Oct 11 04:41:37.675 INFO running `"docker" "start" "-a" "f432b4d97dd96369881a7e332e2dc5d5f08d7c67ed01678ffb2eb7127997653f"` Oct 11 04:41:39.021 INFO kablam! usermod: no changes Oct 11 04:41:39.212 INFO kablam! Compiling gravatar-reverse-proxy v0.1.0 (/source) Oct 11 04:41:40.636 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.636 INFO kablam! --> src/main.rs:100:43 Oct 11 04:41:40.636 INFO kablam! | Oct 11 04:41:40.636 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.637 INFO kablam! --> src/main.rs:114:51 Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.637 INFO kablam! --> src/main.rs:133:61 Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.637 INFO kablam! --> src/main.rs:171:47 Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.637 INFO kablam! --> src/main.rs:244:43 Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.637 INFO kablam! --> src/main.rs:250:45 Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 04:41:40.637 INFO kablam! --> src/main.rs:271:45 Oct 11 04:41:40.637 INFO kablam! | Oct 11 04:41:40.637 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 11 04:41:40.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:41:40.637 INFO kablam! Oct 11 04:41:40.812 INFO kablam! warning: variable does not need to be mutable Oct 11 04:41:40.812 INFO kablam! --> src/main.rs:189:33 Oct 11 04:41:40.812 INFO kablam! | Oct 11 04:41:40.812 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 11 04:41:40.812 INFO kablam! | ----^^^ Oct 11 04:41:40.812 INFO kablam! | | Oct 11 04:41:40.812 INFO kablam! | help: remove this `mut` Oct 11 04:41:40.812 INFO kablam! | Oct 11 04:41:40.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:41:40.812 INFO kablam! Oct 11 04:41:41.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 11 04:41:41.699 INFO kablam! su: No module specific data is present Oct 11 04:41:42.704 INFO running `"docker" "rm" "-f" "f432b4d97dd96369881a7e332e2dc5d5f08d7c67ed01678ffb2eb7127997653f"` Oct 11 04:41:42.968 INFO blam! f432b4d97dd96369881a7e332e2dc5d5f08d7c67ed01678ffb2eb7127997653f Oct 11 04:41:42.980 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:41:42.982 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:41:43.446 INFO blam! 381d3c53b866b922b3974681f00f498f3b75bf78c7ac06be1740b407f193adf2 Oct 11 04:41:43.447 INFO running `"docker" "start" "-a" "381d3c53b866b922b3974681f00f498f3b75bf78c7ac06be1740b407f193adf2"` Oct 11 04:41:44.914 INFO kablam! usermod: no changes Oct 11 04:41:45.138 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 11 04:41:45.148 INFO kablam! Running /target/debug/deps/gravatar_reverse_proxy-b7291d1aace3b992 Oct 11 04:41:45.164 INFO blam! Oct 11 04:41:45.165 INFO kablam! su: No module specific data is present Oct 11 04:41:45.165 INFO blam! running 0 tests Oct 11 04:41:45.165 INFO blam! Oct 11 04:41:45.166 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:41:45.166 INFO blam! Oct 11 04:41:46.204 INFO running `"docker" "rm" "-f" "381d3c53b866b922b3974681f00f498f3b75bf78c7ac06be1740b407f193adf2"` Oct 11 04:41:46.576 INFO blam! 381d3c53b866b922b3974681f00f498f3b75bf78c7ac06be1740b407f193adf2