Oct 11 07:18:04.334 INFO testing Chopinsky/Rusty_Express against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:18:04.334 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:18:04.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:18:04.842 INFO blam! 4c57dffe0600e93f43d24a2899e8c1ec76058583ec8c8d10756e1a068a064c03 Oct 11 07:18:04.843 INFO running `"docker" "start" "-a" "4c57dffe0600e93f43d24a2899e8c1ec76058583ec8c8d10756e1a068a064c03"` Oct 11 07:18:06.020 INFO kablam! usermod: no changes Oct 11 07:18:06.192 INFO kablam! Compiling crossbeam-utils v0.4.0 Oct 11 07:18:06.196 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 11 07:18:06.204 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 11 07:18:06.204 INFO kablam! Compiling chrono v0.4.6 Oct 11 07:18:07.736 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 11 07:18:09.191 INFO kablam! Compiling parking_lot v0.5.5 Oct 11 07:18:12.345 INFO kablam! Compiling crossbeam-channel v0.2.1 Oct 11 07:18:15.255 INFO kablam! Compiling rusty_express v0.3.6 (/source) Oct 11 07:18:18.872 INFO kablam! warning: variable does not need to be mutable Oct 11 07:18:18.872 INFO kablam! --> src/core/http.rs:149:13 Oct 11 07:18:18.872 INFO kablam! | Oct 11 07:18:18.872 INFO kablam! 149 | let mut req: String = String::new(); Oct 11 07:18:18.872 INFO kablam! | ----^^^ Oct 11 07:18:18.872 INFO kablam! | | Oct 11 07:18:18.872 INFO kablam! | help: remove this `mut` Oct 11 07:18:18.872 INFO kablam! | Oct 11 07:18:18.872 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:18:18.872 INFO kablam! Oct 11 07:18:24.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.42s Oct 11 07:18:24.460 INFO kablam! su: No module specific data is present Oct 11 07:18:24.988 INFO running `"docker" "rm" "-f" "4c57dffe0600e93f43d24a2899e8c1ec76058583ec8c8d10756e1a068a064c03"` Oct 11 07:18:25.343 INFO blam! 4c57dffe0600e93f43d24a2899e8c1ec76058583ec8c8d10756e1a068a064c03 Oct 11 07:18:25.350 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:18:25.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:18:25.776 INFO blam! 8b7c83eaefb4789311eac7a9af08a20252abff98cb03b5057606a29ff3a7d679 Oct 11 07:18:25.796 INFO running `"docker" "start" "-a" "8b7c83eaefb4789311eac7a9af08a20252abff98cb03b5057606a29ff3a7d679"` Oct 11 07:18:26.687 INFO kablam! usermod: no changes Oct 11 07:18:26.813 INFO kablam! Compiling rusty_express v0.3.6 (/source) Oct 11 07:18:33.376 INFO kablam! warning: unused variable: `req` Oct 11 07:18:33.376 INFO kablam! --> examples/simple_redirect.rs:19:24 Oct 11 07:18:33.376 INFO kablam! | Oct 11 07:18:33.376 INFO kablam! 19 | pub fn simple_response(req: &Box, resp: &mut Box) { Oct 11 07:18:33.376 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 07:18:33.376 INFO kablam! | Oct 11 07:18:33.376 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:18:33.376 INFO kablam! Oct 11 07:18:33.376 INFO kablam! warning: unused variable: `req` Oct 11 07:18:33.376 INFO kablam! --> examples/simple_redirect.rs:27:24 Oct 11 07:18:33.376 INFO kablam! | Oct 11 07:18:33.376 INFO kablam! 27 | pub fn simple_redirect(req: &Box, resp: &mut Box) { Oct 11 07:18:33.376 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 07:18:33.376 INFO kablam! Oct 11 07:18:33.376 INFO kablam! warning: unused variable: `req` Oct 11 07:18:33.376 INFO kablam! --> examples/simple_redirect.rs:31:26 Oct 11 07:18:33.376 INFO kablam! | Oct 11 07:18:33.376 INFO kablam! 31 | pub fn simple_redir_fail(req: &Box, resp: &mut Box) { Oct 11 07:18:33.376 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 07:18:33.376 INFO kablam! Oct 11 07:18:36.100 INFO kablam! warning: variable does not need to be mutable Oct 11 07:18:36.100 INFO kablam! --> src/core/http.rs:149:13 Oct 11 07:18:36.100 INFO kablam! | Oct 11 07:18:36.100 INFO kablam! 149 | let mut req: String = String::new(); Oct 11 07:18:36.100 INFO kablam! | ----^^^ Oct 11 07:18:36.100 INFO kablam! | | Oct 11 07:18:36.100 INFO kablam! | help: remove this `mut` Oct 11 07:18:36.100 INFO kablam! | Oct 11 07:18:36.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:18:36.100 INFO kablam! Oct 11 07:18:39.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.47s Oct 11 07:18:39.212 INFO kablam! su: No module specific data is present Oct 11 07:18:43.669 INFO running `"docker" "rm" "-f" "8b7c83eaefb4789311eac7a9af08a20252abff98cb03b5057606a29ff3a7d679"` Oct 11 07:18:43.798 INFO blam! 8b7c83eaefb4789311eac7a9af08a20252abff98cb03b5057606a29ff3a7d679 Oct 11 07:18:43.800 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:18:43.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:18:44.015 INFO blam! 05c4f6e9d40d43ea57612668ffa965359bdeabcca51693a699ba8f2263703c7d Oct 11 07:18:44.027 INFO running `"docker" "start" "-a" "05c4f6e9d40d43ea57612668ffa965359bdeabcca51693a699ba8f2263703c7d"` Oct 11 07:18:44.596 INFO kablam! usermod: no changes Oct 11 07:18:44.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 07:18:44.647 INFO kablam! Running /target/debug/deps/rusty_express-1a6d32dd0c7daffd Oct 11 07:18:44.649 INFO blam! Oct 11 07:18:44.649 INFO blam! running 1 test Oct 11 07:18:44.650 INFO blam! test core::router::route_test::params_parser_test_one ... ok Oct 11 07:18:44.651 INFO blam! Oct 11 07:18:44.651 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:18:44.651 INFO blam! Oct 11 07:18:44.651 INFO kablam! Doc-tests rusty_express Oct 11 07:18:48.107 INFO blam! Oct 11 07:18:48.107 INFO blam! running 6 tests Oct 11 07:18:48.323 INFO blam! test src/support/session.rs - support::session (line 35) ... FAILED Oct 11 07:18:48.881 INFO blam! test src/core/http.rs - core::http::Response::send_file (line 557) ... FAILED Oct 11 07:18:48.964 INFO blam! test src/core/config.rs - core::config::EngineContext (line 139) ... FAILED Oct 11 07:18:49.008 INFO blam! test src/support/session.rs - support::session (line 11) ... FAILED Oct 11 07:18:52.481 INFO blam! test src/lib.rs - HttpServer::listen (line 98) ... FAILED Oct 11 07:19:48.116 INFO blam! test src/lib.rs - (line 6) ... test src/lib.rs - (line 6) has been running for over 60 seconds Oct 11 07:24:48.029 INFO error running command: process killed after not generating output for 300s Oct 11 07:24:48.029 INFO running `"docker" "rm" "-f" "05c4f6e9d40d43ea57612668ffa965359bdeabcca51693a699ba8f2263703c7d"` Oct 11 07:24:49.413 INFO blam! 05c4f6e9d40d43ea57612668ffa965359bdeabcca51693a699ba8f2263703c7d