Oct 11 12:24:14.048 INFO testing rusty_express-0.3.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:24:14.048 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:24:14.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 12:24:14.510 INFO blam! cdb4dd46ef9cc9eb4db597fb4addf47e35f9223906cc82342e924b9c3ba35060 Oct 11 12:24:14.512 INFO running `"docker" "start" "-a" "cdb4dd46ef9cc9eb4db597fb4addf47e35f9223906cc82342e924b9c3ba35060"` Oct 11 12:24:16.360 INFO kablam! usermod: no changes Oct 11 12:24:16.556 INFO kablam! Compiling rusty_express v0.3.5 (/source) Oct 11 12:24:21.190 INFO kablam! warning: variable does not need to be mutable Oct 11 12:24:21.190 INFO kablam! --> src/support/logger.rs:128:15 Oct 11 12:24:21.190 INFO kablam! | Oct 11 12:24:21.190 INFO kablam! 128 | if let Ok(mut config) = CONFIG.read() { Oct 11 12:24:21.190 INFO kablam! | ----^^^^^^ Oct 11 12:24:21.190 INFO kablam! | | Oct 11 12:24:21.190 INFO kablam! | help: remove this `mut` Oct 11 12:24:21.190 INFO kablam! | Oct 11 12:24:21.190 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 12:24:21.192 INFO kablam! Oct 11 12:24:29.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.24s Oct 11 12:24:29.625 INFO kablam! su: No module specific data is present Oct 11 12:24:30.584 INFO running `"docker" "rm" "-f" "cdb4dd46ef9cc9eb4db597fb4addf47e35f9223906cc82342e924b9c3ba35060"` Oct 11 12:24:30.944 INFO blam! cdb4dd46ef9cc9eb4db597fb4addf47e35f9223906cc82342e924b9c3ba35060 Oct 11 12:24:30.950 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:24:30.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 12:24:31.347 INFO blam! 9b21b1276c17ef1eeac206154f50dff6d44cb8d297be6499bf68104768b12e65 Oct 11 12:24:31.347 INFO running `"docker" "start" "-a" "9b21b1276c17ef1eeac206154f50dff6d44cb8d297be6499bf68104768b12e65"` Oct 11 12:24:32.852 INFO kablam! usermod: no changes Oct 11 12:24:33.080 INFO kablam! Compiling rusty_express v0.3.5 (/source) Oct 11 12:24:43.380 INFO kablam! warning: variable does not need to be mutable Oct 11 12:24:43.380 INFO kablam! --> src/support/logger.rs:128:15 Oct 11 12:24:43.381 INFO kablam! | Oct 11 12:24:43.381 INFO kablam! 128 | if let Ok(mut config) = CONFIG.read() { Oct 11 12:24:43.381 INFO kablam! | ----^^^^^^ Oct 11 12:24:43.381 INFO kablam! | | Oct 11 12:24:43.381 INFO kablam! | help: remove this `mut` Oct 11 12:24:43.381 INFO kablam! | Oct 11 12:24:43.381 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 12:24:43.381 INFO kablam! Oct 11 12:24:44.384 INFO kablam! warning: unused variable: `req` Oct 11 12:24:44.384 INFO kablam! --> examples/simple_redirect.rs:19:24 Oct 11 12:24:44.384 INFO kablam! | Oct 11 12:24:44.384 INFO kablam! 19 | pub fn simple_response(req: &Box, resp: &mut Box) { Oct 11 12:24:44.384 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 12:24:44.384 INFO kablam! | Oct 11 12:24:44.384 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 12:24:44.384 INFO kablam! Oct 11 12:24:44.384 INFO kablam! warning: unused variable: `req` Oct 11 12:24:44.384 INFO kablam! --> examples/simple_redirect.rs:27:24 Oct 11 12:24:44.384 INFO kablam! | Oct 11 12:24:44.384 INFO kablam! 27 | pub fn simple_redirect(req: &Box, resp: &mut Box) { Oct 11 12:24:44.384 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 12:24:44.384 INFO kablam! Oct 11 12:24:44.384 INFO kablam! warning: unused variable: `req` Oct 11 12:24:44.384 INFO kablam! --> examples/simple_redirect.rs:31:26 Oct 11 12:24:44.384 INFO kablam! | Oct 11 12:24:44.384 INFO kablam! 31 | pub fn simple_redir_fail(req: &Box, resp: &mut Box) { Oct 11 12:24:44.385 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 12:24:44.385 INFO kablam! Oct 11 12:24:50.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.18s Oct 11 12:24:50.073 INFO kablam! su: No module specific data is present Oct 11 12:24:50.758 INFO running `"docker" "rm" "-f" "9b21b1276c17ef1eeac206154f50dff6d44cb8d297be6499bf68104768b12e65"` Oct 11 12:24:51.060 INFO blam! 9b21b1276c17ef1eeac206154f50dff6d44cb8d297be6499bf68104768b12e65 Oct 11 12:24:51.073 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:24:51.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 12:24:51.486 INFO blam! da1c9f06e057c861079fb6132e912edf012a334e1b2d976e211c6502b2f14ba4 Oct 11 12:24:51.488 INFO running `"docker" "start" "-a" "da1c9f06e057c861079fb6132e912edf012a334e1b2d976e211c6502b2f14ba4"` Oct 11 12:24:53.410 INFO kablam! usermod: no changes Oct 11 12:24:53.504 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 12:24:53.505 INFO kablam! Running /target/debug/deps/rusty_express-012c91d5cbaeaf97 Oct 11 12:24:53.516 INFO blam! Oct 11 12:24:53.516 INFO blam! running 1 test Oct 11 12:24:53.516 INFO blam! test core::router::route_test::params_parser_test_one ... ok Oct 11 12:24:53.516 INFO blam! Oct 11 12:24:53.516 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:24:53.516 INFO blam! Oct 11 12:24:53.524 INFO kablam! Doc-tests rusty_express Oct 11 12:24:59.484 INFO blam! Oct 11 12:24:59.484 INFO blam! running 6 tests Oct 11 12:25:00.765 INFO blam! test src/support/session.rs - support::session (line 35) ... FAILED Oct 11 12:25:04.076 INFO blam! test src/support/session.rs - support::session (line 11) ... FAILED Oct 11 12:25:04.656 INFO blam! test src/core/http.rs - core::http::Response::send_file (line 532) ... FAILED Oct 11 12:25:04.746 INFO blam! test src/core/config.rs - core::config::EngineContext (line 94) ... FAILED Oct 11 12:25:11.816 INFO blam! test src/lib.rs - HttpServer::listen (line 102) ... FAILED Oct 11 12:25:59.484 INFO blam! test src/lib.rs - (line 6) ... test src/lib.rs - (line 6) has been running for over 60 seconds Oct 11 12:30:59.390 INFO error running command: process killed after not generating output for 300s Oct 11 12:30:59.390 INFO running `"docker" "rm" "-f" "da1c9f06e057c861079fb6132e912edf012a334e1b2d976e211c6502b2f14ba4"` Oct 11 12:31:00.248 INFO blam! da1c9f06e057c861079fb6132e912edf012a334e1b2d976e211c6502b2f14ba4