[INFO] crate tokio-zookeeper 0.1.3 is already in cache [INFO] extracting crate tokio-zookeeper 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-zookeeper/0.1.3 [INFO] extracting crate tokio-zookeeper 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tokio-zookeeper/0.1.3 [INFO] validating manifest of tokio-zookeeper-0.1.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-zookeeper-0.1.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-zookeeper-0.1.3 [INFO] finished frobbing tokio-zookeeper-0.1.3 [INFO] frobbed toml for tokio-zookeeper-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-zookeeper/0.1.3/Cargo.toml [INFO] started frobbing tokio-zookeeper-0.1.3 [INFO] finished frobbing tokio-zookeeper-0.1.3 [INFO] frobbed toml for tokio-zookeeper-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tokio-zookeeper/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tokio-zookeeper-0.1.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-zookeeper/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0208e5e21b8eed908347b90c8fad1aee55716754474a1cb3e11dd4a713fd719b [INFO] running `"docker" "start" "-a" "0208e5e21b8eed908347b90c8fad1aee55716754474a1cb3e11dd4a713fd719b"` [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling tokio-zookeeper v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proto/mod.rs:544:22 [INFO] [stderr] | [INFO] [stderr] 544 | Reconnecting(Box, Error = failure::Error> + Send + 'static>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/proto/mod.rs:455:25 [INFO] [stderr] | [INFO] [stderr] 455 | tx.send(Err(e)).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/proto/mod.rs:481:25 [INFO] [stderr] | [INFO] [stderr] 481 | tx.send(Ok(r)).is_ok(); // if receiver doesn't care, we don't either [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.04s [INFO] running `"docker" "inspect" "0208e5e21b8eed908347b90c8fad1aee55716754474a1cb3e11dd4a713fd719b"` [INFO] running `"docker" "rm" "-f" "0208e5e21b8eed908347b90c8fad1aee55716754474a1cb3e11dd4a713fd719b"` [INFO] [stdout] 0208e5e21b8eed908347b90c8fad1aee55716754474a1cb3e11dd4a713fd719b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-zookeeper/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9ef45bf40b3d778db820ca64653bc79835113446506ad763cc36b087a697f6fe [INFO] running `"docker" "start" "-a" "9ef45bf40b3d778db820ca64653bc79835113446506ad763cc36b087a697f6fe"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling tokio-zookeeper v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proto/mod.rs:544:22 [INFO] [stderr] | [INFO] [stderr] 544 | Reconnecting(Box, Error = failure::Error> + Send + 'static>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/proto/mod.rs:455:25 [INFO] [stderr] | [INFO] [stderr] 455 | tx.send(Err(e)).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/proto/mod.rs:481:25 [INFO] [stderr] | [INFO] [stderr] 481 | tx.send(Ok(r)).is_ok(); // if receiver doesn't care, we don't either [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.11s [INFO] running `"docker" "inspect" "9ef45bf40b3d778db820ca64653bc79835113446506ad763cc36b087a697f6fe"` [INFO] running `"docker" "rm" "-f" "9ef45bf40b3d778db820ca64653bc79835113446506ad763cc36b087a697f6fe"` [INFO] [stdout] 9ef45bf40b3d778db820ca64653bc79835113446506ad763cc36b087a697f6fe [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-zookeeper/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] b930a8f4d0f2f3e3911d61732edd7247f699b157a32a6b30409790561b2e84ad [INFO] running `"docker" "start" "-a" "b930a8f4d0f2f3e3911d61732edd7247f699b157a32a6b30409790561b2e84ad"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/tokio_zookeeper-d10e4ddd00fe9e9b [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test types::acl::tests::permission_format ... ok [INFO] [stdout] test types::acl::tests::permission_can ... ok [INFO] [stdout] test types::acl::tests::permission_bitor ... ok [INFO] [stderr] thread 'tokio-runtime-worker-0' panicked at 'Os { code: 111, kind: ConnectionRefused, message: "Connection refused" } [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: failure::backtrace::internal::InternalBacktrace::new::h7bf2faff441ae3e8 (0x560c36869ac1) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stderr] 1: failure::backtrace::Backtrace::new::h43ceb467105fcaa0 (0x560c3686986e) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stderr] 2: >::from::hbd80ba51e37e1bdc (0x560c365bdacc) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stderr] 3: >::from::hc6375f4f5c86dd19 (0x560c3660e40f) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stderr] 4: core::ops::function::FnOnce::call_once::h82cc26b111b32eb6 (0x560c365a1a62) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stderr] 5: core::result::Result::map_err::h3a64d98926d31510 (0x560c365fb64b) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:522 [INFO] [stderr] 6: as futures::future::Future>::poll::hce8dc69f51ba7a6b (0x560c365bee62) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stderr] 7: futures::future::chain::Chain::poll::h06daa4fbd85856b0 (0x560c3654dea3) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stderr] 8: as futures::future::Future>::poll::h5e0ac6da0f4499d9 (0x560c365e15aa) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stderr] 9: as futures::future::Future>::poll::h3f3bce1b15aaf6f4 (0x560c365dc15e) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map.rs:30 [INFO] [stderr] 10: futures::future::chain::Chain::poll::h6024b0f82d79b52f (0x560c3655cbf9) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stderr] 11: as futures::future::Future>::poll::hadcf9bfff38260b2 (0x560c365e193a) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stderr] 12: as futures::future::Future>::poll::hf19a2a04ee691671 (0x560c365dfffe) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map.rs:30 [INFO] [stderr] 13: as futures::future::Future>::poll::hd0ea9402be6bd872 (0x560c365beee0) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:30 [INFO] [stderr] 14: as futures::future::Future>::poll::hed8525053f7d20f0 (0x560c36867095) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stderr] 15: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h69b08e096b7b0584 (0x560c367b01d4) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stderr] 16: futures::task_impl::Spawn::enter::{{closure}}::h9660ef40f7439a93 (0x560c367b0481) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stderr] 17: futures::task_impl::std::set::hb2eb49ac97651004 (0x560c367a7764) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stderr] 18: futures::task_impl::Spawn::enter::haab6812006aa1369 (0x560c367b02cf) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stderr] 19: futures::task_impl::Spawn::poll_fn_notify::h2fdc37dff819f781 (0x560c367aff88) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stderr] 20: futures::task_impl::Spawn::poll_future_notify::h1b8f957738391a1a (0x560c367b0138) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stderr] 21: tokio_threadpool::task::Task::run::{{closure}}::hda9dabd97d690f8a (0x560c367b1f82) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stderr] 22: core::ops::function::FnOnce::call_once::h66c03dbc8b3fe49f (0x560c367c4a09) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stderr] 23: as core::ops::function::FnOnce<()>>::call_once::heab56fcba85fe1b8 (0x560c367af5d9) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stderr] 24: std::panicking::try::do_call::h8873ddb19759223e (0x560c367d4a33) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stderr] 25: __rust_maybe_catch_panic (0x560c368b996a) [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 26: std::panicking::try::h013d3fe2236cbdc0 (0x560c367d46a0) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stderr] 27: std::panic::catch_unwind::h5df1a50a19e39cdb (0x560c367af641) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stderr] 28: tokio_threadpool::task::Task::run::hbcb51af1eb74e6bb (0x560c367b17b0) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stderr] 29: tokio_threadpool::worker::Worker::run_task2::hd3293d92c126da75 (0x560c367c1d2f) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stderr] 30: tokio_threadpool::worker::Worker::run_task::h5d1799a76c0e8072 (0x560c367c1584) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stderr] 31: tokio_threadpool::worker::Worker::try_run_owned_task::h9a9c21c3ac2a7ca1 (0x560c367c0bdd) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stderr] 32: tokio_threadpool::worker::Worker::try_run_task::h72be36ebcff7193a (0x560c367c060d) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stderr] 33: tokio_threadpool::worker::Worker::run::h1e5589f99556b3cd (0x560c367c044b) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stderr] 34: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h00549c5daa34e375 (0x560c36740b7c) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stderr] 35: tokio_timer::timer::handle::with_default::{{closure}}::h3c9c9ce6731c6252 (0x560c3674d6cc) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stderr] 36: std::thread::local::LocalKey::try_with::hec452078218f132b (0x560c367496ef) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 37: std::thread::local::LocalKey::with::hee2fc784a7a7656f (0x560c36749063) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 38: tokio_timer::timer::handle::with_default::h7a73f10705dd7d6c (0x560c3674d513) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stderr] 39: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::h950ff846129b34d5 (0x560c36740bdc) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stderr] 40: tokio_timer::clock::clock::with_default::{{closure}}::h5730d5ee1a042ace (0x560c3673c79f) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stderr] 41: std::thread::local::LocalKey::try_with::h3de197d1c086ac22 (0x560c3674940b) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 42: std::thread::local::LocalKey::with::hf8ba59d6184cf14c (0x560c367490ed) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 43: tokio_timer::clock::clock::with_default::h777686be106dfbd0 (0x560c3673c69b) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stderr] 44: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::hd22144c6abdb97e4 (0x560c36740c2d) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stderr] 45: tokio_reactor::with_default::{{closure}}::h3b748f5a292605f6 (0x560c3674da4d) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stderr] 46: std::thread::local::LocalKey::try_with::h02dde4644c896132 (0x560c3674927b) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 47: std::thread::local::LocalKey::with::h2d65ac15b658f2c4 (0x560c36748f9d) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 48: tokio_reactor::with_default::h0a34a0b861f36d2a (0x560c3674d815) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stderr] 49: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h86c6dc644de8420d (0x560c36740cd0) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stderr] 50: tokio_threadpool::callback::Callback::call::h4c64e53785845d48 (0x560c367b6d53) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stderr] 51: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h9e9aa97fc40f0fe5 (0x560c367c00ff) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stderr] 52: tokio_executor::global::with_default::{{closure}}::h7dba4e8f8dc0b886 (0x560c367d112b) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stderr] 53: std::thread::local::LocalKey::try_with::h55b05d681c592886 (0x560c367b8e7f) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 54: std::thread::local::LocalKey::with::hedc651af0564567a (0x560c367b8cf3) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 55: tokio_executor::global::with_default::h61f510e2dc432ca9 (0x560c367d1003) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stderr] 56: tokio_threadpool::worker::Worker::do_run::{{closure}}::h3c60f2797ef89d4d (0x560c367c01ad) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stderr] 57: std::thread::local::LocalKey::try_with::h93fc7e64efceeed6 (0x560c367b9166) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 58: std::thread::local::LocalKey::with::h7fdd46cdfab7fec5 (0x560c367b8bde) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 59: tokio_threadpool::worker::Worker::do_run::h9a3b2e138c4f9678 (0x560c367bffd5) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stderr] 60: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h23cbbeb029df0711 (0x560c367cc2f0) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stderr] 61: std::sys_common::backtrace::__rust_begin_short_backtrace::hd4410ceb824a8fa3 (0x560c367a4aee) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 62: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd7e9c70f69530c18 (0x560c367bc612) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stderr] 63: as core::ops::function::FnOnce<()>>::call_once::ha12e28561b91fcc8 (0x560c367af5a2) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stderr] 64: std::panicking::try::do_call::hd78b3cef079970e6 (0x560c367d4abc) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stderr] 65: __rust_maybe_catch_panic (0x560c368b996a) [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 66: std::panicking::try::h8505e0d764cff4a4 (0x560c367d4882) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stderr] 67: std::panic::catch_unwind::he5f2eff0eadf5626 (0x560c367af682) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stderr] 68: std::thread::Builder::spawn_unchecked::{{closure}}::h779e872dfc17f014 (0x560c367bc3f6) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stderr] 69: core::ops::function::FnOnce::call_once{{vtable.shim}}::hc246c5a5954cf2dd (0x560c367c4824) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stderr] 70: as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 (0x560c368aa69f) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stderr] 71: as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d (0x560c368b9030) [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stderr] std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 72: start_thread (0x7f12f092c4a4) [INFO] [stderr] 73: __clone (0x7f12f0457d0f) [INFO] [stderr] 74: (0x0)', src/lib.rs:1093:30 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560c368b69bb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x560c368b69bb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x560c368b69bb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x560c368b69bb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x560c368b69bb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x560c368b6697 - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x560c368b7130 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x560c368b6cb2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x560c368b6bff - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stderr] at src/libstd/panicking.rs:339 [INFO] [stderr] 9: 0x560c3662d2a3 - tokio_zookeeper::tests::example::{{closure}}::h2ce8855e63d8283c [INFO] [stderr] at src/lib.rs:1093 [INFO] [stderr] 10: 0x560c365fc685 - core::result::Result::map_err::hc9e9a1a13e387463 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:522 [INFO] [stderr] 11: 0x560c365befd7 - as futures::future::Future>::poll::hd0ea9402be6bd872 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stderr] 12: 0x560c36867095 - as futures::future::Future>::poll::hed8525053f7d20f0 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stderr] 13: 0x560c367b01d4 - futures::task_impl::Spawn::poll_future_notify::{{closure}}::h69b08e096b7b0584 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stderr] 14: 0x560c367b0481 - futures::task_impl::Spawn::enter::{{closure}}::h9660ef40f7439a93 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stderr] 15: 0x560c367a7764 - futures::task_impl::std::set::hb2eb49ac97651004 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stderr] 16: 0x560c367b02cf - futures::task_impl::Spawn::enter::haab6812006aa1369 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stderr] 17: 0x560c367aff88 - futures::task_impl::Spawn::poll_fn_notify::h2fdc37dff819f781 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stderr] 18: 0x560c367b0138 - futures::task_impl::Spawn::poll_future_notify::h1b8f957738391a1a [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stderr] 19: 0x560c367b1f82 - tokio_threadpool::task::Task::run::{{closure}}::hda9dabd97d690f8a [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stderr] 20: 0x560c367c4a09 - core::ops::function::FnOnce::call_once::h66c03dbc8b3fe49f [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stderr] 21: 0x560c367af5d9 - as core::ops::function::FnOnce<()>>::call_once::heab56fcba85fe1b8 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stderr] 22: 0x560c367d4a33 - std::panicking::try::do_call::h8873ddb19759223e [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stderr] 23: 0x560c368b996a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 24: 0x560c367d46a0 - std::panicking::try::h013d3fe2236cbdc0 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stderr] 25: 0x560c367af641 - std::panic::catch_unwind::h5df1a50a19e39cdb [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stderr] 26: 0x560c367b17b0 - tokio_threadpool::task::Task::run::hbcb51af1eb74e6bb [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stderr] 27: 0x560c367c1d2f - tokio_threadpool::worker::Worker::run_task2::hd3293d92c126da75 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stderr] 28: 0x560c367c1584 - tokio_threadpool::worker::Worker::run_task::h5d1799a76c0e8072 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stderr] 29: 0x560c367c0bdd - tokio_threadpool::worker::Worker::try_run_owned_task::h9a9c21c3ac2a7ca1 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stderr] 30: 0x560c367c060d - tokio_threadpool::worker::Worker::try_run_task::h72be36ebcff7193a [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stderr] 31: 0x560c367c044b - tokio_threadpool::worker::Worker::run::h1e5589f99556b3cd [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stderr] 32: 0x560c36740b7c - tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h00549c5daa34e375 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stderr] 33: 0x560c3674d6cc - tokio_timer::timer::handle::with_default::{{closure}}::h3c9c9ce6731c6252 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stderr] 34: 0x560c367496ef - std::thread::local::LocalKey::try_with::hec452078218f132b [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 35: 0x560c36749063 - std::thread::local::LocalKey::with::hee2fc784a7a7656f [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 36: 0x560c3674d513 - tokio_timer::timer::handle::with_default::h7a73f10705dd7d6c [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stderr] 37: 0x560c36740bdc - tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::h950ff846129b34d5 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stderr] 38: 0x560c3673c79f - tokio_timer::clock::clock::with_default::{{closure}}::h5730d5ee1a042ace [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stderr] 39: 0x560c3674940b - std::thread::local::LocalKey::try_with::h3de197d1c086ac22 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 40: 0x560c367490ed - std::thread::local::LocalKey::with::hf8ba59d6184cf14c [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 41: 0x560c3673c69b - tokio_timer::clock::clock::with_default::h777686be106dfbd0 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stderr] 42: 0x560c36740c2d - tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::hd22144c6abdb97e4 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stderr] 43: 0x560c3674da4d - tokio_reactor::with_default::{{closure}}::h3b748f5a292605f6 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stderr] 44: 0x560c3674927b - std::thread::local::LocalKey::try_with::h02dde4644c896132 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 45: 0x560c36748f9d - std::thread::local::LocalKey::with::h2d65ac15b658f2c4 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 46: 0x560c3674d815 - tokio_reactor::with_default::h0a34a0b861f36d2a [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stderr] 47: 0x560c36740cd0 - tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h86c6dc644de8420d [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stderr] 48: 0x560c367b6d53 - tokio_threadpool::callback::Callback::call::h4c64e53785845d48 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stderr] 49: 0x560c367c00ff - tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h9e9aa97fc40f0fe5 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stderr] 50: 0x560c367d112b - tokio_executor::global::with_default::{{closure}}::h7dba4e8f8dc0b886 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stderr] 51: 0x560c367b8e7f - std::thread::local::LocalKey::try_with::h55b05d681c592886 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 52: 0x560c367b8cf3 - std::thread::local::LocalKey::with::hedc651af0564567a [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 53: 0x560c367d1003 - tokio_executor::global::with_default::h61f510e2dc432ca9 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stderr] 54: 0x560c367c01ad - tokio_threadpool::worker::Worker::do_run::{{closure}}::h3c60f2797ef89d4d [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stderr] 55: 0x560c367b9166 - std::thread::local::LocalKey::try_with::h93fc7e64efceeed6 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stderr] 56: 0x560c367b8bde - std::thread::local::LocalKey::with::h7fdd46cdfab7fec5 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stderr] 57: 0x560c367bffd5 - tokio_threadpool::worker::Worker::do_run::h9a3b2e138c4f9678 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stderr] 58: 0x560c367cc2f0 - tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h23cbbeb029df0711 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stderr] 59: 0x560c367a4aee - std::sys_common::backtrace::__rust_begin_short_backtrace::hd4410ceb824a8fa3 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 60: 0x560c367bc612 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd7e9c70f69530c18 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stderr] 61: 0x560c367af5a2 - as core::ops::function::FnOnce<()>>::call_once::ha12e28561b91fcc8 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stderr] 62: 0x560c367d4abc - std::panicking::try::do_call::hd78b3cef079970e6 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stderr] 63: 0x560c368b996a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 64: 0x560c367d4882 - std::panicking::try::h8505e0d764cff4a4 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stderr] 65: 0x560c367af682 - std::panic::catch_unwind::he5f2eff0eadf5626 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stderr] 66: 0x560c367bc3f6 - std::thread::Builder::spawn_unchecked::{{closure}}::h779e872dfc17f014 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stderr] 67: 0x560c367c4824 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc246c5a5954cf2dd [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stderr] 68: 0x560c368aa69f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stderr] 69: 0x560c368b9030 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stderr] 70: 0x560c368b9030 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 71: 0x560c368b9030 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 72: 0x7f12f092c4a4 - start_thread [INFO] [stderr] 73: 0x7f12f0457d0f - __clone [INFO] [stderr] 74: 0x0 - [INFO] [stdout] test tests::example ... ok [INFO] [stdout] test tests::acl_test ... FAILED [INFO] [stdout] test tests::it_works ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::acl_test stdout ---- [INFO] [stdout] thread 'tests::acl_test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h7bf2faff441ae3e8 (0x560c36869ac1) [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::h43ceb467105fcaa0 (0x560c3686986e) [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::hbd80ba51e37e1bdc (0x560c365bdacc) [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::hc6375f4f5c86dd19 (0x560c3660e40f) [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::h82cc26b111b32eb6 (0x560c365a1a62) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h3a64d98926d31510 (0x560c365fb64b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hce8dc69f51ba7a6b (0x560c365bee62) [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::h06daa4fbd85856b0 (0x560c3654dea3) [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::h5e0ac6da0f4499d9 (0x560c365e15aa) [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::h3f3bce1b15aaf6f4 (0x560c365dc15e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::h147fc1694531df49 (0x560c36550e69) [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::hb09833babe98e4b4 (0x560c365e196a) [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: futures::future::chain::Chain::poll::haac41a570e04c4b9 (0x560c36566082) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 13: as futures::future::Future>::poll::h46c711ae47cff624 (0x560c36610b33) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 14: as futures::future::Future>::poll::hed8525053f7d20f0 (0x560c36867095) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 15: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h69b08e096b7b0584 (0x560c367b01d4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 16: futures::task_impl::Spawn::enter::{{closure}}::h9660ef40f7439a93 (0x560c367b0481) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 17: futures::task_impl::std::set::hb2eb49ac97651004 (0x560c367a7764) [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] 18: futures::task_impl::Spawn::enter::haab6812006aa1369 (0x560c367b02cf) [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::Spawn::poll_fn_notify::h2fdc37dff819f781 (0x560c367aff88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 20: futures::task_impl::Spawn::poll_future_notify::h1b8f957738391a1a (0x560c367b0138) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 21: tokio_threadpool::task::Task::run::{{closure}}::hda9dabd97d690f8a (0x560c367b1f82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 22: core::ops::function::FnOnce::call_once::h66c03dbc8b3fe49f (0x560c367c4a09) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 23: as core::ops::function::FnOnce<()>>::call_once::heab56fcba85fe1b8 (0x560c367af5d9) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 24: std::panicking::try::do_call::h8873ddb19759223e (0x560c367d4a33) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 25: __rust_maybe_catch_panic (0x560c368b996a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: std::panicking::try::h013d3fe2236cbdc0 (0x560c367d46a0) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 27: std::panic::catch_unwind::h5df1a50a19e39cdb (0x560c367af641) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 28: tokio_threadpool::task::Task::run::hbcb51af1eb74e6bb (0x560c367b17b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 29: tokio_threadpool::worker::Worker::run_task2::hd3293d92c126da75 (0x560c367c1d2f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 30: tokio_threadpool::worker::Worker::run_task::h5d1799a76c0e8072 (0x560c367c1584) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::try_run_owned_task::h9a9c21c3ac2a7ca1 (0x560c367c0bdd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::try_run_task::h72be36ebcff7193a (0x560c367c060d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::run::h1e5589f99556b3cd (0x560c367c044b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 34: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h00549c5daa34e375 (0x560c36740b7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 35: tokio_timer::timer::handle::with_default::{{closure}}::h3c9c9ce6731c6252 (0x560c3674d6cc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 36: std::thread::local::LocalKey::try_with::hec452078218f132b (0x560c367496ef) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 37: std::thread::local::LocalKey::with::hee2fc784a7a7656f (0x560c36749063) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 38: tokio_timer::timer::handle::with_default::h7a73f10705dd7d6c (0x560c3674d513) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 39: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::h950ff846129b34d5 (0x560c36740bdc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 40: tokio_timer::clock::clock::with_default::{{closure}}::h5730d5ee1a042ace (0x560c3673c79f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 41: std::thread::local::LocalKey::try_with::h3de197d1c086ac22 (0x560c3674940b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 42: std::thread::local::LocalKey::with::hf8ba59d6184cf14c (0x560c367490ed) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 43: tokio_timer::clock::clock::with_default::h777686be106dfbd0 (0x560c3673c69b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 44: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::hd22144c6abdb97e4 (0x560c36740c2d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 45: tokio_reactor::with_default::{{closure}}::h3b748f5a292605f6 (0x560c3674da4d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 46: std::thread::local::LocalKey::try_with::h02dde4644c896132 (0x560c3674927b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 47: std::thread::local::LocalKey::with::h2d65ac15b658f2c4 (0x560c36748f9d) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 48: tokio_reactor::with_default::h0a34a0b861f36d2a (0x560c3674d815) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 49: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h86c6dc644de8420d (0x560c36740cd0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 50: tokio_threadpool::callback::Callback::call::h4c64e53785845d48 (0x560c367b6d53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 51: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h9e9aa97fc40f0fe5 (0x560c367c00ff) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 52: tokio_executor::global::with_default::{{closure}}::h7dba4e8f8dc0b886 (0x560c367d112b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 53: std::thread::local::LocalKey::try_with::h55b05d681c592886 (0x560c367b8e7f) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 54: std::thread::local::LocalKey::with::hedc651af0564567a (0x560c367b8cf3) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 55: tokio_executor::global::with_default::h61f510e2dc432ca9 (0x560c367d1003) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 56: tokio_threadpool::worker::Worker::do_run::{{closure}}::h3c60f2797ef89d4d (0x560c367c01ad) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 57: std::thread::local::LocalKey::try_with::h93fc7e64efceeed6 (0x560c367b9166) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 58: std::thread::local::LocalKey::with::h7fdd46cdfab7fec5 (0x560c367b8bde) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 59: tokio_threadpool::worker::Worker::do_run::h9a3b2e138c4f9678 (0x560c367bffd5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 60: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h23cbbeb029df0711 (0x560c367cc2f0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 61: std::sys_common::backtrace::__rust_begin_short_backtrace::hd4410ceb824a8fa3 (0x560c367a4aee) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 62: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd7e9c70f69530c18 (0x560c367bc612) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 63: as core::ops::function::FnOnce<()>>::call_once::ha12e28561b91fcc8 (0x560c367af5a2) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 64: std::panicking::try::do_call::hd78b3cef079970e6 (0x560c367d4abc) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 65: __rust_maybe_catch_panic (0x560c368b996a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 66: std::panicking::try::h8505e0d764cff4a4 (0x560c367d4882) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 67: std::panic::catch_unwind::he5f2eff0eadf5626 (0x560c367af682) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 68: std::thread::Builder::spawn_unchecked::{{closure}}::h779e872dfc17f014 (0x560c367bc3f6) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 69: core::ops::function::FnOnce::call_once{{vtable.shim}}::hc246c5a5954cf2dd (0x560c367c4824) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 70: as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 (0x560c368aa69f) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 71: as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d (0x560c368b9030) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 72: start_thread (0x7f12f092c4a4) [INFO] [stdout] 73: __clone (0x7f12f0457d0f) [INFO] [stdout] 74: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560c368b69bb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x560c368b69bb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x560c368b69bb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x560c368b69bb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x560c368b69bb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x560c368b662a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x560c368b7130 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x560c368b6cb2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x560c368b6b96 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x560c368d06ad - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x560c365e6825 - core::result::unwrap_failed::he48931db6fc5964c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x560c365fa7ab - core::result::Result::unwrap::hb81c49e9837a2b7c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x560c3662d63e - tokio_zookeeper::tests::acl_test::hb649a44b67828f97 [INFO] [stdout] at src/lib.rs:1107 [INFO] [stdout] 13: 0x560c3662d2ca - tokio_zookeeper::tests::acl_test::{{closure}}::h3c3f675b185d47bd [INFO] [stdout] at src/lib.rs:1098 [INFO] [stdout] 14: 0x560c365a198e - core::ops::function::FnOnce::call_once::h7331969d1eafd4e6 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x560c36643e1f - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x560c368b996a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x560c3665e418 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x560c3665e418 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x560c3665e418 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x560c36639295 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x560c3663d355 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x560c3663d355 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x560c3663d355 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x560c368b996a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x560c3663da52 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x560c3663da52 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x560c3663da52 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x560c3663da52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x560c368aa69f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x560c368b9030 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x560c368b9030 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x560c368b9030 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f12f092c4a4 - start_thread [INFO] [stdout] 34: 0x7f12f0457d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::it_works stdout ---- [INFO] [stdout] thread 'tests::it_works' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h7bf2faff441ae3e8 (0x560c36869ac1) [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::h43ceb467105fcaa0 (0x560c3686986e) [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::hbd80ba51e37e1bdc (0x560c365bdacc) [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::hc6375f4f5c86dd19 (0x560c3660e40f) [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::h82cc26b111b32eb6 (0x560c365a1a62) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 5: core::result::Result::map_err::h3a64d98926d31510 (0x560c365fb64b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:522 [INFO] [stdout] 6: as futures::future::Future>::poll::hce8dc69f51ba7a6b (0x560c365bee62) [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::h06daa4fbd85856b0 (0x560c3654dea3) [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::h5e0ac6da0f4499d9 (0x560c365e15aa) [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::h3f3bce1b15aaf6f4 (0x560c365dc15e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map.rs:30 [INFO] [stdout] 10: futures::future::chain::Chain::poll::hd12dd3bf4b9c4677 (0x560c3656d1f9) [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::hc9379e897882ea1d (0x560c365e1a5a) [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: futures::future::chain::Chain::poll::h8fd226428bdee00d (0x560c3656067f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 13: as futures::future::Future>::poll::h2545acacf85dd506 (0x560c36610b13) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 14: as futures::future::Future>::poll::hed8525053f7d20f0 (0x560c36867095) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 15: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h69b08e096b7b0584 (0x560c367b01d4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 16: futures::task_impl::Spawn::enter::{{closure}}::h9660ef40f7439a93 (0x560c367b0481) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 17: futures::task_impl::std::set::hb2eb49ac97651004 (0x560c367a7764) [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] 18: futures::task_impl::Spawn::enter::haab6812006aa1369 (0x560c367b02cf) [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::Spawn::poll_fn_notify::h2fdc37dff819f781 (0x560c367aff88) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 20: futures::task_impl::Spawn::poll_future_notify::h1b8f957738391a1a (0x560c367b0138) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 21: tokio_threadpool::task::Task::run::{{closure}}::hda9dabd97d690f8a (0x560c367b1f82) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 22: core::ops::function::FnOnce::call_once::h66c03dbc8b3fe49f (0x560c367c4a09) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 23: as core::ops::function::FnOnce<()>>::call_once::heab56fcba85fe1b8 (0x560c367af5d9) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 24: std::panicking::try::do_call::h8873ddb19759223e (0x560c367d4a33) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 25: __rust_maybe_catch_panic (0x560c368b996a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: std::panicking::try::h013d3fe2236cbdc0 (0x560c367d46a0) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 27: std::panic::catch_unwind::h5df1a50a19e39cdb (0x560c367af641) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 28: tokio_threadpool::task::Task::run::hbcb51af1eb74e6bb (0x560c367b17b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 29: tokio_threadpool::worker::Worker::run_task2::hd3293d92c126da75 (0x560c367c1d2f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 30: tokio_threadpool::worker::Worker::run_task::h5d1799a76c0e8072 (0x560c367c1584) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 31: tokio_threadpool::worker::Worker::try_run_owned_task::h9a9c21c3ac2a7ca1 (0x560c367c0bdd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 32: tokio_threadpool::worker::Worker::try_run_task::h72be36ebcff7193a (0x560c367c060d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 33: tokio_threadpool::worker::Worker::run::h1e5589f99556b3cd (0x560c367c044b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 34: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h00549c5daa34e375 (0x560c36740b7c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 35: tokio_timer::timer::handle::with_default::{{closure}}::h3c9c9ce6731c6252 (0x560c3674d6cc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 36: std::thread::local::LocalKey::try_with::hec452078218f132b (0x560c367496ef) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 37: std::thread::local::LocalKey::with::hee2fc784a7a7656f (0x560c36749063) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 38: tokio_timer::timer::handle::with_default::h7a73f10705dd7d6c (0x560c3674d513) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 39: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::h950ff846129b34d5 (0x560c36740bdc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 40: tokio_timer::clock::clock::with_default::{{closure}}::h5730d5ee1a042ace (0x560c3673c79f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 41: std::thread::local::LocalKey::try_with::h3de197d1c086ac22 (0x560c3674940b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 42: std::thread::local::LocalKey::with::hf8ba59d6184cf14c (0x560c367490ed) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 43: tokio_timer::clock::clock::with_default::h777686be106dfbd0 (0x560c3673c69b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 44: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::hd22144c6abdb97e4 (0x560c36740c2d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 45: tokio_reactor::with_default::{{closure}}::h3b748f5a292605f6 (0x560c3674da4d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 46: std::thread::local::LocalKey::try_with::h02dde4644c896132 (0x560c3674927b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 47: std::thread::local::LocalKey::with::h2d65ac15b658f2c4 (0x560c36748f9d) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 48: tokio_reactor::with_default::h0a34a0b861f36d2a (0x560c3674d815) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 49: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h86c6dc644de8420d (0x560c36740cd0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 50: tokio_threadpool::callback::Callback::call::h4c64e53785845d48 (0x560c367b6d53) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 51: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h9e9aa97fc40f0fe5 (0x560c367c00ff) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 52: tokio_executor::global::with_default::{{closure}}::h7dba4e8f8dc0b886 (0x560c367d112b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 53: std::thread::local::LocalKey::try_with::h55b05d681c592886 (0x560c367b8e7f) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 54: std::thread::local::LocalKey::with::hedc651af0564567a (0x560c367b8cf3) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 55: tokio_executor::global::with_default::h61f510e2dc432ca9 (0x560c367d1003) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 56: tokio_threadpool::worker::Worker::do_run::{{closure}}::h3c60f2797ef89d4d (0x560c367c01ad) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 57: std::thread::local::LocalKey::try_with::h93fc7e64efceeed6 (0x560c367b9166) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 58: std::thread::local::LocalKey::with::h7fdd46cdfab7fec5 (0x560c367b8bde) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 59: tokio_threadpool::worker::Worker::do_run::h9a3b2e138c4f9678 (0x560c367bffd5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 60: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h23cbbeb029df0711 (0x560c367cc2f0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 61: std::sys_common::backtrace::__rust_begin_short_backtrace::hd4410ceb824a8fa3 (0x560c367a4aee) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 62: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd7e9c70f69530c18 (0x560c367bc612) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 63: as core::ops::function::FnOnce<()>>::call_once::ha12e28561b91fcc8 (0x560c367af5a2) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 64: std::panicking::try::do_call::hd78b3cef079970e6 (0x560c367d4abc) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 65: __rust_maybe_catch_panic (0x560c368b996a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 66: std::panicking::try::h8505e0d764cff4a4 (0x560c367d4882) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 67: std::panic::catch_unwind::he5f2eff0eadf5626 (0x560c367af682) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 68: std::thread::Builder::spawn_unchecked::{{closure}}::h779e872dfc17f014 (0x560c367bc3f6) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 69: core::ops::function::FnOnce::call_once{{vtable.shim}}::hc246c5a5954cf2dd (0x560c367c4824) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 70: as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 (0x560c368aa69f) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 71: as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d (0x560c368b9030) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 72: start_thread (0x7f12f092c4a4) [INFO] [stdout] 73: __clone (0x7f12f0457d0f) [INFO] [stdout] 74: (0x0)', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560c368b69bb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x560c368b69bb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x560c368b69bb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x560c368b69bb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x560c368b69bb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x560c368b662a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x560c368b7130 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x560c368b6cb2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x560c368b6b96 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x560c368d06ad - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x560c365e6825 - core::result::unwrap_failed::he48931db6fc5964c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x560c365f9e83 - core::result::Result::unwrap::h4c8a0384b3bd2b3b [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x560c3662569c - tokio_zookeeper::tests::it_works::h729abb9ec88a8e69 [INFO] [stdout] at src/lib.rs:831 [INFO] [stdout] 13: 0x560c3662531a - tokio_zookeeper::tests::it_works::{{closure}}::h36862ad53dca8074 [INFO] [stdout] at src/lib.rs:822 [INFO] [stdout] 14: 0x560c365a1dce - core::ops::function::FnOnce::call_once::hb17d4298a9c6e360 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x560c36643e1f - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x560c368b996a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x560c3665e418 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x560c3665e418 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x560c3665e418 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x560c36639295 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x560c3663d355 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x560c3663d355 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x560c3663d355 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x560c368b996a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x560c3663da52 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x560c3663da52 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x560c3663da52 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x560c3663da52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x560c368aa69f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x560c368b9030 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x560c368b9030 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x560c368b9030 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f12f092c4a4 - start_thread [INFO] [stdout] 34: 0x7f12f0457d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::acl_test [INFO] [stdout] tests::it_works [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "b930a8f4d0f2f3e3911d61732edd7247f699b157a32a6b30409790561b2e84ad"` [INFO] running `"docker" "rm" "-f" "b930a8f4d0f2f3e3911d61732edd7247f699b157a32a6b30409790561b2e84ad"` [INFO] [stdout] b930a8f4d0f2f3e3911d61732edd7247f699b157a32a6b30409790561b2e84ad