Oct 11 18:02:16.372 INFO testing kl-http-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:02:16.372 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:02:16.372 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 18:02:16.566 INFO blam! 45b025e28376aa339cef1600f257466f9e8d4e1f483cdb8765cdc3c4481b998b Oct 11 18:02:16.570 INFO running `"docker" "start" "-a" "45b025e28376aa339cef1600f257466f9e8d4e1f483cdb8765cdc3c4481b998b"` Oct 11 18:02:17.097 INFO kablam! usermod: no changes Oct 11 18:02:17.139 INFO kablam! Compiling kl-http v0.2.0 (/source) Oct 11 18:02:20.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 11 18:02:20.388 INFO kablam! su: No module specific data is present Oct 11 18:02:20.653 INFO running `"docker" "rm" "-f" "45b025e28376aa339cef1600f257466f9e8d4e1f483cdb8765cdc3c4481b998b"` Oct 11 18:02:20.737 INFO blam! 45b025e28376aa339cef1600f257466f9e8d4e1f483cdb8765cdc3c4481b998b Oct 11 18:02:20.741 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:02:20.741 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 18:02:20.912 INFO blam! 620ac154504309cc589e541df13582d5380b3207527e85dba4fd3ddffef23553 Oct 11 18:02:20.912 INFO running `"docker" "start" "-a" "620ac154504309cc589e541df13582d5380b3207527e85dba4fd3ddffef23553"` Oct 11 18:02:21.485 INFO kablam! usermod: no changes Oct 11 18:02:21.531 INFO kablam! Compiling kl-http v0.2.0 (/source) Oct 11 18:02:22.747 INFO kablam! warning: unused import: `Request` Oct 11 18:02:22.747 INFO kablam! --> src/tests.rs:10:13 Oct 11 18:02:22.747 INFO kablam! | Oct 11 18:02:22.747 INFO kablam! 10 | use http::{Request, Response, StatusCode}; Oct 11 18:02:22.747 INFO kablam! | ^^^^^^^ Oct 11 18:02:22.747 INFO kablam! | Oct 11 18:02:22.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 18:02:22.747 INFO kablam! Oct 11 18:02:22.866 INFO kablam! warning: unused import: `super` Oct 11 18:02:22.866 INFO kablam! --> src/tests.rs:1:5 Oct 11 18:02:22.866 INFO kablam! | Oct 11 18:02:22.866 INFO kablam! 1 | use super::*; Oct 11 18:02:22.866 INFO kablam! | ^^^^^ Oct 11 18:02:22.866 INFO kablam! Oct 11 18:02:22.875 INFO kablam! warning: unused variable: `listening_thread` Oct 11 18:02:22.875 INFO kablam! --> src/tests.rs:14:6 Oct 11 18:02:22.875 INFO kablam! | Oct 11 18:02:22.875 INFO kablam! 14 | let listening_thread = ::std::thread::spawn(move || { Oct 11 18:02:22.875 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_listening_thread` instead Oct 11 18:02:22.875 INFO kablam! | Oct 11 18:02:22.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 18:02:22.875 INFO kablam! Oct 11 18:02:22.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 18:02:22.906 INFO kablam! --> src/tests.rs:33:4 Oct 11 18:02:22.906 INFO kablam! | Oct 11 18:02:22.906 INFO kablam! 33 | myhttp.respond(response); Oct 11 18:02:22.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:02:22.906 INFO kablam! | Oct 11 18:02:22.906 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 18:02:22.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 18:02:22.906 INFO kablam! Oct 11 18:02:23.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 11 18:02:23.775 INFO kablam! su: No module specific data is present Oct 11 18:02:24.069 INFO running `"docker" "rm" "-f" "620ac154504309cc589e541df13582d5380b3207527e85dba4fd3ddffef23553"` Oct 11 18:02:24.163 INFO blam! 620ac154504309cc589e541df13582d5380b3207527e85dba4fd3ddffef23553 Oct 11 18:02:24.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:02:24.165 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 18:02:24.336 INFO blam! 6e53bb0731272c1f10b72264b8320423bdbb0d9929446c3c60cabadaf128e17f Oct 11 18:02:24.338 INFO running `"docker" "start" "-a" "6e53bb0731272c1f10b72264b8320423bdbb0d9929446c3c60cabadaf128e17f"` Oct 11 18:02:24.751 INFO kablam! usermod: no changes Oct 11 18:02:24.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 18:02:24.787 INFO kablam! Running /target/debug/deps/kl_http-9c427a0a88ef5121 Oct 11 18:02:24.790 INFO blam! Oct 11 18:02:24.790 INFO blam! running 3 tests Oct 11 18:02:24.791 INFO blam! test test_http_response ... ok Oct 11 18:02:24.791 INFO blam! test test_http_request ... ok Oct 11 18:02:24.814 INFO blam! test tests::main ... FAILED Oct 11 18:02:24.814 INFO blam! Oct 11 18:02:24.814 INFO blam! failures: Oct 11 18:02:24.814 INFO blam! Oct 11 18:02:24.814 INFO blam! ---- tests::main stdout ---- Oct 11 18:02:24.814 INFO blam! thread 'tests::main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }', libcore/result.rs:1009:5 Oct 11 18:02:24.814 INFO blam! stack backtrace: Oct 11 18:02:24.814 INFO blam! 0: 0x5597dce239ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 18:02:24.814 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 18:02:24.814 INFO blam! 1: 0x5597dce2cf76 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 18:02:24.814 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 18:02:24.814 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 18:02:24.814 INFO blam! 2: 0x5597dce27b7d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:211 Oct 11 18:02:24.814 INFO blam! 3: 0x5597dce2788b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:221 Oct 11 18:02:24.814 INFO blam! 4: 0x5597dce2822c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:476 Oct 11 18:02:24.814 INFO blam! 5: 0x5597dce27de9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:390 Oct 11 18:02:24.814 INFO blam! 6: 0x5597dce27ce5 - rust_begin_unwind Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:325 Oct 11 18:02:24.814 INFO blam! 7: 0x5597dce6831b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 18:02:24.814 INFO blam! at libcore/panicking.rs:77 Oct 11 18:02:24.814 INFO blam! 8: 0x5597dcd022b3 - core::result::unwrap_failed::h0b358d50efab8c0b Oct 11 18:02:24.814 INFO blam! at libcore/macros.rs:26 Oct 11 18:02:24.814 INFO blam! 9: 0x5597dcd0173b - >::unwrap::h6516a08b566444fd Oct 11 18:02:24.814 INFO blam! at libcore/result.rs:808 Oct 11 18:02:24.814 INFO blam! 10: 0x5597dcd089b3 - kl_http::tests::main::hc3415a6a7614e783 Oct 11 18:02:24.814 INFO blam! at src/tests.rs:37 Oct 11 18:02:24.814 INFO blam! 11: 0x5597dcd08929 - kl_http::tests::main::{{closure}}::h4f0453ffd1c58356 Oct 11 18:02:24.814 INFO blam! at src/tests.rs:6 Oct 11 18:02:24.814 INFO blam! 12: 0x5597dcd03f0d - core::ops::function::FnOnce::call_once::h0813a3694ebfe29d Oct 11 18:02:24.814 INFO blam! at libcore/ops/function.rs:238 Oct 11 18:02:24.814 INFO blam! 13: 0x5597dcd2093e - >::call_box::h95b7cb918af67b5d Oct 11 18:02:24.814 INFO blam! at libtest/lib.rs:1468 Oct 11 18:02:24.814 INFO blam! at libcore/ops/function.rs:238 Oct 11 18:02:24.814 INFO blam! at liballoc/boxed.rs:672 Oct 11 18:02:24.814 INFO blam! 14: 0x5597dce38149 - __rust_maybe_catch_panic Oct 11 18:02:24.814 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 18:02:24.814 INFO blam! 15: 0x5597dcd4148d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:289 Oct 11 18:02:24.814 INFO blam! at libstd/panic.rs:392 Oct 11 18:02:24.814 INFO blam! at libtest/lib.rs:1423 Oct 11 18:02:24.814 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 18:02:24.814 INFO blam! 16: 0x5597dcd42094 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 18:02:24.814 INFO blam! at libstd/thread/mod.rs:409 Oct 11 18:02:24.814 INFO blam! at libstd/panic.rs:313 Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:310 Oct 11 18:02:24.814 INFO blam! 17: 0x5597dce38149 - __rust_maybe_catch_panic Oct 11 18:02:24.814 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 18:02:24.814 INFO blam! 18: 0x5597dcd2f656 - >::call_box::h96125cb29a9ba44b Oct 11 18:02:24.814 INFO blam! at libstd/panicking.rs:289 Oct 11 18:02:24.814 INFO blam! at libstd/panic.rs:392 Oct 11 18:02:24.814 INFO blam! at libstd/thread/mod.rs:408 Oct 11 18:02:24.814 INFO blam! at liballoc/boxed.rs:672 Oct 11 18:02:24.814 INFO blam! 19: 0x5597dce25e2a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 18:02:24.814 INFO blam! at liballoc/boxed.rs:682 Oct 11 18:02:24.814 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 18:02:24.814 INFO blam! 20: 0x5597dce189d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 18:02:24.814 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 18:02:24.814 INFO blam! 21: 0x7f332286a6b9 - start_thread Oct 11 18:02:24.814 INFO blam! 22: 0x7f332238a41c - clone Oct 11 18:02:24.814 INFO blam! 23: 0x0 - Oct 11 18:02:24.814 INFO blam! Oct 11 18:02:24.814 INFO blam! Oct 11 18:02:24.814 INFO blam! failures: Oct 11 18:02:24.814 INFO blam! tests::main Oct 11 18:02:24.814 INFO blam! Oct 11 18:02:24.814 INFO blam! test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:02:24.814 INFO blam! Oct 11 18:02:24.815 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 18:02:24.817 INFO kablam! su: No module specific data is present Oct 11 18:02:25.119 INFO running `"docker" "rm" "-f" "6e53bb0731272c1f10b72264b8320423bdbb0d9929446c3c60cabadaf128e17f"` Oct 11 18:02:25.232 INFO blam! 6e53bb0731272c1f10b72264b8320423bdbb0d9929446c3c60cabadaf128e17f