Oct 15 11:56:45.665 INFO testing Chopinsky/Rusty_Express against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:56:45.665 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:46.124 INFO blam! f47bcc3b9f575266e91b7b5497eb38d8a3a07d5aafc6dfaa3c036233bfab07ae Oct 15 11:56:46.126 INFO running `"docker" "start" "-a" "f47bcc3b9f575266e91b7b5497eb38d8a3a07d5aafc6dfaa3c036233bfab07ae"` Oct 15 11:56:47.038 INFO kablam! usermod: no changes Oct 15 11:56:47.147 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 15 11:56:48.287 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 11:56:49.376 INFO kablam! Compiling crossbeam-channel v0.2.1 Oct 15 11:56:51.135 INFO kablam! Compiling rusty_express v0.3.6 (/source) Oct 15 11:56:53.659 INFO kablam! warning: variable does not need to be mutable Oct 15 11:56:53.659 INFO kablam! --> src/core/http.rs:149:13 Oct 15 11:56:53.659 INFO kablam! | Oct 15 11:56:53.659 INFO kablam! 149 | let mut source = HashMap::new(); Oct 15 11:56:53.659 INFO kablam! | ----^^^^^^ Oct 15 11:56:53.659 INFO kablam! | | Oct 15 11:56:53.659 INFO kablam! | help: remove this `mut` Oct 15 11:56:53.659 INFO kablam! | Oct 15 11:56:53.659 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:56:53.659 INFO kablam! Oct 15 11:56:59.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.03s Oct 15 11:56:59.097 INFO kablam! su: No module specific data is present Oct 15 11:56:59.743 INFO running `"docker" "rm" "-f" "f47bcc3b9f575266e91b7b5497eb38d8a3a07d5aafc6dfaa3c036233bfab07ae"` Oct 15 11:56:59.987 INFO blam! f47bcc3b9f575266e91b7b5497eb38d8a3a07d5aafc6dfaa3c036233bfab07ae Oct 15 11:56:59.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:57:00.455 INFO blam! 22148bda8255b488444755029230da73c1f184ef3857ca16944d9e9f8bda82ad Oct 15 11:57:00.457 INFO running `"docker" "start" "-a" "22148bda8255b488444755029230da73c1f184ef3857ca16944d9e9f8bda82ad"` Oct 15 11:57:01.551 INFO kablam! usermod: no changes Oct 15 11:57:01.651 INFO kablam! Compiling rusty_express v0.3.6 (/source) Oct 15 11:57:06.571 INFO kablam! warning: unused variable: `req` Oct 15 11:57:06.571 INFO kablam! --> examples/simple_redirect.rs:19:24 Oct 15 11:57:06.571 INFO kablam! | Oct 15 11:57:06.571 INFO kablam! 19 | pub fn simple_response(req: &Box, resp: &mut Box) { Oct 15 11:57:06.572 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 11:57:06.572 INFO kablam! | Oct 15 11:57:06.572 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:57:06.572 INFO kablam! Oct 15 11:57:06.572 INFO kablam! warning: unused variable: `req` Oct 15 11:57:06.584 INFO kablam! --> examples/simple_redirect.rs:27:24 Oct 15 11:57:06.584 INFO kablam! | Oct 15 11:57:06.584 INFO kablam! 27 | pub fn simple_redirect(req: &Box, resp: &mut Box) { Oct 15 11:57:06.584 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 11:57:06.584 INFO kablam! Oct 15 11:57:06.584 INFO kablam! warning: unused variable: `req` Oct 15 11:57:06.584 INFO kablam! --> examples/simple_redirect.rs:31:26 Oct 15 11:57:06.584 INFO kablam! | Oct 15 11:57:06.584 INFO kablam! 31 | pub fn simple_redir_fail(req: &Box, resp: &mut Box) { Oct 15 11:57:06.584 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 11:57:06.584 INFO kablam! Oct 15 11:57:07.872 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:07.872 INFO kablam! --> src/core/http.rs:149:13 Oct 15 11:57:07.872 INFO kablam! | Oct 15 11:57:07.872 INFO kablam! 149 | let mut source = HashMap::new(); Oct 15 11:57:07.872 INFO kablam! | ----^^^^^^ Oct 15 11:57:07.872 INFO kablam! | | Oct 15 11:57:07.872 INFO kablam! | help: remove this `mut` Oct 15 11:57:07.872 INFO kablam! | Oct 15 11:57:07.872 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:57:07.872 INFO kablam! Oct 15 11:57:10.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.57s Oct 15 11:57:10.158 INFO kablam! su: No module specific data is present Oct 15 11:57:10.859 INFO running `"docker" "rm" "-f" "22148bda8255b488444755029230da73c1f184ef3857ca16944d9e9f8bda82ad"` Oct 15 11:57:11.175 INFO blam! 22148bda8255b488444755029230da73c1f184ef3857ca16944d9e9f8bda82ad