Sometimes (very often) pbtc hangs (on master branch) when syncing from network. The reason is that no tasks are scheduled neither on p2p thread pool, nor on sync pool. The reason of the reason is still unknown to me - trying to understand. Possibly dependencies change? Conflicts with rayon? Error in last changes in sync/p2p/db [it worked until we started to work on performance increase/refactoring]?
Thread stacks are ok (for me) - two sync threads are waiting for tasks(server && verification), other are thread pool stacks
Attaching to process 19737
[New LWP 19738]
[New LWP 19739]
[New LWP 19740]
[New LWP 19741]
[New LWP 19742]
[New LWP 19743]
[New LWP 19744]
[New LWP 19745]
[New LWP 19746]
[New LWP 19747]
[New LWP 19748]
[New LWP 19749]
[New LWP 19750]
[New LWP 19751]
[New LWP 19752]
[New LWP 19753]
[New LWP 19781]
[New LWP 19782]
[New LWP 19783]
[New LWP 19784]
[New LWP 19785]
[New LWP 19786]
[New LWP 19787]
[New LWP 19788]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fe2dd127e23 in epoll_wait () at ../sysdeps/unix/syscall-template.S:84
84 ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) thread apply all bt
Thread 25 (Thread 0x7fe2d3dfd700 (LWP 19788)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=7, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=7)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d3dfc790 "\200a!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d7216ae0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d3dfd700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 24 (Thread 0x7fe2d3ffe700 (LWP 19787)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=6, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=6)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d3ffd790 "Pa!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d7216a20, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d3ffe700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
---Type <return> to continue, or q <return> to quit---
Thread 23 (Thread 0x7fe2d41ff700 (LWP 19786)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=5, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=5)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d41fe790 " a!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d7216960, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d41ff700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 22 (Thread 0x7fe2d49ff700 (LWP 19785)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=4, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=4)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d49fe790 "\360`!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d72168a0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d49ff700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 21 (Thread 0x7fe2d53fc700 (LWP 19784)):
---Type <return> to continue, or q <return> to quit---
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=3, was_active=true)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=3)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d53fb790 "\300`!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d72167e0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d53fc700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 20 (Thread 0x7fe2d55fd700 (LWP 19783)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=2, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=2)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d55fc790 "\220`!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d7216720, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d55fd700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 19 (Thread 0x7fe2d57fe700 (LWP 19782)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
---Type <return> to continue, or q <return> to quit---
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=1, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=1)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d57fd790 "``!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d7216660, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d57fe700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 18 (Thread 0x7fe2d59ff700 (LWP 19781)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b562d77 in std::sys::imp::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 0x000056467b562ad5 in std::sys_common::condvar::{{impl}}::wait (self=0x7fe2d72164e0, mutex=0x7fe2d72164b0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 0x000056467b562f47 in std::sync::condvar::{{impl}}::wait<rayon::thread_pool::RegistryState> (self=0x7fe2d72150e8, guard=MutexGuard<rayon::thread_pool::RegistryState> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 0x000056467b5742f9 in rayon::thread_pool::{{impl}}::wait_for_work (self=0x7fe2d7215090, _worker=0, was_active=false)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:170
#5 0x000056467b574aee in rayon::thread_pool::main_loop (worker=Worker<rayon::job::JobRef> = {...}, registry=Arc<rayon::thread_pool::Registry> = {...}, index=0)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:342
#6 0x000056467b575dee in rayon::thread_pool::{{impl}}::new::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.5.0/src/thread_pool.rs:87
#7 0x000056467b57222b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#8 0x000056467b564138 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d59fe790 "0`!\327\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467b563e4b in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 0x000056467b5631ea in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 0x000056467b575975 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#13 0x000056467b56c2f4 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d72165a0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#14 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#15 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#16 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#17 0x00007fe2dd60770a in start_thread (arg=0x7fe2d59ff700) at pthread_create.c:333
#18 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 17 (Thread 0x7fe2d63ff700 (LWP 19753)):
#0 0x00007fe2dd127e23 in epoll_wait () at ../sysdeps/unix/syscall-template.S:84
#1 0x000056467b92fcd3 in nix::sys::epoll::epoll_wait (epfd=12, events=&mut [nix::sys::epoll::EpollEvent](len: 1024) = {...}, timeout_ms=-1)
---Type <return> to continue, or q <return> to quit---
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.7.0/src/sys/epoll.rs:92
#2 0x000056467b940fe3 in mio::sys::unix::epoll::{{impl}}::select (self=0x7fe2d63f93d8, evts=0x7fe2d63f93f0, awakener=Token = {...}, timeout=None)
at /home/svyatonik/.cargo/git/checkouts/mio-361c534895140a24/15a577039bed3c72f2952459f8ad687a56f63e29/src/sys/unix/epoll.rs:84
#3 0x000056467b93d2a1 in mio::poll::{{impl}}::poll (self=0x7fe2d63f93d8, events=0x7fe2d63f93f0, timeout=None)
at /home/svyatonik/.cargo/git/checkouts/mio-361c534895140a24/15a577039bed3c72f2952459f8ad687a56f63e29/src/poll.rs:245
#4 0x000056467ae8b536 in mio::deprecated::event_loop::{{impl}}::io_poll<rotor::handler::Handler<hyper::server::ServerFsm<hyper::net::HttpListener, closure>>> (self=0x7fe2d63f93d0, timeout=None)
at /home/svyatonik/.cargo/git/checkouts/mio-361c534895140a24/15a577039bed3c72f2952459f8ad687a56f63e29/src/deprecated/event_loop.rs:309
#5 0x000056467ae8b9b9 in mio::deprecated::event_loop::{{impl}}::run_once<rotor::handler::Handler<hyper::server::ServerFsm<hyper::net::HttpListener, closure>>> (self=0x7fe2d63f93d0, handler=0x7fe2d63f9528,
timeout=None) at /home/svyatonik/.cargo/git/checkouts/mio-361c534895140a24/15a577039bed3c72f2952459f8ad687a56f63e29/src/deprecated/event_loop.rs:290
#6 0x000056467ae8af62 in mio::deprecated::event_loop::{{impl}}::run<rotor::handler::Handler<hyper::server::ServerFsm<hyper::net::HttpListener, closure>>> (self=0x7fe2d63f93d0, handler=0x7fe2d63f9528)
at /home/svyatonik/.cargo/git/checkouts/mio-361c534895140a24/15a577039bed3c72f2952459f8ad687a56f63e29/src/deprecated/event_loop.rs:263
#7 0x000056467ae0f47f in rotor::creator::{{impl}}::run<hyper::server::ServerFsm<hyper::net::HttpListener, closure>> (self=LoopInstance<hyper::server::ServerFsm<hyper::net::HttpListener, closure>> = {...})
at /home/svyatonik/.cargo/git/checkouts/rotor-d280b489cf831d8b/c1a2dd0046c5ea2517a5b637fca8ee2e77021e82/src/creator.rs:128
#8 0x000056467ae0f2d1 in rotor::creator::{{impl}}::run<hyper::server::ServerFsm<hyper::net::HttpListener, closure>> (self=LoopCreator<hyper::server::ServerFsm<hyper::net::HttpListener, closure>> = {...},
context=Context<closure> = {...}) at /home/svyatonik/.cargo/git/checkouts/rotor-d280b489cf831d8b/c1a2dd0046c5ea2517a5b637fca8ee2e77021e82/src/creator.rs:113
#9 0x000056467af602b1 in hyper::server::{{impl}}::drop::{{closure}}<hyper::net::HttpListener,closure> ()
at /home/svyatonik/.cargo/git/checkouts/hyper-03790fdbcffbe388/7d4f7fa0baddcb2b0c523f7c05855d67de94fe88/src/server/mod.rs:183
#10 0x000056467adcb3b8 in core::option::{{impl}}::map<(rotor::creator::LoopCreator<hyper::server::ServerFsm<hyper::net::HttpListener, closure>>, hyper::server::Context<closure>),(),closure> (self=Some = {...},
f=closure) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libcore/option.rs:383
#11 0x000056467af12b53 in hyper::server::{{impl}}::drop<hyper::net::HttpListener,closure> (self=0x7fe2d63fb438)
at /home/svyatonik/.cargo/git/checkouts/hyper-03790fdbcffbe388/7d4f7fa0baddcb2b0c523f7c05855d67de94fe88/src/server/mod.rs:182
#12 0x000056467ae67331 in drop::h8b5017b0f1cec17c () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libcore/iter/iterator.rs:132
#13 0x000056467ae7b7b6 in hyper::server::{{impl}}::run<hyper::net::HttpListener,closure> (self=ServerLoop<hyper::net::HttpListener, closure> = {...})
at /home/svyatonik/.cargo/git/checkouts/hyper-03790fdbcffbe388/7d4f7fa0baddcb2b0c523f7c05855d67de94fe88/src/server/mod.rs:177
#14 0x000056467af66f8e in jsonrpc_http_server::{{impl}}::start_http::{{closure}}<()> ()
at /home/svyatonik/.cargo/git/checkouts/jsonrpc-a2142c7cad1a1d60/ea14081ceded9c0beff48c5a01986f8ef76486f4/http/src/lib.rs:275
#15 0x000056467af40f4b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#16 0x000056467ae00909 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d63fd4a8 "")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#17 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#18 0x000056467ae0053a in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#19 0x000056467adff7c5 in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#20 0x000056467af6421d in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#21 0x000056467ae70eba in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc702b00, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#22 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#23 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#24 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#25 0x00007fe2dd60770a in start_thread (arg=0x7fe2d63ff700) at pthread_create.c:333
#26 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 16 (Thread 0x7fe2d69ff700 (LWP 19752)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b946f6b in mio::timer::spawn_wakeup_thread::{{closure}} () at /home/svyatonik/.cargo/git/checkouts/mio-361c534895140a24/15a577039bed3c72f2952459f8ad687a56f63e29/src/timer.rs:446
#6 0x000056467b939fe1 in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#7 0x000056467b931264 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d69fe6c0 "\300\253\177\334\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#8 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#9 0x000056467b930eea in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#10 0x000056467b9301f5 in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#11 0x000056467b945d37 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#12 0x000056467b93807f in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d9852d40, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
---Type <return> to continue, or q <return> to quit---
#13 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#14 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#15 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#16 0x00007fe2dd60770a in start_thread (arg=0x7fe2d69ff700) at pthread_create.c:333
#17 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 15 (Thread 0x7fe2d85f6700 (LWP 19751)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702390)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702390) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d85f5850 "\200#p\334\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fdc20, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d85f6700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 14 (Thread 0x7fe2d87f7700 (LWP 19750)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702390)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702390) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d87f6850 "\200#p\334\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd820, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d87f7700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 13 (Thread 0x7fe2d89f8700 (LWP 19749)):
---Type <return> to continue, or q <return> to quit---
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702390)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702390) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d89f7850 "\200#p\334\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd840, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d89f8700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 12 (Thread 0x7fe2d8bf9700 (LWP 19748)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702390)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702390) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d8bf8850 "\200#p\334\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd2c0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d8bf9700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 11 (Thread 0x7fe2d8dfa700 (LWP 19747)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467bdd7b00 in std::sync::mpsc::blocking::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/mpsc/blocking.rs:81
#6 0x000056467b3408f4 in std::sync::mpsc::stream::{{impl}}::recv<sync::synchronization_verifier::VerificationTask> (self=0x7fe2d6e3c7f0, deadline=None)
---Type <return> to continue, or q <return> to quit---
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/mpsc/stream.rs:193
#7 0x000056467b335e9f in std::sync::mpsc::{{impl}}::recv<sync::synchronization_verifier::VerificationTask> (self=0x7fe2d8df9220)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/mpsc/mod.rs:875
#8 0x000056467b45e219 in sync::synchronization_verifier::{{impl}}::verification_worker_proc<sync::synchronization_client::CoreVerificationSink<sync::synchronization_executor::LocalSynchronizationTaskExecutor>>
(sink=Arc<sync::synchronization_client::CoreVerificationSink<sync::synchronization_executor::LocalSynchronizationTaskExecutor>> = {...},
chain=Arc<parking_lot::rwlock::RwLock<sync::synchronization_chain::Chain>> = {...}, verifier=Arc<verification::chain_verifier::BackwardsCompatibleChainVerifier> = {...},
work_receiver=Receiver<sync::synchronization_verifier::VerificationTask> = {...}) at /home/svyatonik/dev/parity-bitcoin/sync/src/synchronization_verifier.rs:105
#9 0x000056467b471a56 in sync::synchronization_verifier::{{impl}}::new::{{closure}}<sync::synchronization_client::CoreVerificationSink<sync::synchronization_executor::LocalSynchronizationTaskExecutor>> ()
at /home/svyatonik/dev/parity-bitcoin/sync/src/synchronization_verifier.rs:97
#10 0x000056467b41288b in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#11 0x000056467b32a658 in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d8df96f0 "\340\321o\334\342\177")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#12 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#13 0x000056467b32a197 in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#14 0x000056467b3283df in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#15 0x000056467b46d451 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#16 0x000056467b37129f in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2d9852c40, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#17 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#18 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#19 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#20 0x00007fe2dd60770a in start_thread (arg=0x7fe2d8dfa700) at pthread_create.c:333
#21 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 10 (Thread 0x7fe2d8ffb700 (LWP 19746)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702110)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702110) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d8ffa850 "")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd3a0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d8ffb700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 9 (Thread 0x7fe2d91fc700 (LWP 19745)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702110)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
---Type <return> to continue, or q <return> to quit---
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702110) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d91fb850 "")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd420, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d91fc700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 8 (Thread 0x7fe2d93fd700 (LWP 19744)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702110)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702110) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d93fc850 "")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd5a0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d93fd700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 7 (Thread 0x7fe2d95fe700 (LWP 19743)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdcd7a9 in std::sys::imp::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/condvar.rs:64
#2 std::sys_common::condvar::{{impl}}::wait () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/condvar.rs:51
#3 std::sync::condvar::{{impl}}::wait<bool> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sync/condvar.rs:125
#4 std::thread::park () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:466
#5 0x000056467b7ac935 in crossbeam::sync::ms_queue::{{impl}}::pop<futures_cpupool::Message> (self=0x7fe2dc702110)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/sync/ms_queue.rs:299
#6 0x000056467b7b0922 in futures_cpupool::work (inner=0x7fe2dc702110) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:207
#7 0x000056467b7b178e in futures_cpupool::{{impl}}::create::{{closure}} () at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.2/src/lib.rs:327
#8 0x000056467b7b022c in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#9 0x000056467b7a6c3b in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d95fd850 "")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#10 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
---Type <return> to continue, or q <return> to quit---
#11 0x000056467b7a69ca in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#12 0x000056467b7a5e7b in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#13 0x000056467b7b142b in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#14 0x000056467b7aaf4c in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc6fd520, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#15 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#16 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#17 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#18 0x00007fe2dd60770a in start_thread (arg=0x7fe2d95fe700) at pthread_create.c:333
#19 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 6 (Thread 0x7fe2d97ff700 (LWP 19742)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467b8555cb in parking_lot_core::thread_parker::{{impl}}::park (self=0x7fe2d97ff340)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.0/src/thread_parker/unix.rs:70
#2 0x000056467b859a6e in parking_lot_core::parking_lot::park_internal (key=140612337652240, validate=&mut FnMut<()>, before_sleep=&mut FnMut<()>, timed_out=&mut FnMut<(usize, bool)>,
park_token=ParkToken = {...}, timeout=None) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.0/src/parking_lot.rs:548
#3 0x000056467b843eef in parking_lot_core::parking_lot::park<closure,closure,closure> (key=140612337652240, validate=closure = {...}, before_sleep=closure = {...}, timed_out=closure = {...},
park_token=ParkToken = {...}, timeout=None) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.0/src/parking_lot.rs:498
#4 0x000056467b849aa9 in parking_lot::condvar::{{impl}}::wait_until_internal (self=0x7fe2dc6fd210, mutex=0x7fe2dc714be0, timeout=None)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.3.6/src/condvar.rs:288
#5 0x000056467b2b0651 in parking_lot::condvar::{{impl}}::wait<sync::synchronization_server::ServerQueue> (self=0x7fe2dc6fd210, mutex_guard=0x7fe2d97fe100)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.3.6/src/condvar.rs:214
#6 0x000056467b46ac44 in sync::synchronization_server::{{impl}}::server_worker::{{closure}}<sync::synchronization_executor::LocalSynchronizationTaskExecutor> ()
at /home/svyatonik/dev/parity-bitcoin/sync/src/synchronization_server.rs:159
#7 0x000056467b2e3437 in core::option::{{impl}}::or_else<(usize, sync::synchronization_server::IndexedServerTask),closure> (self=None, f=closure = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libcore/option.rs:631
#8 0x000056467b455f58 in sync::synchronization_server::{{impl}}::server_worker<sync::synchronization_executor::LocalSynchronizationTaskExecutor> (queue_ready=Arc<parking_lot::condvar::Condvar> = {...},
queue=Arc<parking_lot::mutex::Mutex<sync::synchronization_server::ServerQueue>> = {...}, chain=Arc<parking_lot::rwlock::RwLock<sync::synchronization_chain::Chain>> = {...},
executor=Arc<parking_lot::mutex::Mutex<sync::synchronization_executor::LocalSynchronizationTaskExecutor>> = {...}) at /home/svyatonik/dev/parity-bitcoin/sync/src/synchronization_server.rs:157
#9 0x000056467b471b1b in sync::synchronization_server::{{impl}}::new::{{closure}}<sync::synchronization_executor::LocalSynchronizationTaskExecutor> ()
at /home/svyatonik/dev/parity-bitcoin/sync/src/synchronization_server.rs:121
#10 0x000056467b412913 in std::panic::{{impl}}::call_once<(),closure> (self=AssertUnwindSafe<closure> = {...}, _args=0)
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:295
#11 0x000056467b32a7ef in std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()> (data=0x7fe2d97fe760 "")
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:356
#12 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#13 0x000056467b329e99 in std::panicking::try<(),std::panic::AssertUnwindSafe<closure>> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#14 0x000056467b328342 in std::panic::catch_unwind<std::panic::AssertUnwindSafe<closure>,()> (f=AssertUnwindSafe<closure> = {...})
at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#15 0x000056467b46d105 in std::thread::{{impl}}::spawn::{{closure}}<closure,()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/thread/mod.rs:287
#16 0x000056467b371314 in alloc::boxed::{{impl}}::call_box<(),closure> (self=0x7fe2dc71c5f0, args=0) at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:595
#17 0x000056467bdde275 in alloc::boxed::{{impl}}::call_once<(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/liballoc/boxed.rs:605
#18 std::sys_common::thread::start_thread () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys_common/thread.rs:21
#19 std::sys::imp::thread::{{impl}}::new::thread_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/sys/unix/thread.rs:84
#20 0x00007fe2dd60770a in start_thread (arg=0x7fe2d97ff700) at pthread_create.c:333
#21 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 5 (Thread 0x7fe2da9ff700 (LWP 19741)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdba839 in rocksdb::(anonymous namespace)::ConditionWait (condition=..., lock=...) at rocksdb/util/threadpool.cc:97
#2 0x000056467bdbac6e in rocksdb::ThreadPool::BGThread (this=0x7fe2dc6470e0, thread_id=1) at rocksdb/util/threadpool.cc:176
#3 0x000056467bdbaed2 in rocksdb::BGThreadWrapper (arg=0x7fe2dc65f350) at rocksdb/util/threadpool.cc:254
#4 0x00007fe2dd60770a in start_thread (arg=0x7fe2da9ff700) at pthread_create.c:333
#5 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 4 (Thread 0x7fe2db5fd700 (LWP 19740)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdba839 in rocksdb::(anonymous namespace)::ConditionWait (condition=..., lock=...) at rocksdb/util/threadpool.cc:97
---Type <return> to continue, or q <return> to quit---
#2 0x000056467bdbac6e in rocksdb::ThreadPool::BGThread (this=0x7fe2dc6470e0, thread_id=0) at rocksdb/util/threadpool.cc:176
#3 0x000056467bdbaed2 in rocksdb::BGThreadWrapper (arg=0x7fe2dc65f340) at rocksdb/util/threadpool.cc:254
#4 0x00007fe2dd60770a in start_thread (arg=0x7fe2db5fd700) at pthread_create.c:333
#5 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 3 (Thread 0x7fe2dbdfe700 (LWP 19739)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdba839 in rocksdb::(anonymous namespace)::ConditionWait (condition=..., lock=...) at rocksdb/util/threadpool.cc:97
#2 0x000056467bdbac6e in rocksdb::ThreadPool::BGThread (this=0x7fe2dc647000, thread_id=1) at rocksdb/util/threadpool.cc:176
#3 0x000056467bdbaed2 in rocksdb::BGThreadWrapper (arg=0x7fe2dc65f320) at rocksdb/util/threadpool.cc:254
#4 0x00007fe2dd60770a in start_thread (arg=0x7fe2dbdfe700) at pthread_create.c:333
#5 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 2 (Thread 0x7fe2dc5ff700 (LWP 19738)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x000056467bdba839 in rocksdb::(anonymous namespace)::ConditionWait (condition=..., lock=...) at rocksdb/util/threadpool.cc:97
#2 0x000056467bdbac6e in rocksdb::ThreadPool::BGThread (this=0x7fe2dc647000, thread_id=0) at rocksdb/util/threadpool.cc:176
#3 0x000056467bdbaed2 in rocksdb::BGThreadWrapper (arg=0x7fe2dc65f310) at rocksdb/util/threadpool.cc:254
#4 0x00007fe2dd60770a in start_thread (arg=0x7fe2dc5ff700) at pthread_create.c:333
#5 0x00007fe2dd12782d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 1 (Thread 0x7fe2ddf9bbc0 (LWP 19737)):
#0 0x00007fe2dd127e23 in epoll_wait () at ../sysdeps/unix/syscall-template.S:84
#1 0x000056467bb21a93 in nix::sys::epoll::epoll_wait (epfd=3, events=&mut [nix::sys::epoll::EpollEvent](len: 1024) = {...}, timeout_ms=-1)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.7.0/src/sys/epoll.rs:92
#2 0x000056467bb33ca3 in mio::sys::unix::epoll::{{impl}}::select (self=0x7fe2dc614120, evts=0x7ffc68316888, awakener=Token = {...}, timeout=None)
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.2/src/sys/unix/epoll.rs:84
#3 0x000056467bb2fea1 in mio::poll::{{impl}}::poll (self=0x7fe2dc614120, events=0x7ffc68316888, timeout=None) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.2/src/poll.rs:245
#4 0x000056467bb16cea in tokio_core::reactor::{{impl}}::poll (self=0x7ffc68316888, max_wait=None) at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.2/src/reactor/mod.rs:259
#5 0x000056467ad7c031 in tokio_core::reactor::{{impl}}::run<futures::future::empty::Empty<(), ()>> (self=0x7ffc68316888, f=Empty<(), ()> = {...})
at /home/svyatonik/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.2/src/reactor/mod.rs:224
#6 0x000056467af51cb3 in pbtc::commands::start::start (cfg=Config = {...}) at /home/svyatonik/dev/parity-bitcoin/pbtc/commands/start.rs:51
#7 0x000056467af58ac5 in pbtc::run () at /home/svyatonik/dev/parity-bitcoin/pbtc/main.rs:61
#8 0x000056467af584b9 in pbtc::main () at /home/svyatonik/dev/parity-bitcoin/pbtc/main.rs:39
#9 0x000056467bde87fb in panic_unwind::__rust_maybe_catch_panic () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libpanic_unwind/lib.rs:97
#10 0x000056467bddfc66 in std::panicking::try<(),fn()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panicking.rs:332
#11 std::panic::catch_unwind<fn(),()> () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/panic.rs:351
#12 std::rt::lang_start () at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libstd/rt.rs:57
#13 0x000056467af67a64 in main ()
(gdb)