Oct 15 11:56:40.885 INFO testing Chopinsky/Rusty_Express against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:56:40.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 11:56:41.455 INFO blam! 2f3e28daf90da0f8ba0576447adc11f60702f55380fdf8f2641852bc3d55131f Oct 15 11:56:41.457 INFO running `"docker" "start" "-a" "2f3e28daf90da0f8ba0576447adc11f60702f55380fdf8f2641852bc3d55131f"` Oct 15 11:56:42.760 INFO kablam! usermod: no changes Oct 15 11:56:42.906 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 15 11:56:42.911 INFO kablam! Compiling chrono v0.4.6 Oct 15 11:56:44.584 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 11:56:46.331 INFO kablam! Compiling crossbeam-channel v0.2.1 Oct 15 11:56:47.902 INFO kablam! Compiling rusty_express v0.3.6 (/source) Oct 15 11:56:49.702 INFO kablam! warning: variable does not need to be mutable Oct 15 11:56:49.702 INFO kablam! --> src/core/http.rs:149:13 Oct 15 11:56:49.702 INFO kablam! | Oct 15 11:56:49.702 INFO kablam! 149 | let mut source = HashMap::new(); Oct 15 11:56:49.702 INFO kablam! | ----^^^^^^ Oct 15 11:56:49.702 INFO kablam! | | Oct 15 11:56:49.702 INFO kablam! | help: remove this `mut` Oct 15 11:56:49.702 INFO kablam! | Oct 15 11:56:49.702 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:56:49.702 INFO kablam! Oct 15 11:56:56.111 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.32s Oct 15 11:56:56.111 INFO kablam! su: No module specific data is present Oct 15 11:56:57.060 INFO running `"docker" "rm" "-f" "2f3e28daf90da0f8ba0576447adc11f60702f55380fdf8f2641852bc3d55131f"` Oct 15 11:56:57.335 INFO blam! 2f3e28daf90da0f8ba0576447adc11f60702f55380fdf8f2641852bc3d55131f Oct 15 11:56:57.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 11:56:57.876 INFO blam! b7175eb54c2edce0b1964a451562ca3df32e0c0573344b95807fe8dcca67d5f8 Oct 15 11:56:57.879 INFO running `"docker" "start" "-a" "b7175eb54c2edce0b1964a451562ca3df32e0c0573344b95807fe8dcca67d5f8"` Oct 15 11:56:58.967 INFO kablam! usermod: no changes Oct 15 11:56:59.057 INFO kablam! Compiling rusty_express v0.3.6 (/source) Oct 15 11:57:01.579 INFO kablam! warning: unused variable: `req` Oct 15 11:57:01.579 INFO kablam! --> examples/simple_redirect.rs:19:24 Oct 15 11:57:01.579 INFO kablam! | Oct 15 11:57:01.579 INFO kablam! 19 | pub fn simple_response(req: &Box, resp: &mut Box) { Oct 15 11:57:01.579 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 11:57:01.579 INFO kablam! | Oct 15 11:57:01.579 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:57:01.579 INFO kablam! Oct 15 11:57:01.579 INFO kablam! warning: unused variable: `req` Oct 15 11:57:01.579 INFO kablam! --> examples/simple_redirect.rs:27:24 Oct 15 11:57:01.579 INFO kablam! | Oct 15 11:57:01.579 INFO kablam! 27 | pub fn simple_redirect(req: &Box, resp: &mut Box) { Oct 15 11:57:01.579 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 11:57:01.579 INFO kablam! Oct 15 11:57:01.579 INFO kablam! warning: unused variable: `req` Oct 15 11:57:01.579 INFO kablam! --> examples/simple_redirect.rs:31:26 Oct 15 11:57:01.579 INFO kablam! | Oct 15 11:57:01.579 INFO kablam! 31 | pub fn simple_redir_fail(req: &Box, resp: &mut Box) { Oct 15 11:57:01.579 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 11:57:01.579 INFO kablam! Oct 15 11:57:02.855 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:02.855 INFO kablam! --> src/core/http.rs:149:13 Oct 15 11:57:02.855 INFO kablam! | Oct 15 11:57:02.855 INFO kablam! 149 | let mut source = HashMap::new(); Oct 15 11:57:02.855 INFO kablam! | ----^^^^^^ Oct 15 11:57:02.855 INFO kablam! | | Oct 15 11:57:02.855 INFO kablam! | help: remove this `mut` Oct 15 11:57:02.856 INFO kablam! | Oct 15 11:57:02.856 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:57:02.856 INFO kablam! Oct 15 11:57:07.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.58s Oct 15 11:57:07.579 INFO kablam! su: No module specific data is present Oct 15 11:57:08.240 INFO running `"docker" "rm" "-f" "b7175eb54c2edce0b1964a451562ca3df32e0c0573344b95807fe8dcca67d5f8"` Oct 15 11:57:08.431 INFO blam! b7175eb54c2edce0b1964a451562ca3df32e0c0573344b95807fe8dcca67d5f8