[INFO] updating cached repository serabis-solutions/waffles [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/serabis-solutions/waffles [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/serabis-solutions/waffles" "work/ex/beta-1.38-1/sources/1.37.0/gh/serabis-solutions/waffles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/serabis-solutions/waffles'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/serabis-solutions/waffles" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/serabis-solutions/waffles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/serabis-solutions/waffles'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 189631a0385b52d11f1ba2868e83870628d447ab [INFO] sha for GitHub repo serabis-solutions/waffles: 189631a0385b52d11f1ba2868e83870628d447ab [INFO] validating manifest of serabis-solutions/waffles on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of serabis-solutions/waffles on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing serabis-solutions/waffles [INFO] finished frobbing serabis-solutions/waffles [INFO] frobbed toml for serabis-solutions/waffles written to work/ex/beta-1.38-1/sources/1.37.0/gh/serabis-solutions/waffles/Cargo.toml [INFO] started frobbing serabis-solutions/waffles [INFO] finished frobbing serabis-solutions/waffles [INFO] frobbed toml for serabis-solutions/waffles written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/serabis-solutions/waffles/Cargo.toml [INFO] crate serabis-solutions/waffles already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing serabis-solutions/waffles against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/serabis-solutions/waffles:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 91488f56df5408fa0f56feae762b5ba8ded42693540bad882dc34e2bb8517966 [INFO] running `"docker" "start" "-a" "91488f56df5408fa0f56feae762b5ba8ded42693540bad882dc34e2bb8517966"` [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling nom v3.2.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling config v0.7.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling pretty_env_logger v0.1.1 [INFO] [stderr] Compiling waffles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proxy.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proxy.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] 5 | | Io(::std::io::Error) #[cfg(unix)]; [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] 5 | | Io(::std::io::Error) #[cfg(unix)]; [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.90s [INFO] running `"docker" "inspect" "91488f56df5408fa0f56feae762b5ba8ded42693540bad882dc34e2bb8517966"` [INFO] running `"docker" "rm" "-f" "91488f56df5408fa0f56feae762b5ba8ded42693540bad882dc34e2bb8517966"` [INFO] [stdout] 91488f56df5408fa0f56feae762b5ba8ded42693540bad882dc34e2bb8517966 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/serabis-solutions/waffles:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a6705b4cd81cd6e3b6794f829679ce0908187f8d7287ef10dffd0d3394d51a34 [INFO] running `"docker" "start" "-a" "a6705b4cd81cd6e3b6794f829679ce0908187f8d7287ef10dffd0d3394d51a34"` [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling waffles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proxy.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proxy.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] 5 | | Io(::std::io::Error) #[cfg(unix)]; [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] 5 | | Io(::std::io::Error) #[cfg(unix)]; [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.59s [INFO] running `"docker" "inspect" "a6705b4cd81cd6e3b6794f829679ce0908187f8d7287ef10dffd0d3394d51a34"` [INFO] running `"docker" "rm" "-f" "a6705b4cd81cd6e3b6794f829679ce0908187f8d7287ef10dffd0d3394d51a34"` [INFO] [stdout] a6705b4cd81cd6e3b6794f829679ce0908187f8d7287ef10dffd0d3394d51a34 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/serabis-solutions/waffles:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 2bfdec4f9255a2d6baf55d161f0de6e1bcb93caae0a47acafc4181709fe3130b [INFO] running `"docker" "start" "-a" "2bfdec4f9255a2d6baf55d161f0de6e1bcb93caae0a47acafc4181709fe3130b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/waffles-cc35d4b5afdbb9b9 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] thread '' panicked at 'Unable to load Waffles.toml: configuration file "Waffles" not found', src/libcore/result.rs:999:5 [INFO] [stderr] stack backtrace: [INFO] [stdout] test tests::proxy_tests::setup_http_tests ... ok [INFO] [stderr] 0: 0x55931a9e0edb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55931a9e0edb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55931a9e0edb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x55931a9e0edb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x55931a9e0edb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x55931a9e0bb7 - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x55931a9e1650 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x55931a9e11d2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x55931a9e10b6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x55931a9fcebd - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x55931a44a367 - core::result::unwrap_failed::h8bcc4d8ce832bea2 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stderr] 11: 0x55931a4508ed - core::result::Result::expect::h7be9bc372563d696 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:827 [INFO] [stderr] 12: 0x55931a447e08 - waffles::run::h9c1eaa1acc7fd547 [INFO] [stderr] at src/main.rs:40 [INFO] [stderr] 13: 0x55931a449b3d - waffles::main::h3543d62f7f407f75 [INFO] [stderr] at src/main.rs:153 [INFO] [stderr] 14: 0x55931a43b9c6 - waffles::tests::proxy_tests::setup_http_tests::{{closure}}::h4f7061149ec89153 [INFO] [stderr] at src/tests.rs:23 [INFO] [stderr] 15: 0x55931a3fc849 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha919ad69f8f0c15d [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 16: 0x55931a407fa6 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8582b0f35a5344bb [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stderr] 17: 0x55931a3fc339 - as core::ops::function::FnOnce<()>>::call_once::hba72db94ffa72c28 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stderr] 18: 0x55931a444aab - std::panicking::try::do_call::ha1823c33cc77d937 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stderr] 19: 0x55931a9e4a0a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 20: 0x55931a444955 - std::panicking::try::h548c556ec20b8d99 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stderr] 21: 0x55931a3fc9a9 - std::panic::catch_unwind::h48e1984dea43e38d [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stderr] 22: 0x55931a407de4 - std::thread::Builder::spawn_unchecked::{{closure}}::ha422c89b77a39f13 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stderr] 23: 0x55931a42939d - core::ops::function::FnOnce::call_once{{vtable.shim}}::h71a138ec7007bb5c [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stderr] 24: 0x55931a9d295f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stderr] 25: 0x55931a9e40b0 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stderr] 26: 0x55931a9e40b0 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 27: 0x55931a9e40b0 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 28: 0x7f4eaaa924a4 - start_thread [INFO] [stderr] 29: 0x7f4eaa5bdd0f - __clone [INFO] [stderr] 30: 0x0 - [INFO] [stdout] test tests::proxy_tests::http_200_ok ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin waffles' [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::proxy_tests::http_200_ok stdout ---- [INFO] [stdout] thread 'tests::proxy_tests::http_200_ok' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }), url: Some("http://www.example.org/") }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55931a9e0edb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55931a9e0edb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55931a9e0edb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55931a9e0edb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55931a9e0edb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55931a9e0b4a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55931a9e1650 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55931a9e11d2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55931a9e10b6 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55931a9fcebd - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55931a44a4b3 - core::result::unwrap_failed::hb4eec193c092532f [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55931a4511ca - core::result::Result::unwrap::h1c4818727f040166 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x55931a43b8e9 - waffles::tests::proxy_tests::simple_get::hd8fe50bac3f17c5a [INFO] [stdout] at src/tests.rs:52 [INFO] [stdout] 13: 0x55931a43ba10 - waffles::tests::proxy_tests::http_200_ok::hc1ce5379ea88dfdf [INFO] [stdout] at src/tests.rs:29 [INFO] [stdout] 14: 0x55931a43b9da - waffles::tests::proxy_tests::http_200_ok::{{closure}}::h27e519800cccf658 [INFO] [stdout] at src/tests.rs:28 [INFO] [stdout] 15: 0x55931a42941e - core::ops::function::FnOnce::call_once::h00294a18b5fec831 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x55931a45e03f - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x55931a9e4a0a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x55931a478638 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55931a478638 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55931a478638 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x55931a4534b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x55931a457575 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x55931a457575 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x55931a457575 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x55931a9e4a0a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x55931a457c72 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x55931a457c72 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55931a457c72 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x55931a457c72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x55931a9d295f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x55931a9e40b0 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55931a9e40b0 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x55931a9e40b0 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f4eaaa924a4 - start_thread [INFO] [stdout] 35: 0x7f4eaa5bdd0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::proxy_tests::http_200_ok [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2bfdec4f9255a2d6baf55d161f0de6e1bcb93caae0a47acafc4181709fe3130b"` [INFO] running `"docker" "rm" "-f" "2bfdec4f9255a2d6baf55d161f0de6e1bcb93caae0a47acafc4181709fe3130b"` [INFO] [stdout] 2bfdec4f9255a2d6baf55d161f0de6e1bcb93caae0a47acafc4181709fe3130b