[INFO] crate chrootable-https 0.10.1 is already in cache [INFO] extracting crate chrootable-https 0.10.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/chrootable-https/0.10.1 [INFO] extracting crate chrootable-https 0.10.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chrootable-https/0.10.1 [INFO] validating manifest of chrootable-https-0.10.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chrootable-https-0.10.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chrootable-https-0.10.1 [INFO] finished frobbing chrootable-https-0.10.1 [INFO] frobbed toml for chrootable-https-0.10.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/chrootable-https/0.10.1/Cargo.toml [INFO] started frobbing chrootable-https-0.10.1 [INFO] finished frobbing chrootable-https-0.10.1 [INFO] frobbed toml for chrootable-https-0.10.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chrootable-https/0.10.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chrootable-https-0.10.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chrootable-https/0.10.1:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 0f11a1ff8754c1a9cdf6890f6acd269ffd5c13734dde3d65abb86ee0fc13ee38 [INFO] running `"docker" "start" "-a" "0f11a1ff8754c1a9cdf6890f6acd269ffd5c13734dde3d65abb86ee0fc13ee38"` [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling hyper-rustls v0.16.1 [INFO] [stderr] Compiling trust-dns v0.16.1 [INFO] [stderr] Compiling chrootable-https v0.10.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:177:30 [INFO] [stderr] | [INFO] [stderr] 177 | pub struct Connecting(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:190:26 [INFO] [stderr] | [INFO] [stderr] 190 | pub struct Resolving(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dns/mod.rs:209:27 [INFO] [stderr] | [INFO] [stderr] 209 | let response: Box + Send> = match self.timeout { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dns/mod.rs:306:26 [INFO] [stderr] | [INFO] [stderr] 306 | pub struct Resolving(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/socks5.rs:65:33 [INFO] [stderr] | [INFO] [stderr] 65 | pub struct ConnectionFuture(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/socks5.rs:78:27 [INFO] [stderr] | [INFO] [stderr] 78 | pub struct SkipFuture(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/socks5.rs:89:45 [INFO] [stderr] | [INFO] [stderr] 89 | fn err(msg: &str) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:157:31 [INFO] [stderr] | [INFO] [stderr] 157 | pub struct ResponseFuture(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.06s [INFO] running `"docker" "inspect" "0f11a1ff8754c1a9cdf6890f6acd269ffd5c13734dde3d65abb86ee0fc13ee38"` [INFO] running `"docker" "rm" "-f" "0f11a1ff8754c1a9cdf6890f6acd269ffd5c13734dde3d65abb86ee0fc13ee38"` [INFO] [stdout] 0f11a1ff8754c1a9cdf6890f6acd269ffd5c13734dde3d65abb86ee0fc13ee38 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chrootable-https/0.10.1:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 4f6c8f28c6d0c6c8e30a9a0f666f84fda51e868ca1a57bbf445f1385b2ed72e8 [INFO] running `"docker" "start" "-a" "4f6c8f28c6d0c6c8e30a9a0f666f84fda51e868ca1a57bbf445f1385b2ed72e8"` [INFO] [stderr] Compiling chrootable-https v0.10.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:177:30 [INFO] [stderr] | [INFO] [stderr] 177 | pub struct Connecting(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:190:26 [INFO] [stderr] | [INFO] [stderr] 190 | pub struct Resolving(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dns/mod.rs:209:27 [INFO] [stderr] | [INFO] [stderr] 209 | let response: Box + Send> = match self.timeout { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dns/mod.rs:306:26 [INFO] [stderr] | [INFO] [stderr] 306 | pub struct Resolving(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/socks5.rs:65:33 [INFO] [stderr] | [INFO] [stderr] 65 | pub struct ConnectionFuture(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/socks5.rs:78:27 [INFO] [stderr] | [INFO] [stderr] 78 | pub struct SkipFuture(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/socks5.rs:89:45 [INFO] [stderr] | [INFO] [stderr] 89 | fn err(msg: &str) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:157:31 [INFO] [stderr] | [INFO] [stderr] 157 | pub struct ResponseFuture(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.89s [INFO] running `"docker" "inspect" "4f6c8f28c6d0c6c8e30a9a0f666f84fda51e868ca1a57bbf445f1385b2ed72e8"` [INFO] running `"docker" "rm" "-f" "4f6c8f28c6d0c6c8e30a9a0f666f84fda51e868ca1a57bbf445f1385b2ed72e8"` [INFO] [stdout] 4f6c8f28c6d0c6c8e30a9a0f666f84fda51e868ca1a57bbf445f1385b2ed72e8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chrootable-https/0.10.1:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 612635e644b731f0291533fcd47699d5a6edfbc2715ec0ddd30a9573a53d437e [INFO] running `"docker" "start" "-a" "612635e644b731f0291533fcd47699d5a6edfbc2715ec0ddd30a9573a53d437e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/chrootable_https-4285f3370951bb2f [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test cache::tests::verify_get ... ok [INFO] [stdout] test connector::tests::verify_ipv6_skip_resolve ... ok [INFO] [stdout] test connector::tests::verify_ipv4_skip_resolve ... ok [INFO] [stdout] test connector::tests::verify_domain_does_not_skip_resolve ... ok [INFO] [stdout] test cache::tests::verify_insert ... ok [INFO] [stdout] test dns::tests::verify_dns_config_from_json ... ok [INFO] [stdout] test cache::tests::verify_expire ... ok [INFO] [stdout] test dns::tests::verify_dns_query_timeout ... ok [INFO] [stdout] test tests::verify_200_https_system_resolver ... FAILED [INFO] [stdout] test dns::tests::verify_dns_query_nx ... FAILED [INFO] [stdout] test dns::tests::verify_dns_config ... FAILED [INFO] [stdout] test dns::tests::verify_dns_query_empty_cname ... FAILED [INFO] [stdout] test tests::verify_200_https ... FAILED [INFO] [stdout] test tests::verify_200_http ... FAILED [INFO] [stdout] test dns::tests::verify_dns_query ... FAILED [INFO] [stdout] test tests::verify_200_https_ipaddr ... FAILED [INFO] [stdout] test tests::verify_timeout ... ok [INFO] [stdout] test tests::verify_302 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::verify_200_https_system_resolver stdout ---- [INFO] [stdout] thread 'tests::verify_200_https_system_resolver' panicked at 'request failed: Error(Connect, Custom { kind: Other, error: "proto error" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h3da663889fd23f87 (0x559526f32f5b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h8a7c9b687b2c3b95 (0x559527007f43) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: core::ops::function::FnOnce::call_once::hfcbcf47295436d07 (0x559526fea773) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h03b49f9a19035443 (0x559526facf48) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hfb37e17a86c105b5 (0x559526fcf019) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 7: futures::future::chain::Chain::poll::h1dc1a0c42f6f9a1a (0x55952706dbb9) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 8: as futures::future::Future>::poll::ha58668586c504324 (0x559527040b2a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 9: as futures::future::Future>::poll::h5e3041e4ccda2b41 (0x559526fcd916) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::h538d28c163a01a29 (0x5595270755f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 11: as futures::future::Future>::poll::hfc6ff42694bb9d7d (0x559527040d0a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 12: as futures::future::Future>::poll::h74cfd05c6c644c7c (0x559526f6d0fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 13: ::poll::hc1ad0cc0569414ec (0x55952700ef7b) [INFO] [stdout] at src/lib.rs:195 [INFO] [stdout] 14: futures::future::chain::Chain::poll::hb64bfe53b7f488f1 (0x55952707d09f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h2b899de0ec42f35b (0x559526fcc463) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::hb72a7e1c847fa833 (0x5595276ec725) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h07de779ec46f9871 (0x5595275690a4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 18: futures::task_impl::Spawn::enter::{{closure}}::he60f85ce160ece48 (0x559527569381) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 19: futures::task_impl::std::set::ha05af8abea99f45a (0x559527560604) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 20: futures::task_impl::Spawn::enter::h4d76fadb3b66833d (0x5595275691cf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 21: futures::task_impl::Spawn::poll_fn_notify::h080b19990be7a6bb (0x559527568e88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::hc7fad5bf3df5e8bc (0x559527569078) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: tokio_threadpool::task::Task::run::{{closure}}::ha165f1473823d4d9 (0x55952756ae82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 24: core::ops::function::FnOnce::call_once::hff82998da205e5f7 (0x55952757da99) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: as core::ops::function::FnOnce<()>>::call_once::haecd2e842402882c (0x55952756b809) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 26: std::panicking::try::do_call::h574d73814ebdca65 (0x55952758e173) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 27: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 28: std::panicking::try::h575c3f1f4acd22a9 (0x55952758dfc0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 29: std::panic::catch_unwind::h71e5633185c43b7f (0x55952756c071) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 30: tokio_threadpool::task::Task::run::haaac8cf0b6b725ff (0x55952756a6b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::run_task2::ha693b9a90627dedb (0x55952757acbf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::run_task::hdf2355e5c6913aec (0x55952757a514) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::try_run_owned_task::hf9c01325e2514108 (0x559527579b6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::try_run_task::h3cc2891cfb031e26 (0x55952757959d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run::h5709eaeacaa13944 (0x5595275793db) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 36: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hefa1500ca4090c0e (0x5595274e67ac) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 37: tokio_timer::timer::handle::with_default::{{closure}}::h6bc5e2175e586833 (0x5595274fda7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 38: std::thread::local::LocalKey::try_with::ha4b5e8e45fd1a78c (0x5595274f7fff) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 39: std::thread::local::LocalKey::with::h4768cf04e0f4eeff (0x5595274f75c3) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::hd23a32be56241efc (0x5595274fd8c3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 41: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::hb4f4d924ef0bf6bd (0x5595274e680c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 42: tokio_timer::clock::clock::with_default::{{closure}}::hf3522dffdd5db3cf (0x5595274e214f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 43: std::thread::local::LocalKey::try_with::h784000ec165cc07e (0x5595274f7d1b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 44: std::thread::local::LocalKey::with::hf7f09aa3acaf8bae (0x5595274f76fd) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::h3378715381988ed1 (0x5595274e204b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 46: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::had672575aa6623e7 (0x5595274e685d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 47: tokio_reactor::with_default::{{closure}}::h40a97b7507c94196 (0x5595274fddfd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 48: std::thread::local::LocalKey::try_with::h1899fc5338b821ca (0x5595274f788b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 49: std::thread::local::LocalKey::with::h1339b3bb1772360b (0x5595274f748d) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 50: tokio_reactor::with_default::h66cbf2eebd974258 (0x5595274fdbc5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 51: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h7e0ddbbff1f860ce (0x5595274e6900) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 52: tokio_threadpool::callback::Callback::call::h368d38c8efa04198 (0x55952756fd53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 53: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h00dc9278fd7a8e18 (0x55952757908f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 54: tokio_executor::global::with_default::{{closure}}::h9fc8925a83600f5d (0x55952758a0bb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 55: std::thread::local::LocalKey::try_with::h1c0814e158c7cb05 (0x559527571caf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 56: std::thread::local::LocalKey::with::h32c03678c28e0176 (0x559527571813) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 57: tokio_executor::global::with_default::h2c0c2e3623225332 (0x559527589f93) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 58: tokio_threadpool::worker::Worker::do_run::{{closure}}::h5854a5dcb7b81f7e (0x55952757913d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 59: std::thread::local::LocalKey::try_with::h8eee940d6498fbe3 (0x559527571e06) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 60: std::thread::local::LocalKey::with::h7b4370b4ce3823dd (0x5595275718fe) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::ha2647372e789ebab (0x559527578f65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 62: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::he7d525dd715d04bc (0x559527585280) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 63: std::sys_common::backtrace::__rust_begin_short_backtrace::h5f5bcc22ccff708f (0x55952758da0e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 64: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h69de92829f86732b (0x5595275755a2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 65: as core::ops::function::FnOnce<()>>::call_once::h818b07766088c8e9 (0x55952756b7d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 66: std::panicking::try::do_call::he94674d9a2995e9b (0x55952758e1fc) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h0d01f55a5bc63312 (0x55952758ddf2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 69: std::panic::catch_unwind::hf1a678054aaa1758 (0x55952756c0b2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 70: std::thread::Builder::spawn_unchecked::{{closure}}::h74f9005c29e419e1 (0x559527575386) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 71: core::ops::function::FnOnce::call_once{{vtable.shim}}::h994c7866d97bd8a7 (0x55952757d7b4) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 72: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 73: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 74: start_thread (0x7f876250d4a4) [INFO] [stdout] 75: __clone (0x7f8762038d0f) [INFO] [stdout] 76: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab603 - core::result::Result::expect::h45f1e6e0fe0c1101 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cf54e - chrootable_https::tests::verify_200_https_system_resolver::h8c9873afd3379a41 [INFO] [stdout] at src/lib.rs:287 [INFO] [stdout] 13: 0x5595270cf48a - chrootable_https::tests::verify_200_https_system_resolver::{{closure}}::h9f6611cfece9298a [INFO] [stdout] at src/lib.rs:285 [INFO] [stdout] 14: 0x559526fe9b2e - core::ops::function::FnOnce::call_once::h49871be16cb76f9d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dns::tests::verify_dns_query_nx stdout ---- [INFO] [stdout] thread 'dns::tests::verify_dns_query_nx' panicked at 'resolve failed: Error { inner: ProtoError { inner: Os { code: 101, kind: Other, message: "Network is unreachable" } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::he7c9c894cfe0bdce (0x5595271f5c40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h287ed6bc2859841a (0x5595271b57a0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::h663631fc3484bfa8 (0x5595271e40e0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 5: failure::context::Context::with_err::hce88e7ee85074f3a (0x5595271dc318) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/context.rs:105 [INFO] [stdout] 6: failure::Fail::context::h0026f0d486ca0f4b (0x5595271e452c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/lib.rs:160 [INFO] [stdout] 7: >::from::hf70fc08f20f79862 (0x559527177cf0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/error.rs:262 [INFO] [stdout] 8: ::poll::hc36dcd61244fd10f (0x5595271fc579) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:278 [INFO] [stdout] 9: as futures::future::Future>::poll::h551ccd9ac66b2b54 (0x5595271b6135) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 10: ::poll::h28a406b67f30486f (0x5595271fbd2c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:214 [INFO] [stdout] 11: as futures::future::Future>::poll::hcdd001129da6c109 (0x55952709c928) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/xfer/mod.rs:315 [INFO] [stdout] 12: as futures::future::Future>::poll::h0725de770278cded (0x559527043a1b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-0.16.1/src/client/client_future.rs:632 [INFO] [stdout] 13: as futures::future::Future>::poll::h17dc8d2225f8aa4f (0x559526fcce36) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 14: as futures::future::Future>::poll::h55537e28062f138b (0x5595270c91b7) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/lazy.rs:82 [INFO] [stdout] 15: as futures::future::Future>::poll::hd0d85e48f3b91135 (0x55952708f1ae) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 16: as futures::future::Future>::poll::h72a510b21ac1cef5 (0x559526fcdc46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 17: as futures::future::Future>::poll::hff0dd398ae6a7ada (0x559526f6d1fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 18: futures::future::chain::Chain::poll::h4fa4422654614ca2 (0x559527073f33) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 19: as futures::future::Future>::poll::hc60407920255512a (0x559527040bba) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 20: as futures::future::Future>::poll::heda66c5ea4e845d3 (0x559526f6d17c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 21: ::poll::h304f8c7264dba0f2 (0x55952709695b) [INFO] [stdout] at src/dns/mod.rs:329 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::{{closure}}::hc0a7470c947b69c8 (0x55952700937a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: futures::task_impl::Spawn::enter::{{closure}}::h9cb9d2c4462153f7 (0x559527009697) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::std::set::h3f2226cfc8b9797f (0x5595270099ec) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 25: futures::task_impl::Spawn::enter::h7ea704a58743aff7 (0x5595270095f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 26: futures::task_impl::Spawn::poll_fn_notify::hee18d1114f57d0e8 (0x559527009215) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 27: futures::task_impl::Spawn::poll_future_notify::h8e85140d1033d74d (0x55952700934e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 28: tokio_current_thread::Entered

::block_on::{{closure}}::h6f615799cb9cab04 (0x559526fdfe46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:494 [INFO] [stdout] 29: tokio_current_thread::Borrow::enter::{{closure}}::{{closure}}::hddebb5c4fe74c082 (0x559526fdf875) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 30: tokio_current_thread::CurrentRunner::set_spawn::h50a66bf1f9e0e13c (0x559526fdf6be) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:825 [INFO] [stdout] 31: tokio_current_thread::Borrow::enter::{{closure}}::ha6569874c1b791e3 (0x559526fdf815) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 32: std::thread::local::LocalKey::try_with::h3cb3aaf5618c906c (0x55952708584b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 33: std::thread::local::LocalKey::with::ha83c1ba016ffded0 (0x559527085446) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 34: tokio_current_thread::Borrow::enter::hfe892343733d4a8b (0x559526fdf75f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:786 [INFO] [stdout] 35: tokio_current_thread::Entered

::block_on::h37f9dc751a431e8f (0x559526fdf991) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:491 [INFO] [stdout] 36: tokio::runtime::current_thread::runtime::Runtime::block_on::{{closure}}::h54b2e131d72536fd (0x559526f6cecf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:200 [INFO] [stdout] 37: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::{{closure}}::ha04fe5ab20e7e799 (0x559526f6cdeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:241 [INFO] [stdout] 38: tokio_executor::global::with_default::{{closure}}::h29bac874e860ed1d (0x559526fdf342) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 39: std::thread::local::LocalKey::try_with::h75e1955e50f0cfdf (0x5595270859f1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 40: std::thread::local::LocalKey::with::h4e2cc9c45fbbc188 (0x55952708534f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 41: tokio_executor::global::with_default::hb247248f4b2704ae (0x559526fdf1e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 42: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::h8d477406870b3fbc (0x559526f6cd0b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::{{closure}}::h48ba8bc802f47f3b (0x559527083403) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 44: std::thread::local::LocalKey::try_with::h77a80c9c167757f0 (0x559527085ba1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h625fbf5df4977b89 (0x5595270853cf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 46: tokio_timer::timer::handle::with_default::h8b542d86cb016e81 (0x55952708320b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 47: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::h46b0ea5979bac08f (0x559526f6cc96) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:232 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::{{closure}}::ha6088db1c6b68049 (0x559526fbbba0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 49: std::thread::local::LocalKey::try_with::ha4fe34b65edaf3a5 (0x559527085d51) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 50: std::thread::local::LocalKey::with::hd7fca413f769ea17 (0x559527085524) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 51: tokio_timer::clock::clock::with_default::hcf0e7c2de2b80a82 (0x559526fbba6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 52: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::h88c185b84fbd077d (0x559526f6cc40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:231 [INFO] [stdout] 53: tokio_reactor::with_default::{{closure}}::h500e9b580ca31551 (0x559526fdf095) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 54: std::thread::local::LocalKey::try_with::h34a2cf57ece0b265 (0x5595270856ad) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 55: std::thread::local::LocalKey::with::h34c60e40abff1e64 (0x5595270852d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 56: tokio_reactor::with_default::hac07c8ef2b1e5a01 (0x559526fdee34) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 57: tokio::runtime::current_thread::runtime::Runtime::enter::h97a3d342d5e0febc (0x559526f6cb7e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:230 [INFO] [stdout] 58: tokio::runtime::current_thread::runtime::Runtime::block_on::h2c3261a07e437fb1 (0x559526f6ce83) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:198 [INFO] [stdout] 59: chrootable_https::dns::tests::verify_dns_query_nx::hf8d825eda932438c (0x5595270ce3bb) [INFO] [stdout] at src/dns/mod.rs:386 [INFO] [stdout] 60: chrootable_https::dns::tests::verify_dns_query_nx::{{closure}}::h5c41a1b9d3bc2a58 (0x5595270ce2aa) [INFO] [stdout] at src/dns/mod.rs:382 [INFO] [stdout] 61: core::ops::function::FnOnce::call_once::h92b72c0454bac160 (0x559526fea03e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 62: as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 (0x5595270dad1f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 64: std::panicking::try::h4b4c6c15836266eb (0x5595270f5318) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 65: std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 (0x5595270d0195) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 66: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 (0x5595270d4315) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h9fff34be50f16431 (0x5595270d4952) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 69: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 70: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 71: start_thread (0x7f876250d4a4) [INFO] [stdout] 72: __clone (0x7f8762038d0f) [INFO] [stdout] 73: (0x0) [INFO] [stdout] [INFO] [stdout] io error } [INFO] [stdout] [INFO] [stdout] proto error }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab9b4 - core::result::Result::expect::haded1346cb98c4cc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270ce3f0 - chrootable_https::dns::tests::verify_dns_query_nx::hf8d825eda932438c [INFO] [stdout] at src/dns/mod.rs:386 [INFO] [stdout] 13: 0x5595270ce2aa - chrootable_https::dns::tests::verify_dns_query_nx::{{closure}}::h5c41a1b9d3bc2a58 [INFO] [stdout] at src/dns/mod.rs:382 [INFO] [stdout] 14: 0x559526fea03e - core::ops::function::FnOnce::call_once::h92b72c0454bac160 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dns::tests::verify_dns_config stdout ---- [INFO] [stdout] "{\"ns\":[\"172.30.0.2:53\"],\"tcp\":false,\"timeout\":{\"secs\":3,\"nanos\":0}}" [INFO] [stdout] thread 'dns::tests::verify_dns_config' panicked at 'resolve failed: Error { inner: ProtoError { inner: Os { code: 101, kind: Other, message: "Network is unreachable" } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::he7c9c894cfe0bdce (0x5595271f5c40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h287ed6bc2859841a (0x5595271b57a0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::h663631fc3484bfa8 (0x5595271e40e0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 5: failure::context::Context::with_err::hce88e7ee85074f3a (0x5595271dc318) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/context.rs:105 [INFO] [stdout] 6: failure::Fail::context::h0026f0d486ca0f4b (0x5595271e452c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/lib.rs:160 [INFO] [stdout] 7: >::from::hf70fc08f20f79862 (0x559527177cf0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/error.rs:262 [INFO] [stdout] 8: ::poll::hc36dcd61244fd10f (0x5595271fc579) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:278 [INFO] [stdout] 9: as futures::future::Future>::poll::h551ccd9ac66b2b54 (0x5595271b6135) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 10: ::poll::h28a406b67f30486f (0x5595271fbd2c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:214 [INFO] [stdout] 11: as futures::future::Future>::poll::hcdd001129da6c109 (0x55952709c928) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/xfer/mod.rs:315 [INFO] [stdout] 12: as futures::future::Future>::poll::h0725de770278cded (0x559527043a1b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-0.16.1/src/client/client_future.rs:632 [INFO] [stdout] 13: as futures::future::Future>::poll::h17dc8d2225f8aa4f (0x559526fcce36) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 14: as futures::future::Future>::poll::h55537e28062f138b (0x5595270c91b7) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/lazy.rs:82 [INFO] [stdout] 15: as futures::future::Future>::poll::hd0d85e48f3b91135 (0x55952708f1ae) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 16: as futures::future::Future>::poll::h72a510b21ac1cef5 (0x559526fcdc46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 17: as futures::future::Future>::poll::hff0dd398ae6a7ada (0x559526f6d1fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 18: futures::future::chain::Chain::poll::h4fa4422654614ca2 (0x559527073f33) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 19: as futures::future::Future>::poll::hc60407920255512a (0x559527040bba) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 20: as futures::future::Future>::poll::heda66c5ea4e845d3 (0x559526f6d17c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 21: ::poll::h304f8c7264dba0f2 (0x55952709695b) [INFO] [stdout] at src/dns/mod.rs:329 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::{{closure}}::hc0a7470c947b69c8 (0x55952700937a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: futures::task_impl::Spawn::enter::{{closure}}::h9cb9d2c4462153f7 (0x559527009697) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::std::set::h3f2226cfc8b9797f (0x5595270099ec) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 25: futures::task_impl::Spawn::enter::h7ea704a58743aff7 (0x5595270095f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 26: futures::task_impl::Spawn::poll_fn_notify::hee18d1114f57d0e8 (0x559527009215) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 27: futures::task_impl::Spawn::poll_future_notify::h8e85140d1033d74d (0x55952700934e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 28: tokio_current_thread::Entered

::block_on::{{closure}}::h6f615799cb9cab04 (0x559526fdfe46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:494 [INFO] [stdout] 29: tokio_current_thread::Borrow::enter::{{closure}}::{{closure}}::hddebb5c4fe74c082 (0x559526fdf875) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 30: tokio_current_thread::CurrentRunner::set_spawn::h50a66bf1f9e0e13c (0x559526fdf6be) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:825 [INFO] [stdout] 31: tokio_current_thread::Borrow::enter::{{closure}}::ha6569874c1b791e3 (0x559526fdf815) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 32: std::thread::local::LocalKey::try_with::h3cb3aaf5618c906c (0x55952708584b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 33: std::thread::local::LocalKey::with::ha83c1ba016ffded0 (0x559527085446) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 34: tokio_current_thread::Borrow::enter::hfe892343733d4a8b (0x559526fdf75f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:786 [INFO] [stdout] 35: tokio_current_thread::Entered

::block_on::h37f9dc751a431e8f (0x559526fdf991) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:491 [INFO] [stdout] 36: tokio::runtime::current_thread::runtime::Runtime::block_on::{{closure}}::h54b2e131d72536fd (0x559526f6cecf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:200 [INFO] [stdout] 37: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::{{closure}}::ha04fe5ab20e7e799 (0x559526f6cdeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:241 [INFO] [stdout] 38: tokio_executor::global::with_default::{{closure}}::h29bac874e860ed1d (0x559526fdf342) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 39: std::thread::local::LocalKey::try_with::h75e1955e50f0cfdf (0x5595270859f1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 40: std::thread::local::LocalKey::with::h4e2cc9c45fbbc188 (0x55952708534f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 41: tokio_executor::global::with_default::hb247248f4b2704ae (0x559526fdf1e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 42: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::h8d477406870b3fbc (0x559526f6cd0b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::{{closure}}::h48ba8bc802f47f3b (0x559527083403) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 44: std::thread::local::LocalKey::try_with::h77a80c9c167757f0 (0x559527085ba1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h625fbf5df4977b89 (0x5595270853cf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 46: tokio_timer::timer::handle::with_default::h8b542d86cb016e81 (0x55952708320b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 47: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::h46b0ea5979bac08f (0x559526f6cc96) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:232 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::{{closure}}::ha6088db1c6b68049 (0x559526fbbba0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 49: std::thread::local::LocalKey::try_with::ha4fe34b65edaf3a5 (0x559527085d51) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 50: std::thread::local::LocalKey::with::hd7fca413f769ea17 (0x559527085524) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 51: tokio_timer::clock::clock::with_default::hcf0e7c2de2b80a82 (0x559526fbba6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 52: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::h88c185b84fbd077d (0x559526f6cc40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:231 [INFO] [stdout] 53: tokio_reactor::with_default::{{closure}}::h500e9b580ca31551 (0x559526fdf095) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 54: std::thread::local::LocalKey::try_with::h34a2cf57ece0b265 (0x5595270856ad) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 55: std::thread::local::LocalKey::with::h34c60e40abff1e64 (0x5595270852d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 56: tokio_reactor::with_default::hac07c8ef2b1e5a01 (0x559526fdee34) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 57: tokio::runtime::current_thread::runtime::Runtime::enter::h97a3d342d5e0febc (0x559526f6cb7e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:230 [INFO] [stdout] 58: tokio::runtime::current_thread::runtime::Runtime::block_on::h2c3261a07e437fb1 (0x559526f6ce83) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:198 [INFO] [stdout] 59: chrootable_https::dns::tests::verify_dns_config::h2737eae6f0cf6c7f (0x5595270cdb85) [INFO] [stdout] at src/dns/mod.rs:349 [INFO] [stdout] 60: chrootable_https::dns::tests::verify_dns_config::{{closure}}::h01535eb58f9e25b7 (0x5595270cd92a) [INFO] [stdout] at src/dns/mod.rs:340 [INFO] [stdout] 61: core::ops::function::FnOnce::call_once::hb9608e7142c9a5b3 (0x559526fea2fe) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 62: as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 (0x5595270dad1f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 64: std::panicking::try::h4b4c6c15836266eb (0x5595270f5318) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 65: std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 (0x5595270d0195) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 66: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 (0x5595270d4315) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h9fff34be50f16431 (0x5595270d4952) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 69: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 70: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 71: start_thread (0x7f876250d4a4) [INFO] [stdout] 72: __clone (0x7f8762038d0f) [INFO] [stdout] 73: (0x0) [INFO] [stdout] [INFO] [stdout] io error } [INFO] [stdout] [INFO] [stdout] proto error }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab9b4 - core::result::Result::expect::haded1346cb98c4cc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cdbba - chrootable_https::dns::tests::verify_dns_config::h2737eae6f0cf6c7f [INFO] [stdout] at src/dns/mod.rs:349 [INFO] [stdout] 13: 0x5595270cd92a - chrootable_https::dns::tests::verify_dns_config::{{closure}}::h01535eb58f9e25b7 [INFO] [stdout] at src/dns/mod.rs:340 [INFO] [stdout] 14: 0x559526fea2fe - core::ops::function::FnOnce::call_once::hb9608e7142c9a5b3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dns::tests::verify_dns_query_empty_cname stdout ---- [INFO] [stdout] thread 'dns::tests::verify_dns_query_empty_cname' panicked at 'resolve failed: Error { inner: ProtoError { inner: Os { code: 101, kind: Other, message: "Network is unreachable" } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::he7c9c894cfe0bdce (0x5595271f5c40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h287ed6bc2859841a (0x5595271b57a0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::h663631fc3484bfa8 (0x5595271e40e0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 5: failure::context::Context::with_err::hce88e7ee85074f3a (0x5595271dc318) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/context.rs:105 [INFO] [stdout] 6: failure::Fail::context::h0026f0d486ca0f4b (0x5595271e452c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/lib.rs:160 [INFO] [stdout] 7: >::from::hf70fc08f20f79862 (0x559527177cf0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/error.rs:262 [INFO] [stdout] 8: ::poll::hc36dcd61244fd10f (0x5595271fc579) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:278 [INFO] [stdout] 9: as futures::future::Future>::poll::h551ccd9ac66b2b54 (0x5595271b6135) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 10: ::poll::h28a406b67f30486f (0x5595271fbd2c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:214 [INFO] [stdout] 11: as futures::future::Future>::poll::hcdd001129da6c109 (0x55952709c928) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/xfer/mod.rs:315 [INFO] [stdout] 12: as futures::future::Future>::poll::h0725de770278cded (0x559527043a1b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-0.16.1/src/client/client_future.rs:632 [INFO] [stdout] 13: as futures::future::Future>::poll::h17dc8d2225f8aa4f (0x559526fcce36) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 14: as futures::future::Future>::poll::h55537e28062f138b (0x5595270c91b7) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/lazy.rs:82 [INFO] [stdout] 15: as futures::future::Future>::poll::hd0d85e48f3b91135 (0x55952708f1ae) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 16: as futures::future::Future>::poll::h72a510b21ac1cef5 (0x559526fcdc46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 17: as futures::future::Future>::poll::hff0dd398ae6a7ada (0x559526f6d1fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 18: futures::future::chain::Chain::poll::h4fa4422654614ca2 (0x559527073f33) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 19: as futures::future::Future>::poll::hc60407920255512a (0x559527040bba) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 20: as futures::future::Future>::poll::heda66c5ea4e845d3 (0x559526f6d17c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 21: ::poll::h304f8c7264dba0f2 (0x55952709695b) [INFO] [stdout] at src/dns/mod.rs:329 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::{{closure}}::hc0a7470c947b69c8 (0x55952700937a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: futures::task_impl::Spawn::enter::{{closure}}::h9cb9d2c4462153f7 (0x559527009697) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::std::set::h3f2226cfc8b9797f (0x5595270099ec) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 25: futures::task_impl::Spawn::enter::h7ea704a58743aff7 (0x5595270095f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 26: futures::task_impl::Spawn::poll_fn_notify::hee18d1114f57d0e8 (0x559527009215) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 27: futures::task_impl::Spawn::poll_future_notify::h8e85140d1033d74d (0x55952700934e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 28: tokio_current_thread::Entered

::block_on::{{closure}}::h6f615799cb9cab04 (0x559526fdfe46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:494 [INFO] [stdout] 29: tokio_current_thread::Borrow::enter::{{closure}}::{{closure}}::hddebb5c4fe74c082 (0x559526fdf875) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 30: tokio_current_thread::CurrentRunner::set_spawn::h50a66bf1f9e0e13c (0x559526fdf6be) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:825 [INFO] [stdout] 31: tokio_current_thread::Borrow::enter::{{closure}}::ha6569874c1b791e3 (0x559526fdf815) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 32: std::thread::local::LocalKey::try_with::h3cb3aaf5618c906c (0x55952708584b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 33: std::thread::local::LocalKey::with::ha83c1ba016ffded0 (0x559527085446) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 34: tokio_current_thread::Borrow::enter::hfe892343733d4a8b (0x559526fdf75f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:786 [INFO] [stdout] 35: tokio_current_thread::Entered

::block_on::h37f9dc751a431e8f (0x559526fdf991) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:491 [INFO] [stdout] 36: tokio::runtime::current_thread::runtime::Runtime::block_on::{{closure}}::h54b2e131d72536fd (0x559526f6cecf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:200 [INFO] [stdout] 37: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::{{closure}}::ha04fe5ab20e7e799 (0x559526f6cdeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:241 [INFO] [stdout] 38: tokio_executor::global::with_default::{{closure}}::h29bac874e860ed1d (0x559526fdf342) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 39: std::thread::local::LocalKey::try_with::h75e1955e50f0cfdf (0x5595270859f1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 40: std::thread::local::LocalKey::with::h4e2cc9c45fbbc188 (0x55952708534f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 41: tokio_executor::global::with_default::hb247248f4b2704ae (0x559526fdf1e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 42: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::h8d477406870b3fbc (0x559526f6cd0b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::{{closure}}::h48ba8bc802f47f3b (0x559527083403) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 44: std::thread::local::LocalKey::try_with::h77a80c9c167757f0 (0x559527085ba1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h625fbf5df4977b89 (0x5595270853cf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 46: tokio_timer::timer::handle::with_default::h8b542d86cb016e81 (0x55952708320b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 47: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::h46b0ea5979bac08f (0x559526f6cc96) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:232 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::{{closure}}::ha6088db1c6b68049 (0x559526fbbba0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 49: std::thread::local::LocalKey::try_with::ha4fe34b65edaf3a5 (0x559527085d51) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 50: std::thread::local::LocalKey::with::hd7fca413f769ea17 (0x559527085524) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 51: tokio_timer::clock::clock::with_default::hcf0e7c2de2b80a82 (0x559526fbba6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 52: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::h88c185b84fbd077d (0x559526f6cc40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:231 [INFO] [stdout] 53: tokio_reactor::with_default::{{closure}}::h500e9b580ca31551 (0x559526fdf095) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 54: std::thread::local::LocalKey::try_with::h34a2cf57ece0b265 (0x5595270856ad) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 55: std::thread::local::LocalKey::with::h34c60e40abff1e64 (0x5595270852d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 56: tokio_reactor::with_default::hac07c8ef2b1e5a01 (0x559526fdee34) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 57: tokio::runtime::current_thread::runtime::Runtime::enter::h97a3d342d5e0febc (0x559526f6cb7e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:230 [INFO] [stdout] 58: tokio::runtime::current_thread::runtime::Runtime::block_on::h2c3261a07e437fb1 (0x559526f6ce83) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:198 [INFO] [stdout] 59: chrootable_https::dns::tests::verify_dns_query_empty_cname::h113577d0d1362d50 (0x5595270ce84b) [INFO] [stdout] at src/dns/mod.rs:402 [INFO] [stdout] 60: chrootable_https::dns::tests::verify_dns_query_empty_cname::{{closure}}::h26d03238d816296d (0x5595270ce73a) [INFO] [stdout] at src/dns/mod.rs:398 [INFO] [stdout] 61: core::ops::function::FnOnce::call_once::h908428fb3b024b7a (0x559526fe9f7e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 62: as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 (0x5595270dad1f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 64: std::panicking::try::h4b4c6c15836266eb (0x5595270f5318) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 65: std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 (0x5595270d0195) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 66: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 (0x5595270d4315) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h9fff34be50f16431 (0x5595270d4952) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 69: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 70: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 71: start_thread (0x7f876250d4a4) [INFO] [stdout] 72: __clone (0x7f8762038d0f) [INFO] [stdout] 73: (0x0) [INFO] [stdout] [INFO] [stdout] io error } [INFO] [stdout] [INFO] [stdout] proto error }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab9b4 - core::result::Result::expect::haded1346cb98c4cc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270ce880 - chrootable_https::dns::tests::verify_dns_query_empty_cname::h113577d0d1362d50 [INFO] [stdout] at src/dns/mod.rs:402 [INFO] [stdout] 13: 0x5595270ce73a - chrootable_https::dns::tests::verify_dns_query_empty_cname::{{closure}}::h26d03238d816296d [INFO] [stdout] at src/dns/mod.rs:398 [INFO] [stdout] 14: 0x559526fe9f7e - core::ops::function::FnOnce::call_once::h908428fb3b024b7a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::verify_200_https stdout ---- [INFO] [stdout] thread 'tests::verify_200_https' panicked at 'request failed: Error(Connect, Custom { kind: Other, error: "proto error" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h3da663889fd23f87 (0x559526f32f5b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h8a7c9b687b2c3b95 (0x559527007f43) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: core::ops::function::FnOnce::call_once::hfcbcf47295436d07 (0x559526fea773) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h03b49f9a19035443 (0x559526facf48) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hfb37e17a86c105b5 (0x559526fcf019) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 7: futures::future::chain::Chain::poll::h1dc1a0c42f6f9a1a (0x55952706dbb9) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 8: as futures::future::Future>::poll::ha58668586c504324 (0x559527040b2a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 9: as futures::future::Future>::poll::h5e3041e4ccda2b41 (0x559526fcd916) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::h538d28c163a01a29 (0x5595270755f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 11: as futures::future::Future>::poll::hfc6ff42694bb9d7d (0x559527040d0a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 12: as futures::future::Future>::poll::h74cfd05c6c644c7c (0x559526f6d0fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 13: ::poll::hc1ad0cc0569414ec (0x55952700ef7b) [INFO] [stdout] at src/lib.rs:195 [INFO] [stdout] 14: futures::future::chain::Chain::poll::hb64bfe53b7f488f1 (0x55952707d09f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h2b899de0ec42f35b (0x559526fcc463) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::hb72a7e1c847fa833 (0x5595276ec725) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h07de779ec46f9871 (0x5595275690a4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 18: futures::task_impl::Spawn::enter::{{closure}}::he60f85ce160ece48 (0x559527569381) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 19: futures::task_impl::std::set::ha05af8abea99f45a (0x559527560604) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 20: futures::task_impl::Spawn::enter::h4d76fadb3b66833d (0x5595275691cf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 21: futures::task_impl::Spawn::poll_fn_notify::h080b19990be7a6bb (0x559527568e88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::hc7fad5bf3df5e8bc (0x559527569078) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: tokio_threadpool::task::Task::run::{{closure}}::ha165f1473823d4d9 (0x55952756ae82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 24: core::ops::function::FnOnce::call_once::hff82998da205e5f7 (0x55952757da99) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: as core::ops::function::FnOnce<()>>::call_once::haecd2e842402882c (0x55952756b809) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 26: std::panicking::try::do_call::h574d73814ebdca65 (0x55952758e173) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 27: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 28: std::panicking::try::h575c3f1f4acd22a9 (0x55952758dfc0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 29: std::panic::catch_unwind::h71e5633185c43b7f (0x55952756c071) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 30: tokio_threadpool::task::Task::run::haaac8cf0b6b725ff (0x55952756a6b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::run_task2::ha693b9a90627dedb (0x55952757acbf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::run_task::hdf2355e5c6913aec (0x55952757a514) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::try_run_owned_task::hf9c01325e2514108 (0x559527579b6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::try_run_task::h3cc2891cfb031e26 (0x55952757959d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run::h5709eaeacaa13944 (0x5595275793db) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 36: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hefa1500ca4090c0e (0x5595274e67ac) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 37: tokio_timer::timer::handle::with_default::{{closure}}::h6bc5e2175e586833 (0x5595274fda7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 38: std::thread::local::LocalKey::try_with::ha4b5e8e45fd1a78c (0x5595274f7fff) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 39: std::thread::local::LocalKey::with::h4768cf04e0f4eeff (0x5595274f75c3) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::hd23a32be56241efc (0x5595274fd8c3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 41: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::hb4f4d924ef0bf6bd (0x5595274e680c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 42: tokio_timer::clock::clock::with_default::{{closure}}::hf3522dffdd5db3cf (0x5595274e214f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 43: std::thread::local::LocalKey::try_with::h784000ec165cc07e (0x5595274f7d1b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 44: std::thread::local::LocalKey::with::hf7f09aa3acaf8bae (0x5595274f76fd) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::h3378715381988ed1 (0x5595274e204b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 46: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::had672575aa6623e7 (0x5595274e685d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 47: tokio_reactor::with_default::{{closure}}::h40a97b7507c94196 (0x5595274fddfd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 48: std::thread::local::LocalKey::try_with::h1899fc5338b821ca (0x5595274f788b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 49: std::thread::local::LocalKey::with::h1339b3bb1772360b (0x5595274f748d) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 50: tokio_reactor::with_default::h66cbf2eebd974258 (0x5595274fdbc5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 51: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h7e0ddbbff1f860ce (0x5595274e6900) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 52: tokio_threadpool::callback::Callback::call::h368d38c8efa04198 (0x55952756fd53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 53: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h00dc9278fd7a8e18 (0x55952757908f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 54: tokio_executor::global::with_default::{{closure}}::h9fc8925a83600f5d (0x55952758a0bb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 55: std::thread::local::LocalKey::try_with::h1c0814e158c7cb05 (0x559527571caf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 56: std::thread::local::LocalKey::with::h32c03678c28e0176 (0x559527571813) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 57: tokio_executor::global::with_default::h2c0c2e3623225332 (0x559527589f93) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 58: tokio_threadpool::worker::Worker::do_run::{{closure}}::h5854a5dcb7b81f7e (0x55952757913d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 59: std::thread::local::LocalKey::try_with::h8eee940d6498fbe3 (0x559527571e06) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 60: std::thread::local::LocalKey::with::h7b4370b4ce3823dd (0x5595275718fe) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::ha2647372e789ebab (0x559527578f65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 62: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::he7d525dd715d04bc (0x559527585280) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 63: std::sys_common::backtrace::__rust_begin_short_backtrace::h5f5bcc22ccff708f (0x55952758da0e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 64: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h69de92829f86732b (0x5595275755a2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 65: as core::ops::function::FnOnce<()>>::call_once::h818b07766088c8e9 (0x55952756b7d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 66: std::panicking::try::do_call::he94674d9a2995e9b (0x55952758e1fc) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h0d01f55a5bc63312 (0x55952758ddf2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 69: std::panic::catch_unwind::hf1a678054aaa1758 (0x55952756c0b2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 70: std::thread::Builder::spawn_unchecked::{{closure}}::h74f9005c29e419e1 (0x559527575386) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 71: core::ops::function::FnOnce::call_once{{vtable.shim}}::h994c7866d97bd8a7 (0x55952757d7b4) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 72: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 73: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 74: start_thread (0x7f876250d4a4) [INFO] [stdout] 75: __clone (0x7f8762038d0f) [INFO] [stdout] 76: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab603 - core::result::Result::expect::h45f1e6e0fe0c1101 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cef8a - chrootable_https::tests::verify_200_https::h584420e75ec0853c [INFO] [stdout] at src/lib.rs:265 [INFO] [stdout] 13: 0x5595270ceeaa - chrootable_https::tests::verify_200_https::{{closure}}::h69cba19f11300a73 [INFO] [stdout] at src/lib.rs:261 [INFO] [stdout] 14: 0x559526fe9eae - core::ops::function::FnOnce::call_once::h8ba266d94484705c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::verify_200_http stdout ---- [INFO] [stdout] thread 'tests::verify_200_http' panicked at 'request failed: Error(Connect, Custom { kind: Other, error: "proto error" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h3da663889fd23f87 (0x559526f32f5b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h8a7c9b687b2c3b95 (0x559527007f43) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: core::ops::function::FnOnce::call_once::hfcbcf47295436d07 (0x559526fea773) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h03b49f9a19035443 (0x559526facf48) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hfb37e17a86c105b5 (0x559526fcf019) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 7: futures::future::chain::Chain::poll::h1dc1a0c42f6f9a1a (0x55952706dbb9) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 8: as futures::future::Future>::poll::ha58668586c504324 (0x559527040b2a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 9: as futures::future::Future>::poll::h5e3041e4ccda2b41 (0x559526fcd916) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::h538d28c163a01a29 (0x5595270755f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 11: as futures::future::Future>::poll::hfc6ff42694bb9d7d (0x559527040d0a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 12: as futures::future::Future>::poll::h74cfd05c6c644c7c (0x559526f6d0fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 13: ::poll::hc1ad0cc0569414ec (0x55952700ef7b) [INFO] [stdout] at src/lib.rs:195 [INFO] [stdout] 14: futures::future::chain::Chain::poll::hb64bfe53b7f488f1 (0x55952707d09f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h2b899de0ec42f35b (0x559526fcc463) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::hb72a7e1c847fa833 (0x5595276ec725) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h07de779ec46f9871 (0x5595275690a4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 18: futures::task_impl::Spawn::enter::{{closure}}::he60f85ce160ece48 (0x559527569381) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 19: futures::task_impl::std::set::ha05af8abea99f45a (0x559527560604) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 20: futures::task_impl::Spawn::enter::h4d76fadb3b66833d (0x5595275691cf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 21: futures::task_impl::Spawn::poll_fn_notify::h080b19990be7a6bb (0x559527568e88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::hc7fad5bf3df5e8bc (0x559527569078) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: tokio_threadpool::task::Task::run::{{closure}}::ha165f1473823d4d9 (0x55952756ae82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 24: core::ops::function::FnOnce::call_once::hff82998da205e5f7 (0x55952757da99) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: as core::ops::function::FnOnce<()>>::call_once::haecd2e842402882c (0x55952756b809) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 26: std::panicking::try::do_call::h574d73814ebdca65 (0x55952758e173) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 27: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 28: std::panicking::try::h575c3f1f4acd22a9 (0x55952758dfc0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 29: std::panic::catch_unwind::h71e5633185c43b7f (0x55952756c071) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 30: tokio_threadpool::task::Task::run::haaac8cf0b6b725ff (0x55952756a6b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::run_task2::ha693b9a90627dedb (0x55952757acbf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::run_task::hdf2355e5c6913aec (0x55952757a514) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::try_run_owned_task::hf9c01325e2514108 (0x559527579b6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::try_run_task::h3cc2891cfb031e26 (0x55952757959d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run::h5709eaeacaa13944 (0x5595275793db) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 36: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hefa1500ca4090c0e (0x5595274e67ac) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 37: tokio_timer::timer::handle::with_default::{{closure}}::h6bc5e2175e586833 (0x5595274fda7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 38: std::thread::local::LocalKey::try_with::ha4b5e8e45fd1a78c (0x5595274f7fff) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 39: std::thread::local::LocalKey::with::h4768cf04e0f4eeff (0x5595274f75c3) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::hd23a32be56241efc (0x5595274fd8c3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 41: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::hb4f4d924ef0bf6bd (0x5595274e680c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 42: tokio_timer::clock::clock::with_default::{{closure}}::hf3522dffdd5db3cf (0x5595274e214f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 43: std::thread::local::LocalKey::try_with::h784000ec165cc07e (0x5595274f7d1b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 44: std::thread::local::LocalKey::with::hf7f09aa3acaf8bae (0x5595274f76fd) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::h3378715381988ed1 (0x5595274e204b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 46: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::had672575aa6623e7 (0x5595274e685d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 47: tokio_reactor::with_default::{{closure}}::h40a97b7507c94196 (0x5595274fddfd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 48: std::thread::local::LocalKey::try_with::h1899fc5338b821ca (0x5595274f788b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 49: std::thread::local::LocalKey::with::h1339b3bb1772360b (0x5595274f748d) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 50: tokio_reactor::with_default::h66cbf2eebd974258 (0x5595274fdbc5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 51: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h7e0ddbbff1f860ce (0x5595274e6900) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 52: tokio_threadpool::callback::Callback::call::h368d38c8efa04198 (0x55952756fd53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 53: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h00dc9278fd7a8e18 (0x55952757908f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 54: tokio_executor::global::with_default::{{closure}}::h9fc8925a83600f5d (0x55952758a0bb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 55: std::thread::local::LocalKey::try_with::h1c0814e158c7cb05 (0x559527571caf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 56: std::thread::local::LocalKey::with::h32c03678c28e0176 (0x559527571813) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 57: tokio_executor::global::with_default::h2c0c2e3623225332 (0x559527589f93) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 58: tokio_threadpool::worker::Worker::do_run::{{closure}}::h5854a5dcb7b81f7e (0x55952757913d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 59: std::thread::local::LocalKey::try_with::h8eee940d6498fbe3 (0x559527571e06) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 60: std::thread::local::LocalKey::with::h7b4370b4ce3823dd (0x5595275718fe) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::ha2647372e789ebab (0x559527578f65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 62: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::he7d525dd715d04bc (0x559527585280) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 63: std::sys_common::backtrace::__rust_begin_short_backtrace::h5f5bcc22ccff708f (0x55952758da0e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 64: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h69de92829f86732b (0x5595275755a2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 65: as core::ops::function::FnOnce<()>>::call_once::h818b07766088c8e9 (0x55952756b7d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 66: std::panicking::try::do_call::he94674d9a2995e9b (0x55952758e1fc) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h0d01f55a5bc63312 (0x55952758ddf2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 69: std::panic::catch_unwind::hf1a678054aaa1758 (0x55952756c0b2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 70: std::thread::Builder::spawn_unchecked::{{closure}}::h74f9005c29e419e1 (0x559527575386) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 71: core::ops::function::FnOnce::call_once{{vtable.shim}}::h994c7866d97bd8a7 (0x55952757d7b4) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 72: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 73: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 74: start_thread (0x7f876250d4a4) [INFO] [stdout] 75: __clone (0x7f8762038d0f) [INFO] [stdout] 76: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab603 - core::result::Result::expect::h45f1e6e0fe0c1101 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cec9a - chrootable_https::tests::verify_200_http::h5fc7547742caaac6 [INFO] [stdout] at src/lib.rs:253 [INFO] [stdout] 13: 0x5595270cebba - chrootable_https::tests::verify_200_http::{{closure}}::hba31071125240e7d [INFO] [stdout] at src/lib.rs:249 [INFO] [stdout] 14: 0x559526fe9a9e - core::ops::function::FnOnce::call_once::h4253cc91c3825ffe [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dns::tests::verify_dns_query stdout ---- [INFO] [stdout] thread 'dns::tests::verify_dns_query' panicked at 'resolve failed: Error { inner: ProtoError { inner: Os { code: 101, kind: Other, message: "Network is unreachable" } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::he7c9c894cfe0bdce (0x5595271f5c40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h287ed6bc2859841a (0x5595271b57a0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::h663631fc3484bfa8 (0x5595271e40e0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 5: failure::context::Context::with_err::hce88e7ee85074f3a (0x5595271dc318) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/context.rs:105 [INFO] [stdout] 6: failure::Fail::context::h0026f0d486ca0f4b (0x5595271e452c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/lib.rs:160 [INFO] [stdout] 7: >::from::hf70fc08f20f79862 (0x559527177cf0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/error.rs:262 [INFO] [stdout] 8: ::poll::hc36dcd61244fd10f (0x5595271fc579) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:278 [INFO] [stdout] 9: as futures::future::Future>::poll::h551ccd9ac66b2b54 (0x5595271b6135) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 10: ::poll::h28a406b67f30486f (0x5595271fbd2c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/udp/udp_client_stream.rs:214 [INFO] [stdout] 11: as futures::future::Future>::poll::hcdd001129da6c109 (0x55952709c928) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.7.4/src/xfer/mod.rs:315 [INFO] [stdout] 12: as futures::future::Future>::poll::h0725de770278cded (0x559527043a1b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-0.16.1/src/client/client_future.rs:632 [INFO] [stdout] 13: as futures::future::Future>::poll::h17dc8d2225f8aa4f (0x559526fcce36) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 14: as futures::future::Future>::poll::h55537e28062f138b (0x5595270c91b7) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/lazy.rs:82 [INFO] [stdout] 15: as futures::future::Future>::poll::hd0d85e48f3b91135 (0x55952708f1ae) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timeout.rs:179 [INFO] [stdout] 16: as futures::future::Future>::poll::h72a510b21ac1cef5 (0x559526fcdc46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 17: as futures::future::Future>::poll::hff0dd398ae6a7ada (0x559526f6d1fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 18: futures::future::chain::Chain::poll::h4fa4422654614ca2 (0x559527073f33) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 19: as futures::future::Future>::poll::hc60407920255512a (0x559527040bba) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 20: as futures::future::Future>::poll::heda66c5ea4e845d3 (0x559526f6d17c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 21: ::poll::h304f8c7264dba0f2 (0x55952709695b) [INFO] [stdout] at src/dns/mod.rs:329 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::{{closure}}::hc0a7470c947b69c8 (0x55952700937a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: futures::task_impl::Spawn::enter::{{closure}}::h9cb9d2c4462153f7 (0x559527009697) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::std::set::h3f2226cfc8b9797f (0x5595270099ec) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 25: futures::task_impl::Spawn::enter::h7ea704a58743aff7 (0x5595270095f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 26: futures::task_impl::Spawn::poll_fn_notify::hee18d1114f57d0e8 (0x559527009215) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 27: futures::task_impl::Spawn::poll_future_notify::h8e85140d1033d74d (0x55952700934e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 28: tokio_current_thread::Entered

::block_on::{{closure}}::h6f615799cb9cab04 (0x559526fdfe46) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:494 [INFO] [stdout] 29: tokio_current_thread::Borrow::enter::{{closure}}::{{closure}}::hddebb5c4fe74c082 (0x559526fdf875) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 30: tokio_current_thread::CurrentRunner::set_spawn::h50a66bf1f9e0e13c (0x559526fdf6be) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:825 [INFO] [stdout] 31: tokio_current_thread::Borrow::enter::{{closure}}::ha6569874c1b791e3 (0x559526fdf815) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 32: std::thread::local::LocalKey::try_with::h3cb3aaf5618c906c (0x55952708584b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 33: std::thread::local::LocalKey::with::ha83c1ba016ffded0 (0x559527085446) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 34: tokio_current_thread::Borrow::enter::hfe892343733d4a8b (0x559526fdf75f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:786 [INFO] [stdout] 35: tokio_current_thread::Entered

::block_on::h37f9dc751a431e8f (0x559526fdf991) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:491 [INFO] [stdout] 36: tokio::runtime::current_thread::runtime::Runtime::block_on::{{closure}}::h54b2e131d72536fd (0x559526f6cecf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:200 [INFO] [stdout] 37: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::{{closure}}::ha04fe5ab20e7e799 (0x559526f6cdeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:241 [INFO] [stdout] 38: tokio_executor::global::with_default::{{closure}}::h29bac874e860ed1d (0x559526fdf342) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 39: std::thread::local::LocalKey::try_with::h75e1955e50f0cfdf (0x5595270859f1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 40: std::thread::local::LocalKey::with::h4e2cc9c45fbbc188 (0x55952708534f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 41: tokio_executor::global::with_default::hb247248f4b2704ae (0x559526fdf1e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 42: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::h8d477406870b3fbc (0x559526f6cd0b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::{{closure}}::h48ba8bc802f47f3b (0x559527083403) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 44: std::thread::local::LocalKey::try_with::h77a80c9c167757f0 (0x559527085ba1) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h625fbf5df4977b89 (0x5595270853cf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 46: tokio_timer::timer::handle::with_default::h8b542d86cb016e81 (0x55952708320b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 47: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::h46b0ea5979bac08f (0x559526f6cc96) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:232 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::{{closure}}::ha6088db1c6b68049 (0x559526fbbba0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 49: std::thread::local::LocalKey::try_with::ha4fe34b65edaf3a5 (0x559527085d51) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 50: std::thread::local::LocalKey::with::hd7fca413f769ea17 (0x559527085524) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 51: tokio_timer::clock::clock::with_default::hcf0e7c2de2b80a82 (0x559526fbba6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 52: tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::h88c185b84fbd077d (0x559526f6cc40) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:231 [INFO] [stdout] 53: tokio_reactor::with_default::{{closure}}::h500e9b580ca31551 (0x559526fdf095) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 54: std::thread::local::LocalKey::try_with::h34a2cf57ece0b265 (0x5595270856ad) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 55: std::thread::local::LocalKey::with::h34c60e40abff1e64 (0x5595270852d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 56: tokio_reactor::with_default::hac07c8ef2b1e5a01 (0x559526fdee34) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 57: tokio::runtime::current_thread::runtime::Runtime::enter::h97a3d342d5e0febc (0x559526f6cb7e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:230 [INFO] [stdout] 58: tokio::runtime::current_thread::runtime::Runtime::block_on::h2c3261a07e437fb1 (0x559526f6ce83) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/current_thread/runtime.rs:198 [INFO] [stdout] 59: chrootable_https::dns::tests::verify_dns_query::h296c1a313dbb5421 (0x5595270cde0b) [INFO] [stdout] at src/dns/mod.rs:363 [INFO] [stdout] 60: chrootable_https::dns::tests::verify_dns_query::{{closure}}::hc6ef0517144277b2 (0x5595270cdcfa) [INFO] [stdout] at src/dns/mod.rs:359 [INFO] [stdout] 61: core::ops::function::FnOnce::call_once::h8c13ce1128de6a1f (0x559526fe9eee) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 62: as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 (0x5595270dad1f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 64: std::panicking::try::h4b4c6c15836266eb (0x5595270f5318) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 65: std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 (0x5595270d0195) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 66: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 (0x5595270d4315) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h9fff34be50f16431 (0x5595270d4952) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 69: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 70: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 71: start_thread (0x7f876250d4a4) [INFO] [stdout] 72: __clone (0x7f8762038d0f) [INFO] [stdout] 73: (0x0) [INFO] [stdout] [INFO] [stdout] io error } [INFO] [stdout] [INFO] [stdout] proto error }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab9b4 - core::result::Result::expect::haded1346cb98c4cc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cde40 - chrootable_https::dns::tests::verify_dns_query::h296c1a313dbb5421 [INFO] [stdout] at src/dns/mod.rs:363 [INFO] [stdout] 13: 0x5595270cdcfa - chrootable_https::dns::tests::verify_dns_query::{{closure}}::hc6ef0517144277b2 [INFO] [stdout] at src/dns/mod.rs:359 [INFO] [stdout] 14: 0x559526fe9eee - core::ops::function::FnOnce::call_once::h8c13ce1128de6a1f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::verify_200_https_ipaddr stdout ---- [INFO] [stdout] thread 'tests::verify_200_https_ipaddr' panicked at 'request failed: Error(Connect, Os { code: 101, kind: Other, message: "Network is unreachable" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h3da663889fd23f87 (0x559526f32f5b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h8a7c9b687b2c3b95 (0x559527007f43) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: core::ops::function::FnOnce::call_once::hfcbcf47295436d07 (0x559526fea773) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h03b49f9a19035443 (0x559526facf48) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hfb37e17a86c105b5 (0x559526fcf019) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 7: futures::future::chain::Chain::poll::h1dc1a0c42f6f9a1a (0x55952706dbb9) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 8: as futures::future::Future>::poll::ha58668586c504324 (0x559527040b2a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 9: as futures::future::Future>::poll::h5e3041e4ccda2b41 (0x559526fcd916) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::h538d28c163a01a29 (0x5595270755f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 11: as futures::future::Future>::poll::hfc6ff42694bb9d7d (0x559527040d0a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 12: as futures::future::Future>::poll::h74cfd05c6c644c7c (0x559526f6d0fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 13: ::poll::hc1ad0cc0569414ec (0x55952700ef7b) [INFO] [stdout] at src/lib.rs:195 [INFO] [stdout] 14: futures::future::chain::Chain::poll::hb64bfe53b7f488f1 (0x55952707d09f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h2b899de0ec42f35b (0x559526fcc463) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::hb72a7e1c847fa833 (0x5595276ec725) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h07de779ec46f9871 (0x5595275690a4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 18: futures::task_impl::Spawn::enter::{{closure}}::he60f85ce160ece48 (0x559527569381) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 19: futures::task_impl::std::set::ha05af8abea99f45a (0x559527560604) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 20: futures::task_impl::Spawn::enter::h4d76fadb3b66833d (0x5595275691cf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 21: futures::task_impl::Spawn::poll_fn_notify::h080b19990be7a6bb (0x559527568e88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::hc7fad5bf3df5e8bc (0x559527569078) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: tokio_threadpool::task::Task::run::{{closure}}::ha165f1473823d4d9 (0x55952756ae82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 24: core::ops::function::FnOnce::call_once::hff82998da205e5f7 (0x55952757da99) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: as core::ops::function::FnOnce<()>>::call_once::haecd2e842402882c (0x55952756b809) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 26: std::panicking::try::do_call::h574d73814ebdca65 (0x55952758e173) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 27: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 28: std::panicking::try::h575c3f1f4acd22a9 (0x55952758dfc0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 29: std::panic::catch_unwind::h71e5633185c43b7f (0x55952756c071) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 30: tokio_threadpool::task::Task::run::haaac8cf0b6b725ff (0x55952756a6b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::run_task2::ha693b9a90627dedb (0x55952757acbf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::run_task::hdf2355e5c6913aec (0x55952757a514) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::try_run_owned_task::hf9c01325e2514108 (0x559527579b6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::try_run_task::h3cc2891cfb031e26 (0x55952757959d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run::h5709eaeacaa13944 (0x5595275793db) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 36: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hefa1500ca4090c0e (0x5595274e67ac) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 37: tokio_timer::timer::handle::with_default::{{closure}}::h6bc5e2175e586833 (0x5595274fda7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 38: std::thread::local::LocalKey::try_with::ha4b5e8e45fd1a78c (0x5595274f7fff) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 39: std::thread::local::LocalKey::with::h4768cf04e0f4eeff (0x5595274f75c3) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::hd23a32be56241efc (0x5595274fd8c3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 41: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::hb4f4d924ef0bf6bd (0x5595274e680c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 42: tokio_timer::clock::clock::with_default::{{closure}}::hf3522dffdd5db3cf (0x5595274e214f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 43: std::thread::local::LocalKey::try_with::h784000ec165cc07e (0x5595274f7d1b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 44: std::thread::local::LocalKey::with::hf7f09aa3acaf8bae (0x5595274f76fd) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::h3378715381988ed1 (0x5595274e204b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 46: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::had672575aa6623e7 (0x5595274e685d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 47: tokio_reactor::with_default::{{closure}}::h40a97b7507c94196 (0x5595274fddfd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 48: std::thread::local::LocalKey::try_with::h1899fc5338b821ca (0x5595274f788b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 49: std::thread::local::LocalKey::with::h1339b3bb1772360b (0x5595274f748d) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 50: tokio_reactor::with_default::h66cbf2eebd974258 (0x5595274fdbc5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 51: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h7e0ddbbff1f860ce (0x5595274e6900) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 52: tokio_threadpool::callback::Callback::call::h368d38c8efa04198 (0x55952756fd53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 53: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h00dc9278fd7a8e18 (0x55952757908f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 54: tokio_executor::global::with_default::{{closure}}::h9fc8925a83600f5d (0x55952758a0bb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 55: std::thread::local::LocalKey::try_with::h1c0814e158c7cb05 (0x559527571caf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 56: std::thread::local::LocalKey::with::h32c03678c28e0176 (0x559527571813) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 57: tokio_executor::global::with_default::h2c0c2e3623225332 (0x559527589f93) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 58: tokio_threadpool::worker::Worker::do_run::{{closure}}::h5854a5dcb7b81f7e (0x55952757913d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 59: std::thread::local::LocalKey::try_with::h8eee940d6498fbe3 (0x559527571e06) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 60: std::thread::local::LocalKey::with::h7b4370b4ce3823dd (0x5595275718fe) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::ha2647372e789ebab (0x559527578f65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 62: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::he7d525dd715d04bc (0x559527585280) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 63: std::sys_common::backtrace::__rust_begin_short_backtrace::h5f5bcc22ccff708f (0x55952758da0e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 64: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h69de92829f86732b (0x5595275755a2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 65: as core::ops::function::FnOnce<()>>::call_once::h818b07766088c8e9 (0x55952756b7d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 66: std::panicking::try::do_call::he94674d9a2995e9b (0x55952758e1fc) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h0d01f55a5bc63312 (0x55952758ddf2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 69: std::panic::catch_unwind::hf1a678054aaa1758 (0x55952756c0b2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 70: std::thread::Builder::spawn_unchecked::{{closure}}::h74f9005c29e419e1 (0x559527575386) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 71: core::ops::function::FnOnce::call_once{{vtable.shim}}::h994c7866d97bd8a7 (0x55952757d7b4) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 72: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 73: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 74: start_thread (0x7f876250d4a4) [INFO] [stdout] 75: __clone (0x7f8762038d0f) [INFO] [stdout] 76: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab603 - core::result::Result::expect::h45f1e6e0fe0c1101 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cf27a - chrootable_https::tests::verify_200_https_ipaddr::hde379f0247bbf7bd [INFO] [stdout] at src/lib.rs:277 [INFO] [stdout] 13: 0x5595270cf19a - chrootable_https::tests::verify_200_https_ipaddr::{{closure}}::h4ad3ceba20952bf9 [INFO] [stdout] at src/lib.rs:273 [INFO] [stdout] 14: 0x559526fe967e - core::ops::function::FnOnce::call_once::h05dd45d07707832c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::verify_302 stdout ---- [INFO] [stdout] thread 'tests::verify_302' panicked at 'request failed: Error(Connect, Custom { kind: Other, error: "proto error" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::hb3c9c93f64db94a5 (0x5595277bf451) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h1b3687cfb8a2b144 (0x5595277bf1fe) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h3da663889fd23f87 (0x559526f32f5b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h8a7c9b687b2c3b95 (0x559527007f43) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: core::ops::function::FnOnce::call_once::hfcbcf47295436d07 (0x559526fea773) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h03b49f9a19035443 (0x559526facf48) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hfb37e17a86c105b5 (0x559526fcf019) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 7: futures::future::chain::Chain::poll::h1dc1a0c42f6f9a1a (0x55952706dbb9) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 8: as futures::future::Future>::poll::ha58668586c504324 (0x559527040b2a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 9: as futures::future::Future>::poll::h5e3041e4ccda2b41 (0x559526fcd916) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::h538d28c163a01a29 (0x5595270755f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 11: as futures::future::Future>::poll::hfc6ff42694bb9d7d (0x559527040d0a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 12: as futures::future::Future>::poll::h74cfd05c6c644c7c (0x559526f6d0fc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 13: ::poll::hc1ad0cc0569414ec (0x55952700ef7b) [INFO] [stdout] at src/lib.rs:195 [INFO] [stdout] 14: futures::future::chain::Chain::poll::hb64bfe53b7f488f1 (0x55952707d09f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h2b899de0ec42f35b (0x559526fcc463) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::hb72a7e1c847fa833 (0x5595276ec725) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h07de779ec46f9871 (0x5595275690a4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 18: futures::task_impl::Spawn::enter::{{closure}}::he60f85ce160ece48 (0x559527569381) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 19: futures::task_impl::std::set::ha05af8abea99f45a (0x559527560604) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 20: futures::task_impl::Spawn::enter::h4d76fadb3b66833d (0x5595275691cf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 21: futures::task_impl::Spawn::poll_fn_notify::h080b19990be7a6bb (0x559527568e88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 22: futures::task_impl::Spawn::poll_future_notify::hc7fad5bf3df5e8bc (0x559527569078) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 23: tokio_threadpool::task::Task::run::{{closure}}::ha165f1473823d4d9 (0x55952756ae82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 24: core::ops::function::FnOnce::call_once::hff82998da205e5f7 (0x55952757da99) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: as core::ops::function::FnOnce<()>>::call_once::haecd2e842402882c (0x55952756b809) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 26: std::panicking::try::do_call::h574d73814ebdca65 (0x55952758e173) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 27: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 28: std::panicking::try::h575c3f1f4acd22a9 (0x55952758dfc0) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 29: std::panic::catch_unwind::h71e5633185c43b7f (0x55952756c071) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 30: tokio_threadpool::task::Task::run::haaac8cf0b6b725ff (0x55952756a6b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::run_task2::ha693b9a90627dedb (0x55952757acbf) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::run_task::hdf2355e5c6913aec (0x55952757a514) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::try_run_owned_task::hf9c01325e2514108 (0x559527579b6d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::try_run_task::h3cc2891cfb031e26 (0x55952757959d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run::h5709eaeacaa13944 (0x5595275793db) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 36: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hefa1500ca4090c0e (0x5595274e67ac) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 37: tokio_timer::timer::handle::with_default::{{closure}}::h6bc5e2175e586833 (0x5595274fda7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 38: std::thread::local::LocalKey::try_with::ha4b5e8e45fd1a78c (0x5595274f7fff) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 39: std::thread::local::LocalKey::with::h4768cf04e0f4eeff (0x5595274f75c3) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::hd23a32be56241efc (0x5595274fd8c3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 41: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::hb4f4d924ef0bf6bd (0x5595274e680c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 42: tokio_timer::clock::clock::with_default::{{closure}}::hf3522dffdd5db3cf (0x5595274e214f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 43: std::thread::local::LocalKey::try_with::h784000ec165cc07e (0x5595274f7d1b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 44: std::thread::local::LocalKey::with::hf7f09aa3acaf8bae (0x5595274f76fd) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::h3378715381988ed1 (0x5595274e204b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 46: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::had672575aa6623e7 (0x5595274e685d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 47: tokio_reactor::with_default::{{closure}}::h40a97b7507c94196 (0x5595274fddfd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 48: std::thread::local::LocalKey::try_with::h1899fc5338b821ca (0x5595274f788b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 49: std::thread::local::LocalKey::with::h1339b3bb1772360b (0x5595274f748d) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 50: tokio_reactor::with_default::h66cbf2eebd974258 (0x5595274fdbc5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 51: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h7e0ddbbff1f860ce (0x5595274e6900) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 52: tokio_threadpool::callback::Callback::call::h368d38c8efa04198 (0x55952756fd53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 53: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h00dc9278fd7a8e18 (0x55952757908f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 54: tokio_executor::global::with_default::{{closure}}::h9fc8925a83600f5d (0x55952758a0bb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 55: std::thread::local::LocalKey::try_with::h1c0814e158c7cb05 (0x559527571caf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 56: std::thread::local::LocalKey::with::h32c03678c28e0176 (0x559527571813) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 57: tokio_executor::global::with_default::h2c0c2e3623225332 (0x559527589f93) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 58: tokio_threadpool::worker::Worker::do_run::{{closure}}::h5854a5dcb7b81f7e (0x55952757913d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 59: std::thread::local::LocalKey::try_with::h8eee940d6498fbe3 (0x559527571e06) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 60: std::thread::local::LocalKey::with::h7b4370b4ce3823dd (0x5595275718fe) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::ha2647372e789ebab (0x559527578f65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 62: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::he7d525dd715d04bc (0x559527585280) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 63: std::sys_common::backtrace::__rust_begin_short_backtrace::h5f5bcc22ccff708f (0x55952758da0e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 64: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h69de92829f86732b (0x5595275755a2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 65: as core::ops::function::FnOnce<()>>::call_once::h818b07766088c8e9 (0x55952756b7d2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 66: std::panicking::try::do_call::he94674d9a2995e9b (0x55952758e1fc) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 67: __rust_maybe_catch_panic (0x5595278153ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 68: std::panicking::try::h0d01f55a5bc63312 (0x55952758ddf2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 69: std::panic::catch_unwind::hf1a678054aaa1758 (0x55952756c0b2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 70: std::thread::Builder::spawn_unchecked::{{closure}}::h74f9005c29e419e1 (0x559527575386) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 71: core::ops::function::FnOnce::call_once{{vtable.shim}}::h994c7866d97bd8a7 (0x55952757d7b4) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 72: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55952780393f) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 73: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x559527814820) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 74: start_thread (0x7f876250d4a4) [INFO] [stdout] 75: __clone (0x7f8762038d0f) [INFO] [stdout] 76: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55952781128b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55952781128b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55952781128b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55952781128b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55952781128b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559527810efa - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559527811a00 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559527811582 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x559527811466 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55952782bfed - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x559526f9c655 - core::result::unwrap_failed::h6242487fcea58bba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x559526fab603 - core::result::Result::expect::h45f1e6e0fe0c1101 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5595270cf83a - chrootable_https::tests::verify_302::h2df59e57a6a94ece [INFO] [stdout] at src/lib.rs:299 [INFO] [stdout] 13: 0x5595270cf75a - chrootable_https::tests::verify_302::{{closure}}::h234bfe4e9e580a9d [INFO] [stdout] at src/lib.rs:295 [INFO] [stdout] 14: 0x559526fe9ffe - core::ops::function::FnOnce::call_once::h90cc1db09e81f60a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5595270dad1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5595270f5318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5595270f5318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5595270f5318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5595270d0195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5595270d4315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5595270d4315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5595270d4315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5595278153ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5595270d4952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5595270d4952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5595270d4952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5595270d4952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55952780393f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x559527814820 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x559527814820 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x559527814820 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f876250d4a4 - start_thread [INFO] [stdout] 34: 0x7f8762038d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dns::tests::verify_dns_config [INFO] [stdout] dns::tests::verify_dns_query [INFO] [stdout] dns::tests::verify_dns_query_empty_cname [INFO] [stdout] dns::tests::verify_dns_query_nx [INFO] [stdout] tests::verify_200_http [INFO] [stdout] tests::verify_200_https [INFO] [stdout] tests::verify_200_https_ipaddr [INFO] [stdout] tests::verify_200_https_system_resolver [INFO] [stdout] tests::verify_302 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 9 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "612635e644b731f0291533fcd47699d5a6edfbc2715ec0ddd30a9573a53d437e"` [INFO] running `"docker" "rm" "-f" "612635e644b731f0291533fcd47699d5a6edfbc2715ec0ddd30a9573a53d437e"` [INFO] [stdout] 612635e644b731f0291533fcd47699d5a6edfbc2715ec0ddd30a9573a53d437e