Oct 15 20:09:36.455 INFO testing rusty_express-0.3.5 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:09:36.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 20:09:36.879 INFO blam! f264fac6e180795b18bc3f22f51cc351cfe691fabfdded877d613f330d77b8af Oct 15 20:09:36.881 INFO running `"docker" "start" "-a" "f264fac6e180795b18bc3f22f51cc351cfe691fabfdded877d613f330d77b8af"` Oct 15 20:09:38.520 INFO kablam! usermod: no changes Oct 15 20:09:38.663 INFO kablam! Compiling rusty_express v0.3.5 (/source) Oct 15 20:09:41.871 INFO kablam! warning: variable does not need to be mutable Oct 15 20:09:41.871 INFO kablam! --> src/support/logger.rs:128:15 Oct 15 20:09:41.871 INFO kablam! | Oct 15 20:09:41.871 INFO kablam! 128 | if let Ok(mut config) = CONFIG.read() { Oct 15 20:09:41.871 INFO kablam! | ----^^^^^^ Oct 15 20:09:41.871 INFO kablam! | | Oct 15 20:09:41.871 INFO kablam! | help: remove this `mut` Oct 15 20:09:41.871 INFO kablam! | Oct 15 20:09:41.871 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:09:41.871 INFO kablam! Oct 15 20:09:51.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.20s Oct 15 20:09:51.747 INFO kablam! su: No module specific data is present Oct 15 20:09:53.439 INFO running `"docker" "rm" "-f" "f264fac6e180795b18bc3f22f51cc351cfe691fabfdded877d613f330d77b8af"` Oct 15 20:09:53.739 INFO blam! f264fac6e180795b18bc3f22f51cc351cfe691fabfdded877d613f330d77b8af Oct 15 20:09:53.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 20:09:54.295 INFO blam! f88dda71cbed59ca081dbecb3403885bb00e3e73f4264f7c7a9623896c7c673e Oct 15 20:09:54.299 INFO running `"docker" "start" "-a" "f88dda71cbed59ca081dbecb3403885bb00e3e73f4264f7c7a9623896c7c673e"` Oct 15 20:09:55.562 INFO kablam! usermod: no changes Oct 15 20:09:55.707 INFO kablam! Compiling rusty_express v0.3.5 (/source) Oct 15 20:10:03.343 INFO kablam! warning: variable does not need to be mutable Oct 15 20:10:03.343 INFO kablam! --> src/support/logger.rs:128:15 Oct 15 20:10:03.343 INFO kablam! | Oct 15 20:10:03.344 INFO kablam! 128 | if let Ok(mut config) = CONFIG.read() { Oct 15 20:10:03.344 INFO kablam! | ----^^^^^^ Oct 15 20:10:03.344 INFO kablam! | | Oct 15 20:10:03.344 INFO kablam! | help: remove this `mut` Oct 15 20:10:03.344 INFO kablam! | Oct 15 20:10:03.344 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:10:03.344 INFO kablam! Oct 15 20:10:04.159 INFO kablam! warning: unused variable: `req` Oct 15 20:10:04.159 INFO kablam! --> examples/simple_redirect.rs:19:24 Oct 15 20:10:04.159 INFO kablam! | Oct 15 20:10:04.159 INFO kablam! 19 | pub fn simple_response(req: &Box, resp: &mut Box) { Oct 15 20:10:04.159 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 20:10:04.159 INFO kablam! | Oct 15 20:10:04.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 20:10:04.159 INFO kablam! Oct 15 20:10:04.159 INFO kablam! warning: unused variable: `req` Oct 15 20:10:04.159 INFO kablam! --> examples/simple_redirect.rs:27:24 Oct 15 20:10:04.159 INFO kablam! | Oct 15 20:10:04.159 INFO kablam! 27 | pub fn simple_redirect(req: &Box, resp: &mut Box) { Oct 15 20:10:04.159 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 20:10:04.159 INFO kablam! Oct 15 20:10:04.159 INFO kablam! warning: unused variable: `req` Oct 15 20:10:04.159 INFO kablam! --> examples/simple_redirect.rs:31:26 Oct 15 20:10:04.159 INFO kablam! | Oct 15 20:10:04.159 INFO kablam! 31 | pub fn simple_redir_fail(req: &Box, resp: &mut Box) { Oct 15 20:10:04.159 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 20:10:04.159 INFO kablam! Oct 15 20:10:10.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.93s Oct 15 20:10:10.555 INFO kablam! su: No module specific data is present Oct 15 20:10:10.889 INFO running `"docker" "rm" "-f" "f88dda71cbed59ca081dbecb3403885bb00e3e73f4264f7c7a9623896c7c673e"` Oct 15 20:10:10.977 INFO blam! f88dda71cbed59ca081dbecb3403885bb00e3e73f4264f7c7a9623896c7c673e