[INFO] updating cached repository hyone/factordb-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hyone/factordb-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hyone/factordb-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/hyone/factordb-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/hyone/factordb-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hyone/factordb-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hyone/factordb-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hyone/factordb-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bdd44642cec4d65fc313b7519ac7f0add2c71687 [INFO] sha for GitHub repo hyone/factordb-rs: bdd44642cec4d65fc313b7519ac7f0add2c71687 [INFO] validating manifest of hyone/factordb-rs 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 hyone/factordb-rs 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 hyone/factordb-rs [INFO] finished frobbing hyone/factordb-rs [INFO] frobbed toml for hyone/factordb-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/hyone/factordb-rs/Cargo.toml [INFO] started frobbing hyone/factordb-rs [INFO] finished frobbing hyone/factordb-rs [INFO] frobbed toml for hyone/factordb-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hyone/factordb-rs/Cargo.toml [INFO] crate hyone/factordb-rs 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 hyone/factordb-rs 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hyone/factordb-rs:/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] 6dad3fc3ea830f43860bfdb303e4209d934f945c5f80f682c4aada2c9be97eb0 [INFO] running `"docker" "start" "-a" "6dad3fc3ea830f43860bfdb303e4209d934f945c5f80f682c4aada2c9be97eb0"` [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling libflate v0.1.9 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling hyper v0.11.1 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling reqwest v0.7.1 [INFO] [stderr] Compiling factordb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.84s [INFO] running `"docker" "inspect" "6dad3fc3ea830f43860bfdb303e4209d934f945c5f80f682c4aada2c9be97eb0"` [INFO] running `"docker" "rm" "-f" "6dad3fc3ea830f43860bfdb303e4209d934f945c5f80f682c4aada2c9be97eb0"` [INFO] [stdout] 6dad3fc3ea830f43860bfdb303e4209d934f945c5f80f682c4aada2c9be97eb0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hyone/factordb-rs:/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] 788ead9ca1c0d5d12d363b42f2dd9880e208144ff412d942e0ec0f070a499905 [INFO] running `"docker" "start" "-a" "788ead9ca1c0d5d12d363b42f2dd9880e208144ff412d942e0ec0f070a499905"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling http-muncher v0.3.1 [INFO] [stderr] Compiling mockito v0.8.0 [INFO] [stderr] Compiling factordb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.23s [INFO] running `"docker" "inspect" "788ead9ca1c0d5d12d363b42f2dd9880e208144ff412d942e0ec0f070a499905"` [INFO] running `"docker" "rm" "-f" "788ead9ca1c0d5d12d363b42f2dd9880e208144ff412d942e0ec0f070a499905"` [INFO] [stdout] 788ead9ca1c0d5d12d363b42f2dd9880e208144ff412d942e0ec0f070a499905 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hyone/factordb-rs:/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] 8589560a8fb8b6a1fa4715369be322f30813be28eb7d6edd09730e93c739bf71 [INFO] running `"docker" "start" "-a" "8589560a8fb8b6a1fa4715369be322f30813be28eb7d6edd09730e93c739bf71"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/factordb-06729a5d5e6ed712 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test client::tests::test_factor_list ... ok [INFO] [stdout] test client::tests::test_json ... ok [INFO] [stdout] test client::tests::test_request_failure ... ok [INFO] [stdout] test client::tests::test_request ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- client::tests::test_request stdout ---- [INFO] [stdout] thread 'client::tests::test_request' panicked at 'succeed to request: Error(Msg("Failed to request"), State { next_error: Some(Error { kind: ServerError(InternalServerError), url: Some("http://127.0.0.1:1234/?query=336") }), backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x564aa024c8f6 - backtrace::backtrace::libunwind::trace::hb68ca07ad3eba9d1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h9a1b26d0aad3756e [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x564aa0244573 - backtrace::capture::Backtrace::new::h85ced5f79d4be8a8 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64 [INFO] [stdout] 2: 0x564aa0240fd3 - error_chain::make_backtrace::h157ad93e07d79c17 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.10.0/src/lib.rs:417 [INFO] [stdout] 3: 0x564a9fe090d9 - core::ops::function::FnOnce::call_once::hf4d1283d63d95209 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 4: 0x564a9fe05a0d - core::option::Option::or_else::h29f5f405c78b2d58 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/option.rs:716 [INFO] [stdout] 5: 0x564a9fe0eda9 - error_chain::State::new::hee83953dfee91d1f [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.10.0/src/lib.rs:518 [INFO] [stdout] 6: 0x564a9fe0c4cc - as factordb::client::errors::ResultExt>::chain_err::{{closure}}::hab03f65612fc77cc [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::error_chain_processed macros>:131 [INFO] [stdout] 7: 0x564a9fdf4fcf - core::result::Result::map_err::h39a6a8745c998104 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:522 [INFO] [stdout] 8: 0x564a9fdf59ca - as factordb::client::errors::ResultExt>::chain_err::h1221253531ebd8bf [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::error_chain_processed macros>:129 [INFO] [stdout] 9: 0x564a9fdff040 - factordb::client::request::h72d03d8bf3b8e3f5 [INFO] [stdout] at src/client.rs:25 [INFO] [stdout] 10: 0x564a9fe03804 - factordb::client::tests::test_request::he1885830da6cbb1f [INFO] [stdout] at src/client.rs:70 [INFO] [stdout] 11: 0x564a9fe03709 - factordb::client::tests::test_request::{{closure}}::hfbe09eeee7180c3e [INFO] [stdout] at src/client.rs:62 [INFO] [stdout] 12: 0x564a9fe0905d - core::ops::function::FnOnce::call_once::hc492a584e6fdcc2c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 13: 0x564a9fe1d49e - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 14: 0x564aa0274b89 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 15: 0x564a9fe37a97 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x564a9fe12914 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x564a9fe169d4 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 18: 0x564aa0274b89 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x564a9fe170d1 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 20: 0x564aa0263ade - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 21: 0x564aa02742bf - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 22: 0x7f68d480d4a3 - start_thread [INFO] [stdout] 23: 0x7f68d4338d0e - __clone [INFO] [stdout] 24: 0x0 - ) })', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564aa02709ab - 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: 0x564aa02709ab - 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: 0x564aa02709ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x564aa02709ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x564aa02709ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x564aa027061a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x564aa0271120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x564aa0270ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x564aa0270b86 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x564aa028c20d - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x564a9fdf3343 - core::result::unwrap_failed::h5aa61f463d12b169 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x564a9fdf435c - core::result::Result::expect::h8b5b577d84ef130d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x564a9fe03828 - factordb::client::tests::test_request::he1885830da6cbb1f [INFO] [stdout] at src/client.rs:70 [INFO] [stdout] 13: 0x564a9fe0370a - factordb::client::tests::test_request::{{closure}}::hfbe09eeee7180c3e [INFO] [stdout] at src/client.rs:62 [INFO] [stdout] 14: 0x564a9fe0905e - core::ops::function::FnOnce::call_once::hc492a584e6fdcc2c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x564a9fe1d49f - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x564aa0274b8a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x564a9fe37a98 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x564a9fe37a98 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x564a9fe37a98 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x564a9fe12915 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x564a9fe169d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x564a9fe169d5 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x564a9fe169d5 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x564aa0274b8a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x564a9fe170d2 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x564a9fe170d2 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x564a9fe170d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x564a9fe170d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x564aa0263adf - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x564aa02742c0 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x564aa02742c0 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x564aa02742c0 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f68d480d4a4 - start_thread [INFO] [stdout] 34: 0x7f68d4338d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] client::tests::test_request [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "8589560a8fb8b6a1fa4715369be322f30813be28eb7d6edd09730e93c739bf71"` [INFO] running `"docker" "rm" "-f" "8589560a8fb8b6a1fa4715369be322f30813be28eb7d6edd09730e93c739bf71"` [INFO] [stdout] 8589560a8fb8b6a1fa4715369be322f30813be28eb7d6edd09730e93c739bf71