Oct 15 07:07:25.593 INFO testing S2Lab/gravatar-reverse-proxy against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:07:25.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 07:07:26.221 INFO blam! 8254c612fa103a80de35d6426508d124b569a08be37b87eb2b66f6212935e93e Oct 15 07:07:26.223 INFO running `"docker" "start" "-a" "8254c612fa103a80de35d6426508d124b569a08be37b87eb2b66f6212935e93e"` Oct 15 07:07:28.362 INFO kablam! usermod: no changes Oct 15 07:07:28.555 INFO kablam! Compiling route-recognizer v0.1.11 Oct 15 07:07:28.559 INFO kablam! Compiling unsafe-any v0.4.1 Oct 15 07:07:28.560 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 15 07:07:28.580 INFO kablam! Compiling serde_json v0.8.6 Oct 15 07:07:28.581 INFO kablam! Compiling hyper v0.10.6 Oct 15 07:07:28.582 INFO kablam! Compiling openssl-sys v0.9.10 Oct 15 07:07:28.583 INFO kablam! Compiling ring v0.7.3 Oct 15 07:07:31.107 INFO kablam! Compiling typemap v0.3.3 Oct 15 07:07:34.259 INFO kablam! Compiling openssl v0.9.10 Oct 15 07:07:35.635 INFO kablam! Compiling plugin v0.2.6 Oct 15 07:07:57.864 INFO kablam! Compiling crypto-hash v0.2.1 Oct 15 07:07:58.351 INFO kablam! Compiling webpki v0.10.1 Oct 15 07:08:02.671 INFO kablam! Compiling rustls v0.5.8 Oct 15 07:08:02.671 INFO kablam! Compiling webpki-roots v0.7.0 Oct 15 07:08:07.671 INFO kablam! Compiling iron v0.5.1 Oct 15 07:08:10.207 INFO kablam! Compiling persistent v0.3.0 Oct 15 07:08:10.207 INFO kablam! Compiling router v0.5.1 Oct 15 07:08:13.662 INFO kablam! Compiling bodyparser v0.5.0 Oct 15 07:08:18.931 INFO kablam! Compiling hyper-rustls v0.3.2 Oct 15 07:08:20.364 INFO kablam! Compiling urlencoded v0.5.0 Oct 15 07:08:23.031 INFO kablam! Compiling gravatar-reverse-proxy v0.1.0 (/source) Oct 15 07:08:25.335 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.335 INFO kablam! --> src/main.rs:100:43 Oct 15 07:08:25.335 INFO kablam! | Oct 15 07:08:25.335 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 15 07:08:25.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.335 INFO kablam! | Oct 15 07:08:25.335 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 07:08:25.335 INFO kablam! Oct 15 07:08:25.335 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.335 INFO kablam! --> src/main.rs:114:51 Oct 15 07:08:25.335 INFO kablam! | Oct 15 07:08:25.335 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 15 07:08:25.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.335 INFO kablam! Oct 15 07:08:25.335 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.335 INFO kablam! --> src/main.rs:133:61 Oct 15 07:08:25.335 INFO kablam! | Oct 15 07:08:25.335 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 15 07:08:25.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.335 INFO kablam! Oct 15 07:08:25.335 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.335 INFO kablam! --> src/main.rs:171:47 Oct 15 07:08:25.335 INFO kablam! | Oct 15 07:08:25.335 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 15 07:08:25.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.335 INFO kablam! Oct 15 07:08:25.335 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.335 INFO kablam! --> src/main.rs:244:43 Oct 15 07:08:25.338 INFO kablam! | Oct 15 07:08:25.339 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 15 07:08:25.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.339 INFO kablam! Oct 15 07:08:25.339 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.339 INFO kablam! --> src/main.rs:250:45 Oct 15 07:08:25.339 INFO kablam! | Oct 15 07:08:25.340 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 15 07:08:25.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.340 INFO kablam! Oct 15 07:08:25.340 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:25.340 INFO kablam! --> src/main.rs:271:45 Oct 15 07:08:25.340 INFO kablam! | Oct 15 07:08:25.341 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 15 07:08:25.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:25.341 INFO kablam! Oct 15 07:08:25.527 INFO kablam! warning: variable does not need to be mutable Oct 15 07:08:25.528 INFO kablam! --> src/main.rs:189:33 Oct 15 07:08:25.528 INFO kablam! | Oct 15 07:08:25.528 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 15 07:08:25.528 INFO kablam! | ----^^^ Oct 15 07:08:25.528 INFO kablam! | | Oct 15 07:08:25.528 INFO kablam! | help: remove this `mut` Oct 15 07:08:25.528 INFO kablam! | Oct 15 07:08:25.529 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:08:25.529 INFO kablam! Oct 15 07:08:31.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 15 07:08:31.381 INFO kablam! su: No module specific data is present Oct 15 07:08:32.635 INFO running `"docker" "rm" "-f" "8254c612fa103a80de35d6426508d124b569a08be37b87eb2b66f6212935e93e"` Oct 15 07:08:32.884 INFO blam! 8254c612fa103a80de35d6426508d124b569a08be37b87eb2b66f6212935e93e Oct 15 07:08:32.893 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 07:08:33.383 INFO blam! 457b5596bab485e54cece93a5fb0e58df84e8701f68dd3cc5e06ef88c1dc2abc Oct 15 07:08:33.411 INFO running `"docker" "start" "-a" "457b5596bab485e54cece93a5fb0e58df84e8701f68dd3cc5e06ef88c1dc2abc"` Oct 15 07:08:34.767 INFO kablam! usermod: no changes Oct 15 07:08:34.951 INFO kablam! Compiling gravatar-reverse-proxy v0.1.0 (/source) Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:100:43 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 100 | return Err(IronResponse::with((HyperStatusCode::NotFound))); Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:114:51 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 114 | None => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:133:61 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 133 | Err(_) => return Err(IronResponse::with((HyperStatusCode::BadRequest))), Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:171:47 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 171 | .ok_or_else(|| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:244:43 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 244 | return Err(IronResponse::with((HyperStatusCode::BadGateway))); Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:250:45 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 250 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 07:08:37.267 INFO kablam! --> src/main.rs:271:45 Oct 15 07:08:37.267 INFO kablam! | Oct 15 07:08:37.267 INFO kablam! 271 | .map_err(|_| IronResponse::with((HyperStatusCode::BadGateway)))); Oct 15 07:08:37.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:08:37.267 INFO kablam! Oct 15 07:08:37.435 INFO kablam! warning: variable does not need to be mutable Oct 15 07:08:37.435 INFO kablam! --> src/main.rs:189:33 Oct 15 07:08:37.435 INFO kablam! | Oct 15 07:08:37.435 INFO kablam! 189 | fn set_cache_headers(&self, mut res: &mut IronResponse) { Oct 15 07:08:37.435 INFO kablam! | ----^^^ Oct 15 07:08:37.435 INFO kablam! | | Oct 15 07:08:37.435 INFO kablam! | help: remove this `mut` Oct 15 07:08:37.435 INFO kablam! | Oct 15 07:08:37.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:08:37.435 INFO kablam! Oct 15 07:08:38.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 15 07:08:38.160 INFO kablam! su: No module specific data is present Oct 15 07:08:38.844 INFO running `"docker" "rm" "-f" "457b5596bab485e54cece93a5fb0e58df84e8701f68dd3cc5e06ef88c1dc2abc"` Oct 15 07:08:39.147 INFO blam! 457b5596bab485e54cece93a5fb0e58df84e8701f68dd3cc5e06ef88c1dc2abc Oct 15 07:08:39.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 07:08:39.651 INFO blam! f24b685c349081a7e12b43954ea1a76979dc3be1e306a92785a9f9a351bef0b3 Oct 15 07:08:39.653 INFO running `"docker" "start" "-a" "f24b685c349081a7e12b43954ea1a76979dc3be1e306a92785a9f9a351bef0b3"` Oct 15 07:08:40.966 INFO kablam! usermod: no changes Oct 15 07:08:41.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 07:08:41.267 INFO kablam! Running /target/debug/deps/gravatar_reverse_proxy-b928341b635c203e Oct 15 07:08:41.269 INFO blam! Oct 15 07:08:41.269 INFO blam! running 0 tests Oct 15 07:08:41.271 INFO blam! Oct 15 07:08:41.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:08:41.271 INFO blam! Oct 15 07:08:41.276 INFO kablam! su: No module specific data is present Oct 15 07:08:42.515 INFO running `"docker" "rm" "-f" "f24b685c349081a7e12b43954ea1a76979dc3be1e306a92785a9f9a351bef0b3"` Oct 15 07:08:42.883 INFO blam! f24b685c349081a7e12b43954ea1a76979dc3be1e306a92785a9f9a351bef0b3