[INFO] crate rural 0.8.1 is already in cache [INFO] testing rural-0.8.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rural 0.8.1 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate rural 0.8.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rural 0.8.1 [INFO] finished tweaking crates.io crate rural 0.8.1 [INFO] tweaked toml for crates.io crate rural 0.8.1 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0d172c4040b7a6c87a28e0803f8952ef17b649666e63643132a9e53944eb61c4 [INFO] running `"docker" "start" "-a" "0d172c4040b7a6c87a28e0803f8952ef17b649666e63643132a9e53944eb61c4"` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling mime v0.3.14 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.3.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling unicase v2.5.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling publicsuffix v1.5.3 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling json-color v0.7.1 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling rural v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:86:32 [INFO] [stderr] | [INFO] [stderr] 86 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.53s [INFO] running `"docker" "inspect" "0d172c4040b7a6c87a28e0803f8952ef17b649666e63643132a9e53944eb61c4"` [INFO] running `"docker" "rm" "-f" "0d172c4040b7a6c87a28e0803f8952ef17b649666e63643132a9e53944eb61c4"` [INFO] [stdout] 0d172c4040b7a6c87a28e0803f8952ef17b649666e63643132a9e53944eb61c4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 5517ab8db071730da0def97c707c089d5ab50401a6c832b90a2674a0796210e5 [INFO] running `"docker" "start" "-a" "5517ab8db071730da0def97c707c089d5ab50401a6c832b90a2674a0796210e5"` [INFO] [stderr] Compiling rural v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:86:32 [INFO] [stderr] | [INFO] [stderr] 86 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.91s [INFO] running `"docker" "inspect" "5517ab8db071730da0def97c707c089d5ab50401a6c832b90a2674a0796210e5"` [INFO] running `"docker" "rm" "-f" "5517ab8db071730da0def97c707c089d5ab50401a6c832b90a2674a0796210e5"` [INFO] [stdout] 5517ab8db071730da0def97c707c089d5ab50401a6c832b90a2674a0796210e5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] df9adc42c7b92c20334363a26ebefff80c4e9c8507d6bfaac8149e630adc80b8 [INFO] running `"docker" "start" "-a" "df9adc42c7b92c20334363a26ebefff80c4e9c8507d6bfaac8149e630adc80b8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rural-980ee191e8b42522 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test request::tests::head ... FAILED [INFO] [stdout] test request::tests::options ... FAILED [INFO] [stdout] test request::tests::post_form ... FAILED [INFO] [stdout] test request::tests::delete_json ... FAILED [INFO] [stdout] test request::tests::post_json ... FAILED [INFO] [stdout] test request::tests::put_form ... FAILED [INFO] [stdout] test request::tests::simple_headers ... FAILED [INFO] [stdout] test request::tests::put_json ... FAILED [INFO] [stdout] test request::tests::patch_form ... FAILED [INFO] [stdout] test request::tests::delete_form ... FAILED [INFO] [stdout] test request::tests::get_manual_params ... FAILED [INFO] [stdout] test request::tests::patch_json ... FAILED [INFO] [stdout] test request::tests::simple_get_http ... FAILED [INFO] [stdout] test request::tests::get_querystring_params ... FAILED [INFO] [stdout] test request::tests::simple_post_http ... FAILED [INFO] [stdout] test request::tests::simple_post_https ... FAILED [INFO] [stdout] test request::tests::simple_get_https ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- request::tests::head stdout ---- [INFO] [stdout] thread 'request::tests::head' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/response-headers?bass=john&drums=keith")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- request::tests::options stdout ---- [INFO] [stdout] thread 'request::tests::options' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/response-headers?bass=john&drums=keith")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::post_form stdout ---- [INFO] [stdout] thread 'request::tests::post_form' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/post?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::delete_json stdout ---- [INFO] [stdout] thread 'request::tests::delete_json' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/delete?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::post_json stdout ---- [INFO] [stdout] thread 'request::tests::post_json' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/post?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::put_form stdout ---- [INFO] [stdout] thread 'request::tests::put_form' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/put?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::simple_headers stdout ---- [INFO] [stdout] thread 'request::tests::simple_headers' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/headers?")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::put_json stdout ---- [INFO] [stdout] thread 'request::tests::put_json' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/put?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::patch_form stdout ---- [INFO] [stdout] thread 'request::tests::patch_form' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/patch?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::delete_form stdout ---- [INFO] [stdout] thread 'request::tests::delete_form' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/delete?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::get_manual_params stdout ---- [INFO] [stdout] thread 'request::tests::get_manual_params' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/response-headers?bass=john&drums=keith")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::patch_json stdout ---- [INFO] [stdout] thread 'request::tests::patch_json' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/patch?band=the+who&song=bargain")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::simple_get_http stdout ---- [INFO] [stdout] thread 'request::tests::simple_get_http' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/status/200")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::get_querystring_params stdout ---- [INFO] [stdout] thread 'request::tests::get_querystring_params' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/response-headers?bass=john&drums=keith")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::simple_post_http stdout ---- [INFO] [stdout] thread 'request::tests::simple_post_http' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "http://httpbin.org/status/200")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::simple_post_https stdout ---- [INFO] [stdout] thread 'request::tests::simple_post_https' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "https://httpbin.org/status/200")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- request::tests::simple_get_https stdout ---- [INFO] [stdout] thread 'request::tests::simple_get_https' panicked at 'called `Result::unwrap()` on an `Err` value: Error { message: "An error occurred while making an HTTP request: error trying to connect", kind: Http(Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "https://httpbin.org/status/200")) }', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5597b1583334 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5597b1583334 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5597b1583334 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x5597b1583334 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x5597b15a4c2c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x5597b0ca6ad5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x5597b157cde1 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x5597b1585875 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x5597b1585875 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5597b1585875 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x5597b15854fc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x5597b1585f75 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x5597b1585b12 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x5597b1585a06 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x5597b15a16aa - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x5597b15a17a7 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x5597b0c85645 - core::result::Result::unwrap::h4eed76a1f88c07fb [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:933 [INFO] [stdout] 17: 0x5597b0c64c0e - rural::request::tests::simple_get_https::hf869418720437fc0 [INFO] [stdout] at src/request.rs:175 [INFO] [stdout] 18: 0x5597b0c64b3a - rural::request::tests::simple_get_https::{{closure}}::h5626a34254196e10 [INFO] [stdout] at src/request.rs:174 [INFO] [stdout] 19: 0x5597b0c7cfee - core::ops::function::FnOnce::call_once::h9ce42eb10a0ea586 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x5597b0cb09cf - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x5597b158958a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5597b0ccb1de - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x5597b0ccb1de - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5597b0ccb1de - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x5597b0ca6245 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x5597b0caa3d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x5597b0caa3d5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x5597b0caa3d5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x5597b158958a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x5597b0caa982 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x5597b0caa982 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x5597b0caa982 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x5597b0caa982 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x5597b1578f3f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x5597b15888f0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x5597b15888f0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x5597b15888f0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f64b65df6db - start_thread [INFO] [stdout] 39: 0x7f64b60f088f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] request::tests::delete_form [INFO] [stdout] request::tests::delete_json [INFO] [stdout] request::tests::get_manual_params [INFO] [stdout] request::tests::get_querystring_params [INFO] [stdout] request::tests::head [INFO] [stdout] request::tests::options [INFO] [stdout] request::tests::patch_form [INFO] [stdout] request::tests::patch_json [INFO] [stdout] request::tests::post_form [INFO] [stdout] request::tests::post_json [INFO] [stdout] request::tests::put_form [INFO] [stdout] request::tests::put_json [INFO] [stdout] request::tests::simple_get_http [INFO] [stdout] request::tests::simple_get_https [INFO] [stdout] request::tests::simple_headers [INFO] [stdout] request::tests::simple_post_http [INFO] [stdout] request::tests::simple_post_https [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 17 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin rural' [INFO] running `"docker" "inspect" "df9adc42c7b92c20334363a26ebefff80c4e9c8507d6bfaac8149e630adc80b8"` [INFO] running `"docker" "rm" "-f" "df9adc42c7b92c20334363a26ebefff80c4e9c8507d6bfaac8149e630adc80b8"` [INFO] [stdout] df9adc42c7b92c20334363a26ebefff80c4e9c8507d6bfaac8149e630adc80b8