Last active
August 23, 2018 18:10
-
-
Save quilir/d139f08c12bf761294f5a609b82fcd31 to your computer and use it in GitHub Desktop.
DNS-SD log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUST_BACKTRACE=full cargo test --color=always --package trust-dns-resolver --lib dns_sd::tests::test_list_services -- --nocapture --exact | |
Finished dev [unoptimized + debuginfo] target(s) in 0.08s | |
Running target/debug/deps/trust_dns_resolver-d0ee983635ee172b | |
running 1 test | |
thread 'dns_sd::tests::test_list_services' panicked at 'failed to run lookup: ResolveError { inner: ProtoError { inner: stack backtrace: | |
0: 0x55e38d8d5055 - backtrace::backtrace::libunwind::trace::h6d9068bcf9381a61 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/backtrace/libunwind.rs:53 | |
- backtrace::backtrace::trace::h303c34c856dc11ae | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/backtrace/mod.rs:42 | |
1: 0x55e38d8cfbde - backtrace::capture::Backtrace::new_unresolved::h94afa6a532142c10 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/capture.rs:88 | |
2: 0x55e38d8ce0a9 - failure::backtrace::internal::InternalBacktrace::new::hff77097aae911bac | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/backtrace/internal.rs:44 | |
3: 0x55e38d8cd03c - failure::backtrace::Backtrace::new::hdc2b26e7a013f593 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/backtrace/mod.rs:111 | |
4: 0x55e38d6f8875 - <failure::context::Context<D>>::new::hf617f37288d95875 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/context.rs:68 | |
5: 0x55e38d6b6c40 - <trust_dns_proto::error::ProtoError as core::convert::From<trust_dns_proto::error::ProtoErrorKind>>::from::h7bc4db3c5d797767 | |
at proto/src/error.rs:201 | |
6: 0x55e38d44e230 - <trust_dns_proto::xfer::dns_multiplexer::DnsMultiplexer<S, MF>>::drop_cancelled::hc6695fa4facd0205 | |
at /home/hubert/IdeaProjects/trust-dns/proto/src/xfer/dns_multiplexer.rs:188 | |
7: 0x55e38d4442f1 - <trust_dns_proto::xfer::dns_multiplexer::DnsMultiplexer<S, MF> as futures::stream::Stream>::poll::hc063c61ef6a1ef3e | |
at /home/hubert/IdeaProjects/trust-dns/proto/src/xfer/dns_multiplexer.rs:407 | |
8: 0x55e38d39f4c9 - <trust_dns_proto::xfer::dns_exchange::DnsExchange<S, R> as futures::future::Future>::poll::h88fc776870699555 | |
at /home/hubert/IdeaProjects/trust-dns/proto/src/xfer/dns_exchange.rs:90 | |
9: 0x55e38d3e8f5d - <futures::future::chain::Chain<A, B, C>>::poll::h3eed95c5b87afb85 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/chain.rs:32 | |
10: 0x55e38d3f7c49 - <futures::future::and_then::AndThen<A, B, F> as futures::future::Future>::poll::h68501ff2e24775fd | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/and_then.rs:32 | |
11: 0x55e38d3e17c2 - <futures::future::map_err::MapErr<A, F> as futures::future::Future>::poll::h5fc107fe05c338c8 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/map_err.rs:30 | |
12: 0x55e38d839ca4 - <alloc::boxed::Box<F> as futures::future::Future>::poll::hf696353df7cba1a7 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/mod.rs:113 | |
13: 0x55e38d837642 - <futures::task_impl::Spawn<T>>::poll_future_notify::{{closure}}::ha6aca7cd02c660b3 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:289 | |
14: 0x55e38d83778f - <futures::task_impl::Spawn<T>>::enter::{{closure}}::h5d98bd80ca15f44d | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:363 | |
15: 0x55e38d830c3d - futures::task_impl::std::set::h1e2bbd7254e20dec | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/std/mod.rs:78 | |
16: 0x55e38d83772a - <futures::task_impl::Spawn<T>>::enter::h71b3ece0671aec34 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:363 | |
17: 0x55e38d8375c3 - <futures::task_impl::Spawn<T>>::poll_future_notify::hc9ce921075326d4b | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:289 | |
18: 0x55e38d82a0b2 - <tokio::executor::current_thread::scheduler::Scheduled<'a, U>>::tick::hd7b7b0e3e7bd5184 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/scheduler.rs:352 | |
19: 0x55e38d82a072 - <tokio::executor::current_thread::scheduler::Scheduler<U>>::tick::{{closure}}::hdabb585fc23504d6 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/scheduler.rs:332 | |
20: 0x55e38d836b62 - <tokio::executor::current_thread::Borrow<'a, U>>::enter::{{closure}}::{{closure}}::h9039f11b73748133 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/mod.rs:762 | |
21: 0x55e38d836d94 - tokio::executor::current_thread::CurrentRunner::set_spawn::h5d6a67dd7d0af0ea | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/mod.rs:794 | |
22: 0x55e38d836c10 - <tokio::executor::current_thread::Borrow<'a, U>>::enter::{{closure}}::h44203935012224a9 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/mod.rs:761 | |
23: 0x55e38d831bed - <std::thread::local::LocalKey<T>>::try_with::h1c66b1e4124aff79 | |
at /checkout/src/libstd/thread/local.rs:294 | |
24: 0x55e38d8316d6 - <std::thread::local::LocalKey<T>>::with::h16c549fb8a7b431d | |
at /checkout/src/libstd/thread/local.rs:248 | |
25: 0x55e38d836abf - <tokio::executor::current_thread::Borrow<'a, U>>::enter::hd667d653599d51fd | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/mod.rs:760 | |
26: 0x55e38d829e3c - <tokio::executor::current_thread::scheduler::Scheduler<U>>::tick::h3939b66f2641a5fb | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/scheduler.rs:332 | |
27: 0x55e38d8367c0 - <tokio::executor::current_thread::Entered<'a, P>>::tick::h9e3cf9a44163e497 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/mod.rs:611 | |
28: 0x55e38d38cec2 - <tokio::executor::current_thread::Entered<'a, P>>::block_on::h22894fe1a7d9de0b | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/executor/current_thread/mod.rs:495 | |
29: 0x55e38d366c34 - tokio::runtime::current_thread::runtime::Runtime::block_on::{{closure}}::h823433eb72257bc3 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:138 | |
30: 0x55e38d366132 - tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hc0a901d9327e6f1e | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:179 | |
31: 0x55e38d35bb2f - tokio_executor::global::with_default::{{closure}}::h467fcdb2ba383070 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.3/src/global.rs:193 | |
32: 0x55e38d35754a - <std::thread::local::LocalKey<T>>::try_with::h9af888d659786bc4 | |
at /checkout/src/libstd/thread/local.rs:294 | |
33: 0x55e38d352605 - <std::thread::local::LocalKey<T>>::with::h875dec158cc17cc7 | |
at /checkout/src/libstd/thread/local.rs:248 | |
34: 0x55e38d35b40e - tokio_executor::global::with_default::hd63d0df33fc7292d | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.3/src/global.rs:163 | |
35: 0x55e38d365483 - tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::{{closure}}::h176177ed74155785 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:177 | |
36: 0x55e38d3d1fd4 - tokio_timer::timer::handle::with_default::{{closure}}::hb9cd400e051dc5a2 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.5/src/timer/handle.rs:65 | |
37: 0x55e38d35821d - <std::thread::local::LocalKey<T>>::try_with::hccf3e053c3c1a6ef | |
at /checkout/src/libstd/thread/local.rs:294 | |
38: 0x55e38d352035 - <std::thread::local::LocalKey<T>>::with::h47da8d1506e90d38 | |
at /checkout/src/libstd/thread/local.rs:248 | |
39: 0x55e38d3d0cfd - tokio_timer::timer::handle::with_default::hf555679ddd3aaee0 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.5/src/timer/handle.rs:57 | |
40: 0x55e38d365231 - tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::{{closure}}::hc163273f39cc6713 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:170 | |
41: 0x55e38d3384ae - tokio_timer::clock::clock::with_default::{{closure}}::h0bfecd3bd06c511d | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.5/src/clock/clock.rs:136 | |
42: 0x55e38d358eb0 - <std::thread::local::LocalKey<T>>::try_with::hd93a8d1fd024b089 | |
at /checkout/src/libstd/thread/local.rs:294 | |
43: 0x55e38d351e67 - <std::thread::local::LocalKey<T>>::with::h2f582c068edcd334 | |
at /checkout/src/libstd/thread/local.rs:248 | |
44: 0x55e38d3380ce - tokio_timer::clock::clock::with_default::hc101e3705e3af987 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.5/src/clock/clock.rs:119 | |
45: 0x55e38d3649a4 - tokio::runtime::current_thread::runtime::Runtime::enter::{{closure}}::h7d444acab7556ac5 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:169 | |
46: 0x55e38d4273f6 - tokio_reactor::with_default::{{closure}}::ha9acd7ebc330250f | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.3/src/lib.rs:231 | |
47: 0x55e38d358c1d - <std::thread::local::LocalKey<T>>::try_with::hd5eb93617a6adefd | |
at /checkout/src/libstd/thread/local.rs:294 | |
48: 0x55e38d352cd5 - <std::thread::local::LocalKey<T>>::with::hc3c6af4ee0a2201b | |
at /checkout/src/libstd/thread/local.rs:248 | |
49: 0x55e38d42613d - tokio_reactor::with_default::he38994d539383491 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.3/src/lib.rs:214 | |
50: 0x55e38d364405 - tokio::runtime::current_thread::runtime::Runtime::enter::hc3a90e8dd7a4868f | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:168 | |
51: 0x55e38d366554 - tokio::runtime::current_thread::runtime::Runtime::block_on::h528eb14bb75d5122 | |
at /home/hubert/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.7/src/runtime/current_thread/runtime.rs:136 | |
52: 0x55e38d456c9d - trust_dns_resolver::dns_sd::tests::test_list_services::h20e19a56494cac73 | |
at resolver/src/dns_sd.rs:166 | |
53: 0x55e38d494a49 - trust_dns_resolver::__test::TESTS::{{closure}}::h5ed42f899decba3f | |
at resolver/src/dns_sd.rs:154 | |
54: 0x55e38d3903cd - core::ops::function::FnOnce::call_once::h84f15544b7bcad92 | |
at /checkout/src/libcore/ops/function.rs:223 | |
55: 0x55e38d4afbce - test::run_test::{{closure}}::h21db2b7c67c8661a | |
at libtest/lib.rs:1451 | |
- core::ops::function::FnOnce::call_once::h0580eb4d9c75afa2 | |
at /checkout/src/libcore/ops/function.rs:223 | |
- <F as alloc::boxed::FnBox<A>>::call_box::h35131d468a43c8d1 | |
at /checkout/src/liballoc/boxed.rs:640 | |
56: 0x55e38d91aa89 - __rust_maybe_catch_panic | |
at libpanic_unwind/lib.rs:105 | |
57: 0x55e38d4cc32d - std::panicking::try::hc8ff60d112c3b953 | |
at /checkout/src/libstd/panicking.rs:289 | |
- std::panic::catch_unwind::h5753841827d0800c | |
at /checkout/src/libstd/panic.rs:392 | |
- test::run_test::run_test_inner::{{closure}}::h9a97523def2429a3 | |
at libtest/lib.rs:1406 | |
- std::sys_common::backtrace::__rust_begin_short_backtrace::h02641c0f08c89101 | |
at /checkout/src/libstd/sys_common/backtrace.rs:136 | |
58: 0x55e38d4d1124 - std::thread::Builder::spawn::{{closure}}::{{closure}}::h99d66fb1df29f07c | |
at /checkout/src/libstd/thread/mod.rs:409 | |
- <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3e02f2169697bc32 | |
at /checkout/src/libstd/panic.rs:308 | |
- std::panicking::try::do_call::h1d3083628cca3de7 | |
at /checkout/src/libstd/panicking.rs:310 | |
59: 0x55e38d91aa89 - __rust_maybe_catch_panic | |
at libpanic_unwind/lib.rs:105 | |
60: 0x55e38d4c27b6 - std::panicking::try::h007719945eedbd9b | |
at /checkout/src/libstd/panicking.rs:289 | |
- std::panic::catch_unwind::h6e71d0c8b50a102c | |
at /checkout/src/libstd/panic.rs:392 | |
- std::thread::Builder::spawn::{{closure}}::hdfaa300ad3d3a6b9 | |
at /checkout/src/libstd/thread/mod.rs:408 | |
- <F as alloc::boxed::FnBox<A>>::call_box::h2f7e4058ba7bf228 | |
at /checkout/src/liballoc/boxed.rs:640 | |
61: 0x55e38d8f96da - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output=R> + 'a> as core::ops::function::FnOnce<A>>::call_once::h75e539106a648d39 | |
at /checkout/src/liballoc/boxed.rs:650 | |
- std::sys_common::thread::start_thread::h88a639c99862a9f5 | |
at libstd/sys_common/thread.rs:24 | |
62: 0x55e38d8fc415 - std::sys::unix::thread::Thread::new::thread_start::h7d7a420a78cfa84d | |
at libstd/sys/unix/thread.rs:90 | |
63: 0x7efe680b46da - start_thread | |
64: 0x7efe67bc588e - __clone | |
65: 0x0 - <unknown> | |
request timed out } | |
request timed out }', libcore/result.rs:945:5 | |
stack backtrace: | |
0: 0x55e38d90d41e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h845003dfd4057b58 | |
at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 | |
1: 0x55e38d8fd1d6 - std::sys_common::backtrace::print::he21204c91f031ba1 | |
at libstd/sys_common/backtrace.rs:71 | |
at libstd/sys_common/backtrace.rs:59 | |
2: 0x55e38d8fb26d - std::panicking::default_hook::{{closure}}::h67eac88e3f053d87 | |
at libstd/panicking.rs:211 | |
3: 0x55e38d8fafe0 - std::panicking::default_hook::hb9cbad724f559203 | |
at libstd/panicking.rs:227 | |
4: 0x55e38d8fb90c - std::panicking::rust_panic_with_hook::he4c3a67f6258a8f9 | |
at libstd/panicking.rs:511 | |
5: 0x55e38d8fb6b9 - std::panicking::continue_panic_fmt::h156c04b2aea348c7 | |
at libstd/panicking.rs:426 | |
6: 0x55e38d8fb3d5 - rust_begin_unwind | |
at libstd/panicking.rs:337 | |
7: 0x55e38d94c79b - core::panicking::panic_fmt::h0e6d5c6fb2a34dd6 | |
at libcore/panicking.rs:92 | |
8: 0x55e38d34e135 - core::result::unwrap_failed::h3a70449177d76422 | |
at /checkout/src/libcore/macros.rs:26 | |
9: 0x55e38d34514f - <core::result::Result<T, E>>::expect::he7b93b7e567e23ee | |
at /checkout/src/libcore/result.rs:809 | |
10: 0x55e38d456cc2 - trust_dns_resolver::dns_sd::tests::test_list_services::h20e19a56494cac73 | |
at resolver/src/dns_sd.rs:166 | |
11: 0x55e38d494a49 - trust_dns_resolver::__test::TESTS::{{closure}}::h5ed42f899decba3f | |
at resolver/src/dns_sd.rs:154 | |
12: 0x55e38d3903cd - core::ops::function::FnOnce::call_once::h84f15544b7bcad92 | |
at /checkout/src/libcore/ops/function.rs:223 | |
13: 0x55e38d4afbce - <F as alloc::boxed::FnBox<A>>::call_box::h35131d468a43c8d1 | |
at libtest/lib.rs:1451 | |
at /checkout/src/libcore/ops/function.rs:223 | |
at /checkout/src/liballoc/boxed.rs:640 | |
14: 0x55e38d91aa89 - __rust_maybe_catch_panic | |
at libpanic_unwind/lib.rs:105 | |
15: 0x55e38d4cc32d - std::sys_common::backtrace::__rust_begin_short_backtrace::h02641c0f08c89101 | |
at /checkout/src/libstd/panicking.rs:289 | |
at /checkout/src/libstd/panic.rs:392 | |
at libtest/lib.rs:1406 | |
at /checkout/src/libstd/sys_common/backtrace.rs:136 | |
16: 0x55e38d4d1124 - std::panicking::try::do_call::h1d3083628cca3de7 | |
at /checkout/src/libstd/thread/mod.rs:409 | |
at /checkout/src/libstd/panic.rs:308 | |
at /checkout/src/libstd/panicking.rs:310 | |
17: 0x55e38d91aa89 - __rust_maybe_catch_panic | |
at libpanic_unwind/lib.rs:105 | |
18: 0x55e38d4c27b6 - <F as alloc::boxed::FnBox<A>>::call_box::h2f7e4058ba7bf228 | |
at /checkout/src/libstd/panicking.rs:289 | |
at /checkout/src/libstd/panic.rs:392 | |
at /checkout/src/libstd/thread/mod.rs:408 | |
at /checkout/src/liballoc/boxed.rs:640 | |
19: 0x55e38d8f96da - std::sys_common::thread::start_thread::h88a639c99862a9f5 | |
at /checkout/src/liballoc/boxed.rs:650 | |
at libstd/sys_common/thread.rs:24 | |
20: 0x55e38d8fc415 - std::sys::unix::thread::Thread::new::thread_start::h7d7a420a78cfa84d | |
at libstd/sys/unix/thread.rs:90 | |
21: 0x7efe680b46da - start_thread | |
22: 0x7efe67bc588e - __clone | |
23: 0x0 - <unknown> | |
test dns_sd::tests::test_list_services ... FAILED | |
failures: | |
failures: | |
dns_sd::tests::test_list_services | |
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 61 filtered out | |
error: test failed, to rerun pass '-p trust-dns-resolver --lib' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment