GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./target/debug/rayon_demo2...done. [New LWP 11361] [New LWP 11360] [New LWP 11362] [New LWP 11359] [New LWP 11363] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./target/debug/rayon_demo2'. Program terminated with signal SIGABRT, Aborted. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 [Current thread is 1 (Thread 0x7ff535559700 (LWP 11361))] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007ff53579b801 in __GI_abort () at abort.c:79 #2 0x000055dc56766307 in std::sys::unix::abort_internal () at src/libstd/sys/unix/mod.rs:165 #3 0x000055dc567636a5 in std::sys_common::util::abort () at src/libstd/sys_common/util.rs:20 #4 0x000055dc56765860 in std::sys::unix::stack_overflow::imp::signal_handler () at src/libstd/sys/unix/stack_overflow.rs:99 #5 #6 0x000055dc56727ac7 in crossbeam_queue::seg_queue::SegQueue::push (self=, value=) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/crossbeam-queue-0.1.2/src/seg_queue.rs:180 #7 0x000055dc5671d9f9 in rayon_core::registry::Registry::inject (self=0x55dc587bce00, injected_jobs=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:446 #8 0x000055dc56719b06 in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:529 #9 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714730) at src/bin/rayon_demo2.rs:18 #13 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53535a838, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #14 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714730) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #15 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714730) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #16 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53535a898, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #17 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #18 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #19 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #20 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #21 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #22 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #23 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #24 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #25 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53535acb0 " \265\065\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #26 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #27 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #28 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #29 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #30 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #31 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #32 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #33 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #34 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #35 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #36 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #37 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #38 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53535b850 "\020\376\065\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #39 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #40 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #41 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #42 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #43 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53535f900) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #44 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53535bb68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #45 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #46 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53535be48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #47 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53535be48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #48 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #49 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #50 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #51 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #52 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714729) at src/bin/rayon_demo2.rs:18 #53 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53535c098, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #54 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714729) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #55 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714729) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #56 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53535c0f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #57 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #58 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #59 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #60 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #61 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #62 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #63 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #64 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #65 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #66 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53535c570 "p\332\065\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #67 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #68 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #69 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #70 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #71 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53535d560) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #72 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53535c888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #73 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #74 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53535cb68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #75 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53535cb68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #76 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #77 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #78 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #79 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #80 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714728) at src/bin/rayon_demo2.rs:18 #81 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53535cdb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #82 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714728) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #83 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714728) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #84 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53535ce18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #85 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #86 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #87 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #88 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #89 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #90 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #91 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #92 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #93 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53535d230 "\240\332\065\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #94 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #95 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #96 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #97 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #98 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #99 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #100 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #101 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #102 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #103 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #104 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #105 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #106 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53535ddd0 "\320\362\065\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #107 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #108 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #109 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #110 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #111 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53535edc0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #112 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53535e0e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #113 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #114 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53535e3c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #115 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53535e3c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #116 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #117 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #118 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #119 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #120 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714727) at src/bin/rayon_demo2.rs:18 #121 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53535e618, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #122 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714727) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #123 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714727) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #124 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53535e678, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #125 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #126 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #127 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #128 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #129 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #130 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #131 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #132 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #133 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53535ea90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #134 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #135 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #136 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #137 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #138 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #139 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #140 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #141 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53535f5d0 "@\376\065\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535360170 "\220_65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535365a80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535360488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535360768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535360768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714726) at src/bin/rayon_demo2.rs:18 #173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353609b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714726) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714726) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535360a18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #182 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #183 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #184 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #185 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #186 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535360e90 "\220#65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #187 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #188 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #189 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #190 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #191 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535361e80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #192 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353611a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #193 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #194 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535361488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #195 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535361488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #196 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #197 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #198 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #199 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #200 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714725) at src/bin/rayon_demo2.rs:18 #201 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353616d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #202 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714725) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #203 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714725) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #204 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535361738, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #205 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #206 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #207 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #208 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #209 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #210 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #211 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #212 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #213 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535361b50 "\300#65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #214 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #215 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #216 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #217 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #218 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #219 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #220 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #221 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #222 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #223 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #224 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #225 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #226 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353626f0 "\360;65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #227 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #228 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #229 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #230 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #231 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353636e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #232 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535362a08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #233 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #234 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535362ce8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #235 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535362ce8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #236 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #237 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #238 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #239 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #240 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714724) at src/bin/rayon_demo2.rs:18 #241 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535362f38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #242 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714724) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #243 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714724) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #244 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535362f98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #245 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #246 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #247 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #248 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #249 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #250 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #251 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #252 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #253 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353633b0 " <65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #254 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #255 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #256 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #257 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #258 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #259 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #260 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #261 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #262 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #263 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #264 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #265 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #266 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535363f50 "PT65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #267 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #268 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #269 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #270 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #271 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535364f40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #272 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535364268) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #273 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #274 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535364548) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #275 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535364548) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #276 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #277 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #278 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #279 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #280 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714722) at src/bin/rayon_demo2.rs:18 #281 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535364798, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #282 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714722) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #283 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714722) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #284 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353647f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #285 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #286 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #287 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #288 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #289 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #290 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #291 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #292 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #293 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535364c10 "\200T65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #294 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #295 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #296 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #297 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #298 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #299 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #300 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #301 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #302 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #303 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #304 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #305 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535365750 "\300_65\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #306 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #307 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #308 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #309 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #310 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #311 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #312 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #313 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #314 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #315 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #316 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #317 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535366290 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #318 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #319 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #320 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #321 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #322 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #323 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #324 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #325 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #326 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #327 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #328 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #329 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #330 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535366e30 "0\203\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #331 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #332 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #333 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #334 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #335 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535367e20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #336 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535367148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #337 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #338 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535367428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #339 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535367428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #340 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #341 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #342 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #343 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #344 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714701) at src/bin/rayon_demo2.rs:18 #345 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535367678, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #346 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714701) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #347 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714701) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #348 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353676d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #349 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #350 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #351 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #352 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #353 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #354 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #355 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #356 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #357 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535367af0 "`\203\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #358 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #359 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #360 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #361 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #362 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #363 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #364 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #365 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #366 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #367 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #368 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #369 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535368630 "\240\216\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #370 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #371 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #372 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #373 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #374 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #375 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #376 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #377 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=86, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #378 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #379 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #380 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #381 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535369170 "\340\231\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #382 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #383 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #384 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #385 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #386 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #387 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #388 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #389 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=172, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #390 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #391 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #392 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #393 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #394 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535369d10 "\360\022A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #395 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #396 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #397 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #398 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #399 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535410de0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #400 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53536a028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #401 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #402 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53536a308) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #403 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53536a308) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #404 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #405 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #406 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #407 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #408 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714700) at src/bin/rayon_demo2.rs:18 #409 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53536a558, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #410 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714700) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #411 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714700) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #412 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53536a5b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #413 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #414 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #415 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #416 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #417 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #418 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #419 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #420 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #421 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #422 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53536aa30 "0\277\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #423 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #424 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #425 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #426 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #427 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53536ba20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #428 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53536ad48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #429 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #430 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53536b028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #431 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53536b028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #432 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #433 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #434 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #435 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #436 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714699) at src/bin/rayon_demo2.rs:18 #437 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53536b278, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #438 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714699) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #439 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714699) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #440 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53536b2d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #441 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #442 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #443 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #444 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #445 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #446 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #447 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #448 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #449 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53536b6f0 "`\277\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #450 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #451 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #452 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #453 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #454 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #455 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #456 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #457 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #458 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #459 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #460 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #461 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #462 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53536c290 "\220\327\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #463 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #464 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #465 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #466 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #467 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53536d280) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #468 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53536c5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #469 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #470 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53536c888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #471 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53536c888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #472 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #473 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #474 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #475 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #476 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714698) at src/bin/rayon_demo2.rs:18 #477 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53536cad8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #478 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714698) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #479 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714698) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #480 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53536cb38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #481 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #482 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #483 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #484 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #485 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #486 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #487 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #488 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #489 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53536cf50 "\300\327\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #490 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #491 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #492 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #493 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #494 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #495 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #496 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #497 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #498 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #499 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #500 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #501 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #502 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53536daf0 "\260 75\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #503 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #504 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #505 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #506 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #507 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535371ba0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #508 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53536de08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #509 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #510 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53536e0e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #511 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53536e0e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #512 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #513 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #514 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #515 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #516 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714697) at src/bin/rayon_demo2.rs:18 #517 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53536e338, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #518 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714697) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #519 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714697) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #520 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53536e398, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #521 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #522 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #523 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #524 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #525 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #526 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #527 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #528 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #529 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #530 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53536e810 "\020\375\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #531 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #532 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #533 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #534 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #535 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53536f800) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #536 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53536eb28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #537 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #538 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53536ee08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #539 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53536ee08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #540 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #541 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #542 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #543 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #544 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714696) at src/bin/rayon_demo2.rs:18 #545 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53536f058, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #546 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714696) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #547 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714696) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #548 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53536f0b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #549 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #550 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #551 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #552 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #553 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #554 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #555 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #556 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #557 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53536f4d0 "@\375\066\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #558 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #559 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #560 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #561 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #562 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #563 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #564 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #565 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #566 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #567 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #568 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #569 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #570 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535370070 "p\025\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #571 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #572 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #573 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #574 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #575 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535371060) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #576 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535370388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #577 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #578 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535370668) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #579 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535370668) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #580 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #581 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #582 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #583 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #584 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714695) at src/bin/rayon_demo2.rs:18 #585 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353708b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #586 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714695) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #587 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714695) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #588 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535370918, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #589 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #590 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #591 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #592 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #593 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #594 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #595 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #596 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #597 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535370d30 "\240\025\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #598 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #599 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #600 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #601 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #602 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #603 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #604 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #605 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #606 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #607 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #608 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #609 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535371870 "\340 75\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #610 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #611 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #612 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #613 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #614 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #615 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #616 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #617 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #618 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #619 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #620 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #621 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #622 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535372410 "\220\232\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #623 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #624 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #625 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #626 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #627 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535379580) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #628 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535372728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #629 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #630 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535372a08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #631 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535372a08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #632 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #633 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #634 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #635 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #636 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714694) at src/bin/rayon_demo2.rs:18 #637 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535372c58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #638 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714694) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #639 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714694) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #640 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535372cb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #641 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #642 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #643 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #644 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #645 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #646 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #647 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #648 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #649 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #650 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535373130 "0F75\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #651 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #652 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #653 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #654 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #655 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535374120) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #656 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535373448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #657 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #658 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535373728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #659 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535373728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #660 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #661 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #662 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #663 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #664 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714693) at src/bin/rayon_demo2.rs:18 #665 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535373978, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #666 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714693) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #667 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714693) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #668 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353739d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #669 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #670 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #671 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #672 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #673 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #674 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #675 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #676 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #677 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535373df0 "`F75\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #678 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #679 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #680 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #681 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #682 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #683 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #684 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #685 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #686 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #687 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #688 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #689 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #690 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535374990 "\220^75\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #691 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #692 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #693 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #694 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #695 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535375980) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #696 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535374ca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #697 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #698 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535374f88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #699 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535374f88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #700 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #701 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #702 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #703 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #704 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714692) at src/bin/rayon_demo2.rs:18 #705 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353751d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #706 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714692) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #707 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714692) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #708 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535375238, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #709 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #710 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #711 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #712 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #713 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #714 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #715 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #716 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #717 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535375650 "\300^75\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #718 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #719 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #720 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #721 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #722 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #723 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #724 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #725 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #726 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #727 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #728 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #729 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #730 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353761f0 "P\217\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #731 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #732 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #733 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #734 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #735 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535378a40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #736 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535376508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #737 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #738 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353767e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #739 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353767e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #740 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #741 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #742 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #743 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #744 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714691) at src/bin/rayon_demo2.rs:18 #745 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535376a38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #746 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714691) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #747 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714691) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #748 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535376a98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #749 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #750 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #751 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #752 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #753 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535376f10 "\020\204\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535377f00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535377228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535377508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535377508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714690) at src/bin/rayon_demo2.rs:18 #773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535377758, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714690) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714690) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353777b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #782 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #783 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #784 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #785 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535377bd0 "@\204\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #786 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #787 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #788 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #789 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #790 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #791 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #792 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #793 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #794 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #795 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #796 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #797 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535378710 "\200\217\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #798 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #799 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #800 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #801 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #802 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #803 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #804 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #805 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #806 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #807 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #808 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #809 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535379250 "\300\232\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #810 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #811 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #812 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #813 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #814 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #815 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #816 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #817 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #818 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #819 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #820 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #821 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #822 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535379df0 "P\216\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #823 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #824 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #825 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #826 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #827 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535388940) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #828 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53537a108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #829 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #830 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53537a3e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #831 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53537a3e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #832 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #833 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #834 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #835 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #836 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714689) at src/bin/rayon_demo2.rs:18 #837 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53537a638, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #838 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714689) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #839 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714689) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #840 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53537a698, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #841 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #842 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #843 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #844 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #845 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #846 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #847 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #848 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #849 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #850 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53537ab10 "\020\300\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #851 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #852 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #853 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #854 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #855 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53537bb00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #856 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53537ae28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #857 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #858 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53537b108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #859 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53537b108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #860 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #861 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #862 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #863 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #864 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714688) at src/bin/rayon_demo2.rs:18 #865 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53537b358, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #866 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714688) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #867 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714688) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #868 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53537b3b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #869 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #870 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #871 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #872 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #873 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #874 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #875 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #876 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #877 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53537b7d0 "@\300\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #878 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #879 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #880 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #881 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #882 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #883 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #884 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #885 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #886 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #887 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #888 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #889 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #890 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53537c370 "p\330\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #891 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #892 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #893 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #894 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #895 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53537d360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #896 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53537c688) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #897 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #898 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53537c968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #899 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53537c968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #900 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #901 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #902 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #903 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #904 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714687) at src/bin/rayon_demo2.rs:18 #905 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53537cbb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #906 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714687) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #907 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714687) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #908 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53537cc18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #909 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #910 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #911 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #912 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #913 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #914 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #915 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #916 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #917 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53537d030 "\240\330\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #918 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #919 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #920 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #921 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #922 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #923 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #924 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #925 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #926 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #927 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #928 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #929 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #930 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53537dbd0 "\220!85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #931 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #932 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #933 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #934 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #935 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535381c80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #936 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53537dee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #937 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #938 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53537e1c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #939 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53537e1c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #940 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #941 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #942 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #943 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #944 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714686) at src/bin/rayon_demo2.rs:18 #945 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53537e418, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #946 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714686) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #947 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714686) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #948 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53537e478, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #949 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #950 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #951 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #952 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #953 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53537e8f0 "\360\375\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53537f8e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53537ec08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53537eee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53537eee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714685) at src/bin/rayon_demo2.rs:18 #973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53537f138, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714685) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714685) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53537f198, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #982 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #983 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #984 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #985 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53537f5b0 " \376\067\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #986 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #987 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #988 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #989 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #990 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #991 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #992 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #993 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #994 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #995 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #996 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #997 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #998 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535380150 "P\026\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #999 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1000 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1001 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1002 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1003 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535381140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1004 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535380468) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1005 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1006 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535380748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1007 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535380748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1008 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1009 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1010 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1011 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1012 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714684) at src/bin/rayon_demo2.rs:18 #1013 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535380998, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1014 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714684) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1015 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714684) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1016 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353809f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1017 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1018 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1019 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1020 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1021 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1022 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1023 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1024 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1025 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535380e10 "\200\026\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1026 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1027 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1028 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1029 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1030 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1031 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1032 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1033 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1034 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1035 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1036 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1037 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535381950 "\300!85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1038 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1039 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1040 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1041 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1042 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1043 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1044 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1045 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1046 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1047 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1048 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1049 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1050 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353824f0 "\020\203\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1051 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1052 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1053 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1054 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1055 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535387e00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1056 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535382808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1057 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1058 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535382ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1059 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535382ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1060 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1061 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1062 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1063 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1064 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714683) at src/bin/rayon_demo2.rs:18 #1065 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535382d38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1066 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714683) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1067 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714683) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1068 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535382d98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1069 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1070 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1071 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1072 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1073 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1074 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1075 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1076 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1077 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1078 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535383210 "\020G85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1079 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1080 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1081 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1082 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1083 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535384200) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1084 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535383528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1085 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1086 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535383808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1087 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535383808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1088 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1089 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1090 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1091 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1092 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714682) at src/bin/rayon_demo2.rs:18 #1093 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535383a58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1094 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714682) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1095 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714682) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1096 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535383ab8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1097 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1098 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1099 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1100 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1101 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535383ed0 "@G85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1114 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1115 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1116 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1117 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1118 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535384a70 "p_85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1119 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1120 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1121 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1122 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1123 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535385a60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1124 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535384d88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1125 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1126 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535385068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1127 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535385068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1128 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1129 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1130 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1131 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1132 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714681) at src/bin/rayon_demo2.rs:18 #1133 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353852b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1134 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714681) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1135 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714681) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1136 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535385318, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1137 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1138 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1139 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1140 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1141 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535385730 "\240_85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353862d0 "\320w85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353872c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353865e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353868c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353868c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714679) at src/bin/rayon_demo2.rs:18 #1173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535386b18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714679) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714679) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535386b78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535386f90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1194 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1195 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1196 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1197 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535387ad0 "@\203\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1198 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1199 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1200 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1201 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1202 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1203 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1204 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1205 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1206 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1207 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1208 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1209 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535388610 "\200\216\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1210 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1211 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1212 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1213 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1214 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1215 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1216 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1217 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1218 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1219 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1220 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1221 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1222 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353891b0 "\260,:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1223 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1224 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1225 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1226 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1227 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353a27a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1228 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353894c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1229 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1230 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353897a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1231 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353897a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1232 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1233 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1234 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1235 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1236 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714678) at src/bin/rayon_demo2.rs:18 #1237 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353899f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1238 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714678) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1239 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714678) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1240 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535389a58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1241 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1242 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1243 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1244 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1245 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1246 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1247 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1248 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1249 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1250 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535389ed0 "г85\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1251 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1252 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1253 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1254 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1255 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53538aec0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1256 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53538a1e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1257 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1258 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53538a4c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1259 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53538a4c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1260 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1261 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1262 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1263 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1264 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714677) at src/bin/rayon_demo2.rs:18 #1265 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53538a718, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1266 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714677) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1267 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714677) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1268 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53538a778, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1269 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1270 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1271 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1272 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1273 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1274 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1275 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1276 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1277 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53538ab90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1278 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1279 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1280 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1281 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1282 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1283 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1284 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1285 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1286 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1287 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1288 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1289 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1290 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53538b730 "0\314\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1291 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1292 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1293 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1294 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1295 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53538c720) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1296 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53538ba48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1297 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1298 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53538bd28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1299 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53538bd28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1300 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1301 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1302 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1303 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1304 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714676) at src/bin/rayon_demo2.rs:18 #1305 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53538bf78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1306 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714676) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1307 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714676) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1308 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53538bfd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1309 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1310 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1311 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1312 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1313 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1314 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1315 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1316 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1317 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53538c3f0 "`\314\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1318 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1319 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1320 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1321 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1322 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1323 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1324 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1325 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1326 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1327 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1328 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1329 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1330 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53538cf90 "P\025\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1331 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1332 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1333 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1334 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1335 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535391040) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1336 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53538d2a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1337 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1338 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53538d588) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1339 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53538d588) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1340 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1341 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1342 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1343 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1344 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714675) at src/bin/rayon_demo2.rs:18 #1345 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53538d7d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1346 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714675) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1347 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714675) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1348 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53538d838, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1349 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1350 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1351 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1352 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1353 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53538dcb0 "\260\361\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53538eca0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53538dfc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53538e2a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53538e2a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714674) at src/bin/rayon_demo2.rs:18 #1373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53538e4f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714674) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714674) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53538e558, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1382 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1383 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1384 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1385 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53538e970 "\340\361\070\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1386 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1387 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1388 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1389 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1390 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1391 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1392 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1393 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1394 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1395 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1396 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1397 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1398 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53538f510 "\020\n95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1399 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1400 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1401 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1402 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1403 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535390500) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1404 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53538f828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1405 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1406 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53538fb08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1407 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53538fb08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1408 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1409 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1410 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1411 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1412 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714673) at src/bin/rayon_demo2.rs:18 #1413 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53538fd58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1414 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714673) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1415 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714673) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1416 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53538fdb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1417 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1418 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1419 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1420 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1421 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1422 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1423 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1424 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1425 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353901d0 "@\n95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1426 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1427 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1428 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1429 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1430 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1431 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1432 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1433 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1434 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1435 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1436 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1437 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535390d10 "\200\025\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1438 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1439 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1440 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1441 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1442 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1443 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1444 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1445 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1446 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1447 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1448 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1449 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1450 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353918b0 "0\217\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1451 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1452 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1453 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1454 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1455 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535398a20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1456 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535391bc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1457 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1458 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535391ea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1459 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535391ea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1460 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1461 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1462 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1463 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1464 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714672) at src/bin/rayon_demo2.rs:18 #1465 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353920f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1466 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714672) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1467 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714672) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1468 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535392158, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1469 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1470 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1471 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1472 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1473 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353925d0 "\320:95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353935c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353928e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535392bc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535392bc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714671) at src/bin/rayon_demo2.rs:18 #1493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535392e18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714671) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714671) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535392e78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535393290 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1514 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1515 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1516 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1517 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1518 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535393e30 "0S95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1519 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1520 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1521 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1522 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1523 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535394e20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1524 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535394148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1525 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1526 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535394428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1527 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535394428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1528 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1529 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1530 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1531 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1532 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714670) at src/bin/rayon_demo2.rs:18 #1533 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535394678, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1534 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714670) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1535 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714670) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1536 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353946d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1537 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1538 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1539 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1540 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1541 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535394af0 "`S95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535395690 "\360\203\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535397ee0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353959a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535395c88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535395c88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714669) at src/bin/rayon_demo2.rs:18 #1573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535395ed8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714669) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714669) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535395f38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353963b0 "\260x95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353973a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353966c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353969a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353969a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714668) at src/bin/rayon_demo2.rs:18 #1601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535396bf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714668) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714668) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535396c58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1610 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1611 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1612 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1613 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535397070 "\340x95\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1614 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1615 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1616 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1617 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1618 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1619 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1620 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1621 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1622 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1623 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1624 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1625 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535397bb0 " \204\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1626 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1627 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1628 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1629 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1630 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1631 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1632 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1633 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1634 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1635 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1636 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1637 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353986f0 "`\217\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1638 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1639 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1640 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1641 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1642 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1643 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1644 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1645 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1646 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1647 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1648 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1649 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1650 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535399290 "p!:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1651 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1652 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1653 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1654 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1655 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353a1c60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1656 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353995a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1657 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1658 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535399888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1659 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535399888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1660 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1661 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1662 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1663 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1664 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714667) at src/bin/rayon_demo2.rs:18 #1665 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535399ad8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1666 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714667) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1667 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714667) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1668 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535399b38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1669 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1670 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1671 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1672 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1673 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1674 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1675 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1676 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1677 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1678 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535399fb0 "\260\264\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1679 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1680 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1681 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1682 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1683 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53539afa0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1684 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53539a2c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1685 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1686 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53539a5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1687 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53539a5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1688 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1689 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1690 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1691 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1692 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714666) at src/bin/rayon_demo2.rs:18 #1693 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53539a7f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1694 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714666) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1695 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714666) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1696 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53539a858, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1697 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1698 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1699 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1700 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1701 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1702 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1703 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1704 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1705 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53539ac70 "\340\264\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1706 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1707 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1708 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1709 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1710 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1711 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1712 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1713 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1714 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1715 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1716 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1717 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1718 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53539b810 "\020\315\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1719 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1720 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1721 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1722 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1723 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53539c800) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1724 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53539bb28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1725 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1726 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53539be08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1727 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53539be08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1728 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1729 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1730 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1731 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1732 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714665) at src/bin/rayon_demo2.rs:18 #1733 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53539c058, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1734 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714665) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1735 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714665) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1736 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53539c0b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1737 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1738 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1739 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1740 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1741 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1742 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1743 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1744 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1745 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53539c4d0 "@\315\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1746 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1747 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1748 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1749 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1750 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1751 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1752 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1753 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53539d070 "\320\375\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53539f8c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53539d388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53539d668) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53539d668) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714664) at src/bin/rayon_demo2.rs:18 #1773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53539d8b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714664) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714664) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53539d918, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53539dd90 "\220\362\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53539ed80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53539e0a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53539e388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53539e388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714663) at src/bin/rayon_demo2.rs:18 #1801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53539e5d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714663) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714663) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53539e638, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1810 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1811 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1812 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1813 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53539ea50 "\300\362\071\065\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1814 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1815 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1816 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1817 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1818 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1819 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1820 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1821 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53539f590 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1834 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1835 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1836 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1837 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1838 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a0130 "0\026:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1839 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1840 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1841 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1842 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1843 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353a1120) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1844 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a0448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1845 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1846 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a0728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1847 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a0728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1848 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1849 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1850 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1851 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1852 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714658) at src/bin/rayon_demo2.rs:18 #1853 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a0978, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1854 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714658) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1855 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714658) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1856 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a09d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1857 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1858 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1859 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1860 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1861 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1862 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1863 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1864 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1865 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353a0df0 "`\026:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1866 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1867 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1868 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1869 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1870 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1871 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1872 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1873 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1874 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1875 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1876 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1877 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353a1930 "\240!:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1878 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1879 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1880 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1881 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1882 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1883 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1884 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1885 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1886 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1887 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1888 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1889 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353a2470 "\340,:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1890 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1891 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1892 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1893 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1894 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1895 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1896 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1897 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1898 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1899 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1900 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1901 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1902 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a3010 "\020Q=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1903 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1904 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1905 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1906 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1907 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d4c00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1908 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a3328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1909 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1910 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a3608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1911 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a3608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1912 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1913 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1914 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1915 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1916 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714657) at src/bin/rayon_demo2.rs:18 #1917 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a3858, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1918 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714657) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1919 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714657) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1920 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a38b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1921 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1922 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1923 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1924 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1925 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1926 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1927 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1928 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1929 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1930 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a3d30 "0R:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1931 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1932 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1933 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1934 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1935 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353a4d20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1936 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a4048) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1937 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1938 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a4328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1939 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a4328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1940 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1941 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1942 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1943 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1944 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714656) at src/bin/rayon_demo2.rs:18 #1945 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a4578, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1946 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714656) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1947 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714656) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1948 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a45d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1949 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1950 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1951 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1952 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1953 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1954 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1955 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1956 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1957 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353a49f0 "`R:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1958 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1959 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1960 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1961 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1962 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #1963 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #1964 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #1965 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #1966 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #1967 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #1968 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #1969 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1970 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a5590 "\220j:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1971 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1972 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #1973 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #1974 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #1975 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353a6580) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #1976 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a58a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #1977 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #1978 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a5b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #1979 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a5b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #1980 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #1981 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #1982 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #1983 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #1984 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714655) at src/bin/rayon_demo2.rs:18 #1985 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a5dd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #1986 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714655) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #1987 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714655) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #1988 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a5e38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #1989 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #1990 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #1991 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #1992 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #1993 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #1994 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #1995 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #1996 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #1997 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353a6250 "\300j:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #1998 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #1999 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2000 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2001 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2002 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2003 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2004 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2005 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2006 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2007 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2008 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2009 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2010 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a6df0 "\260\263:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2011 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2012 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2013 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2014 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2015 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353aaea0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2016 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a7108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2017 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2018 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a73e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2019 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a73e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2020 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2021 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2022 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2023 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2024 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714654) at src/bin/rayon_demo2.rs:18 #2025 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a7638, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2026 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714654) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2027 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714654) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2028 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a7698, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2029 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2030 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2031 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2032 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2033 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2034 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2035 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2036 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2037 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2038 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a7b10 "\020\220:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2039 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2040 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2041 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2042 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2043 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353a8b00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2044 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a7e28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2045 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2046 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a8108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2047 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a8108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2048 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2049 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2050 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2051 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2052 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714653) at src/bin/rayon_demo2.rs:18 #2053 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a8358, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2054 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714653) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2055 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714653) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2056 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a83b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2057 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2058 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2059 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2060 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2061 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2062 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2063 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2064 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2065 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353a87d0 "@\220:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2066 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2067 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2068 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2069 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2070 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2071 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2072 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2073 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2074 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2075 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2076 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2077 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2078 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353a9370 "p\250:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2079 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2080 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2081 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2082 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2083 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353aa360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2084 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353a9688) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2085 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2086 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353a9968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2087 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353a9968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2088 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2089 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2090 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2091 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2092 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714652) at src/bin/rayon_demo2.rs:18 #2093 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353a9bb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2094 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714652) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2095 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714652) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2096 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353a9c18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2097 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2098 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2099 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2100 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2101 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353aa030 "\240\250:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2114 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2115 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2116 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2117 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353aab70 "\340\263:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2118 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2119 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2120 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2121 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2122 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2123 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2124 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2125 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2126 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2127 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2128 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2129 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2130 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ab710 "\220-;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2131 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2132 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2133 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2134 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2135 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353b2880) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2136 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353aba28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2137 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2138 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353abd08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2139 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353abd08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2140 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2141 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2142 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2143 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2144 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714651) at src/bin/rayon_demo2.rs:18 #2145 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353abf58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2146 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714651) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2147 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714651) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2148 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353abfb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2149 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2150 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2151 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2152 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2153 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ac430 "0\331:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ad420) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353ac748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353aca28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353aca28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714650) at src/bin/rayon_demo2.rs:18 #2173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353acc78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714650) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714650) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353accd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ad0f0 "`\331:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2194 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2195 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2196 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2197 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2198 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353adc90 "\220\361:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2199 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2200 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2201 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2202 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2203 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353aec80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2204 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353adfa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2205 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2206 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353ae288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2207 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353ae288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2208 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2209 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2210 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2211 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2212 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714649) at src/bin/rayon_demo2.rs:18 #2213 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353ae4d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2214 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714649) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2215 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714649) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2216 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353ae538, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2217 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2218 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2219 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2220 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2221 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2222 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2223 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2224 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2225 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ae950 "\300\361:5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2226 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2227 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2228 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2229 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2230 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2231 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2232 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2233 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2234 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2235 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2236 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2237 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2238 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353af4f0 "P\";5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2239 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2240 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2241 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2242 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2243 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353b1d40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2244 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353af808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2245 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2246 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353afae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2247 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353afae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2248 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2249 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2250 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2251 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2252 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714648) at src/bin/rayon_demo2.rs:18 #2253 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353afd38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2254 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714648) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2255 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714648) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2256 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353afd98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2257 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2258 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2259 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2260 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2261 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2262 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2263 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2264 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2265 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2266 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b0210 "\020\027;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2267 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2268 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2269 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2270 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2271 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353b1200) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2272 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b0528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2273 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2274 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b0808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2275 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b0808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2276 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2277 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2278 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2279 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2280 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714647) at src/bin/rayon_demo2.rs:18 #2281 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b0a58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2282 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714647) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2283 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714647) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2284 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b0ab8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2285 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2286 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2287 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2288 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2289 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2290 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2291 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2292 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2293 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353b0ed0 "@\027;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2294 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2295 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2296 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2297 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2298 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2299 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2300 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2301 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2302 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2303 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2304 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2305 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353b1a10 "\200\";5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2306 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2307 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2308 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2309 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2310 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2311 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2312 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2313 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2314 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2315 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2316 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2317 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353b2550 "\300-;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2318 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2319 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2320 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2321 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2322 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2323 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2324 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2325 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2326 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2327 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2328 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2329 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2330 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b30f0 "P!<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2331 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2332 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2333 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2334 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2335 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c1c40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2336 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b3408) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2337 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2338 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b36e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2339 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b36e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2340 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2341 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2342 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2343 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2344 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714646) at src/bin/rayon_demo2.rs:18 #2345 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b3938, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2346 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714646) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2347 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714646) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2348 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b3998, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2349 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2350 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2351 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2352 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2353 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b3e10 "\020S;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353b4e00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b4128) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b4408) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b4408) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714645) at src/bin/rayon_demo2.rs:18 #2373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b4658, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714645) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714645) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b46b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2382 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2383 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2384 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2385 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353b4ad0 "@S;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2386 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2387 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2388 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2389 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2390 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2391 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2392 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2393 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2394 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2395 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2396 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2397 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2398 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b5670 "pk;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2399 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2400 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2401 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2402 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2403 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353b6660) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2404 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b5988) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2405 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2406 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b5c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2407 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b5c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2408 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2409 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2410 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2411 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2412 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714644) at src/bin/rayon_demo2.rs:18 #2413 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b5eb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2414 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714644) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2415 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714644) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2416 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b5f18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2417 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2418 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2419 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2420 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2421 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2422 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2423 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2424 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2425 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353b6330 "\240k;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2426 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2427 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2428 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2429 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2430 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2431 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2432 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2433 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2434 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2435 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2436 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2437 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2438 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b6ed0 "\220\264;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2439 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2440 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2441 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2442 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2443 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353baf80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2444 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b71e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2445 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2446 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b74c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2447 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b74c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2448 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2449 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2450 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2451 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2452 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714643) at src/bin/rayon_demo2.rs:18 #2453 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b7718, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2454 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714643) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2455 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714643) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2456 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b7778, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2457 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2458 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2459 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2460 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2461 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2462 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2463 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2464 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2465 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2466 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b7bf0 "\360\220;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2467 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2468 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2469 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2470 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2471 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353b8be0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2472 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b7f08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2473 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2474 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b81e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2475 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b81e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2476 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2477 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2478 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2479 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2480 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714642) at src/bin/rayon_demo2.rs:18 #2481 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b8438, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2482 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714642) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2483 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714642) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2484 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b8498, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2485 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2486 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2487 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2488 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2489 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2490 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2491 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2492 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2493 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353b88b0 " \221;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2494 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2495 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2496 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2497 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2498 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2499 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2500 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2501 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2502 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2503 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2504 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2505 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2506 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353b9450 "P\251;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2507 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2508 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2509 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2510 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2511 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ba440) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2512 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353b9768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2513 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2514 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353b9a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2515 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353b9a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2516 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2517 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2518 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2519 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2520 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714641) at src/bin/rayon_demo2.rs:18 #2521 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353b9c98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2522 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714641) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2523 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714641) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2524 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353b9cf8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2525 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2526 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2527 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2528 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2529 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2530 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2531 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2532 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2533 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ba110 "\200\251;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2534 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2535 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2536 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2537 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2538 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2539 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2540 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2541 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353bac50 "\300\264;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353bb7f0 "\020\026<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c1100) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353bbb08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353bbde8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353bbde8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714640) at src/bin/rayon_demo2.rs:18 #2573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353bc038, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714640) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714640) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353bc098, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353bc510 "\020\332;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353bd500) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353bc828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353bcb08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353bcb08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714639) at src/bin/rayon_demo2.rs:18 #2601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353bcd58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714639) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714639) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353bcdb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2610 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2611 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2612 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2613 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353bd1d0 "@\332;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2614 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2615 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2616 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2617 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2618 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2619 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2620 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2621 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2622 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2623 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2624 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2625 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2626 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353bdd70 "p\362;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2627 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2628 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2629 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2630 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2631 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353bed60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2632 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353be088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2633 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2634 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353be368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2635 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353be368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2636 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2637 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2638 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2639 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2640 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714638) at src/bin/rayon_demo2.rs:18 #2641 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353be5b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2642 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714638) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2643 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714638) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2644 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353be618, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2645 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2646 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2647 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2648 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2649 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2650 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2651 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2652 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2653 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353bea30 "\240\362;5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2654 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2655 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2656 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2657 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2658 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2659 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2660 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2661 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2662 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2663 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2664 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2665 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2666 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353bf5d0 "\320\n<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2667 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2668 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2669 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2670 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2671 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c05c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2672 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353bf8e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2673 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2674 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353bfbc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2675 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353bfbc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2676 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2677 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2678 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2679 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2680 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714636) at src/bin/rayon_demo2.rs:18 #2681 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353bfe18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2682 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714636) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2683 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714636) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2684 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353bfe78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2685 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2686 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2687 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2688 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2689 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2690 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2691 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2692 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2693 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c0290 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2694 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2695 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2696 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2697 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2698 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2699 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2700 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2701 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2702 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2703 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2704 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2705 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c0dd0 "@\026<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2706 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2707 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2708 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2709 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2710 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2711 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2712 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2713 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2714 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2715 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2716 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2717 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c1910 "\200!<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2718 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2719 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2720 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2721 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2722 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2723 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2724 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2725 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2726 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2727 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2728 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2729 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2730 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353c24b0 "\320E=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2731 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2732 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2733 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2734 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2735 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d40c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2736 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353c27c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2737 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2738 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353c2aa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2739 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353c2aa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2740 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2741 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2742 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2743 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2744 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714635) at src/bin/rayon_demo2.rs:18 #2745 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353c2cf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2746 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714635) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2747 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714635) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2748 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353c2d58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2749 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2750 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2751 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2752 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2753 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353c31d0 "\320F<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c41c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353c34e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353c37c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353c37c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714634) at src/bin/rayon_demo2.rs:18 #2773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353c3a18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714634) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714634) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353c3a78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2782 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2783 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2784 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2785 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c3e90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2786 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2787 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2788 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2789 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2790 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2791 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2792 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2793 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2794 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2795 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2796 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2797 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2798 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353c4a30 "0_<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2799 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2800 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2801 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2802 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2803 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c5a20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2804 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353c4d48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2805 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2806 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353c5028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2807 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353c5028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2808 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2809 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2810 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2811 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2812 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714633) at src/bin/rayon_demo2.rs:18 #2813 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353c5278, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2814 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714633) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2815 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714633) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2816 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353c52d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2817 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2818 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2819 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2820 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2821 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c56f0 "`_<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2834 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2835 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2836 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2837 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2838 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353c6290 "P\250<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2839 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2840 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2841 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2842 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2843 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ca340) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2844 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353c65a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2845 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2846 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353c6888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2847 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353c6888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2848 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2849 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2850 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2851 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2852 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714632) at src/bin/rayon_demo2.rs:18 #2853 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353c6ad8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2854 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714632) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2855 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714632) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2856 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353c6b38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2857 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2858 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2859 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2860 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2861 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2862 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2863 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2864 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2865 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2866 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353c6fb0 "\260\204<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2867 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2868 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2869 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2870 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2871 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c7fa0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2872 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353c72c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2873 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2874 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353c75a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2875 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353c75a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2876 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2877 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2878 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2879 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2880 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714631) at src/bin/rayon_demo2.rs:18 #2881 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353c77f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2882 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714631) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2883 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714631) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2884 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353c7858, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2885 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2886 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2887 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2888 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2889 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2890 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2891 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2892 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2893 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c7c70 "\340\204<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2894 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2895 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2896 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2897 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2898 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2899 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2900 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2901 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2902 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2903 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2904 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2905 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2906 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353c8810 "\020\235<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2907 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2908 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2909 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2910 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2911 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353c9800) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2912 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353c8b28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2913 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2914 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353c8e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2915 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353c8e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2916 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2917 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2918 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2919 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2920 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714630) at src/bin/rayon_demo2.rs:18 #2921 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353c9058, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2922 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714630) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2923 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714630) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2924 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353c90b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2925 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2926 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2927 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2928 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2929 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2930 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2931 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2932 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2933 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353c94d0 "@\235<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2934 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2935 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2936 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2937 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2938 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2939 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2940 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2941 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #2943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #2944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ca010 "\200\250<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #2951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #2952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #2953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #2954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353cabb0 "0\"=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d1d20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353caec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353cb1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353cb1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #2972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714629) at src/bin/rayon_demo2.rs:18 #2973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353cb3f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #2974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714629) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #2975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714629) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #2976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353cb458, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #2977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #2978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #2979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #2980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #2981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #2982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #2983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #2984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #2985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #2986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353cb8d0 "\320\315<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #2987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #2988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #2989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #2990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #2991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353cc8c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #2992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353cbbe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #2993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #2994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353cbec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #2995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353cbec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #2996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #2997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #2998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #2999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714628) at src/bin/rayon_demo2.rs:18 #3001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353cc118, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714628) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714628) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353cc178, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353cc590 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3022 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3023 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3024 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3025 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3026 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353cd130 "0\346<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3027 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3028 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3029 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3030 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3031 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ce120) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3032 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353cd448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3033 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3034 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353cd728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3035 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353cd728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3036 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3037 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3038 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3039 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3040 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714627) at src/bin/rayon_demo2.rs:18 #3041 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353cd978, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3042 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714627) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3043 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714627) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3044 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353cd9d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3045 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3046 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3047 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3048 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3049 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3050 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3051 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3052 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3053 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353cddf0 "`\346<5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3054 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3055 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3056 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3057 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3058 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3059 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3060 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3061 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3062 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3063 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3064 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3065 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3066 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ce990 "\360\026=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3067 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3068 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3069 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3070 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3071 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d11e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3072 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353ceca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3073 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3074 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353cef88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3075 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353cef88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3076 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3077 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3078 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3079 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3080 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714626) at src/bin/rayon_demo2.rs:18 #3081 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353cf1d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3082 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714626) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3083 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714626) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3084 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353cf238, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3085 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3086 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3087 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3088 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3089 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3090 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3091 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3092 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3093 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3094 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353cf6b0 "\260\v=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3095 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3096 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3097 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3098 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3099 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d06a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3100 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353cf9c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3101 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3102 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353cfca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3103 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353cfca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3104 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3105 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3106 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3107 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3108 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714625) at src/bin/rayon_demo2.rs:18 #3109 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353cfef8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3110 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714625) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3111 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714625) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3112 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353cff58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3113 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3114 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3115 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3116 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3117 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3118 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3119 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3120 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3121 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d0370 "\340\v=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3122 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3123 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3124 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3125 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3126 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3127 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3128 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3129 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3130 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3131 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3132 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3133 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d0eb0 " \027=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3134 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3135 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3136 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3137 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3138 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3139 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3140 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3141 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d19f0 "`\"=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353d2590 "\220:=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d3580) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353d28a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353d2b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353d2b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714615) at src/bin/rayon_demo2.rs:18 #3173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353d2dd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714615) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714615) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353d2e38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d3250 "\300:=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3194 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3195 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3196 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3197 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d3d90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3198 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3199 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3200 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3201 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3202 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3203 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3204 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3205 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3206 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3207 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3208 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3209 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d48d0 "@Q=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3210 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3211 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3212 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3213 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3214 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3215 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3216 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3217 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=86, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3218 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3219 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3220 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3221 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3222 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353d5470 "\260\aA5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3223 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3224 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3225 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3226 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3227 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354102a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3228 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353d5788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3229 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3230 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353d5a68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3231 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353d5a68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3232 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3233 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3234 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3235 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3236 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714614) at src/bin/rayon_demo2.rs:18 #3237 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353d5cb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3238 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714614) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3239 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714614) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3240 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353d5d18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3241 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3242 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3243 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3244 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3245 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3246 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3247 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3248 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3249 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3250 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353d6190 "\220v=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3251 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3252 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3253 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3254 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3255 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d7180) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3256 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353d64a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3257 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3258 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353d6788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3259 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353d6788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3260 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3261 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3262 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3263 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3264 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714613) at src/bin/rayon_demo2.rs:18 #3265 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353d69d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3266 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714613) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3267 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714613) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3268 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353d6a38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3269 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3270 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3271 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3272 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3273 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3274 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3275 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3276 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3277 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d6e50 "\300v=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3278 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3279 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3280 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3281 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3282 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3283 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3284 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3285 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3286 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3287 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3288 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3289 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3290 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353d79f0 "\360\216=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3291 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3292 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3293 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3294 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3295 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353d89e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3296 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353d7d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3297 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3298 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353d7fe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3299 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353d7fe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3300 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3301 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3302 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3303 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3304 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714612) at src/bin/rayon_demo2.rs:18 #3305 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353d8238, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3306 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714612) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3307 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714612) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3308 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353d8298, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3309 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3310 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3311 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3312 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3313 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3314 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3315 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3316 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3317 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353d86b0 " \217=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3318 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3319 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3320 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3321 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3322 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3323 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3324 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3325 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3326 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3327 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3328 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3329 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3330 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353d9250 "\020\330=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3331 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3332 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3333 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3334 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3335 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353dd300) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3336 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353d9568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3337 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3338 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353d9848) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3339 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353d9848) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3340 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3341 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3342 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3343 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3344 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714611) at src/bin/rayon_demo2.rs:18 #3345 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353d9a98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3346 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714611) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3347 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714611) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3348 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353d9af8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3349 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3350 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3351 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3352 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3353 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353d9f70 "p\264=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353daf60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353da288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353da568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353da568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714610) at src/bin/rayon_demo2.rs:18 #3373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353da7b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714610) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714610) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353da818, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3382 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3383 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3384 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3385 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353dac30 "\240\264=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3386 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3387 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3388 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3389 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3390 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3391 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3392 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3393 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3394 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3395 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3396 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3397 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3398 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353db7d0 "\320\314=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3399 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3400 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3401 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3402 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3403 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353dc7c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3404 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353dbae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3405 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3406 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353dbdc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3407 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353dbdc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3408 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3409 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3410 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3411 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3412 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714609) at src/bin/rayon_demo2.rs:18 #3413 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353dc018, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3414 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714609) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3415 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714609) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3416 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353dc078, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3417 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3418 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3419 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3420 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3421 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3422 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3423 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3424 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3425 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353dc490 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3426 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3427 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3428 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3429 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3430 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3431 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3432 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3433 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3434 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3435 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3436 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3437 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353dcfd0 "@\330=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3438 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3439 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3440 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3441 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3442 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3443 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3444 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3445 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3446 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3447 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3448 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3449 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3450 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ddb70 "\360Q>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3451 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3452 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3453 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3454 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3455 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353e4ce0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3456 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353dde88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3457 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3458 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353de168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3459 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353de168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3460 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3461 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3462 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3463 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3464 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714608) at src/bin/rayon_demo2.rs:18 #3465 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353de3b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3466 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714608) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3467 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714608) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3468 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353de418, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3469 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3470 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3471 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3472 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3473 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353de890 "\220\375=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353df880) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353deba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353dee88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353dee88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714607) at src/bin/rayon_demo2.rs:18 #3493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353df0d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714607) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714607) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353df138, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353df550 "\300\375=5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3514 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3515 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3516 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3517 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3518 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e00f0 "\360\025>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3519 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3520 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3521 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3522 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3523 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353e10e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3524 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e0408) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3525 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3526 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e06e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3527 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e06e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3528 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3529 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3530 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3531 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3532 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714606) at src/bin/rayon_demo2.rs:18 #3533 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e0938, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3534 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714606) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3535 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714606) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3536 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e0998, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3537 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3538 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3539 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3540 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3541 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353e0db0 " \026>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e1950 "\260F>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353e41a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e1c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e1f48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e1f48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714605) at src/bin/rayon_demo2.rs:18 #3573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e2198, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714605) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714605) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e21f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e2670 "p;>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353e3660) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e2988) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e2c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e2c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714604) at src/bin/rayon_demo2.rs:18 #3601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e2eb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714604) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714604) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e2f18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3610 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3611 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3612 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3613 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353e3330 "\240;>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3614 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3615 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3616 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3617 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3618 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3619 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3620 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3621 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3622 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3623 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3624 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3625 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353e3e70 "\340F>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3626 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3627 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3628 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3629 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3630 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3631 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3632 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3633 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3634 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3635 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3636 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3637 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353e49b0 " R>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3638 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3639 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3640 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3641 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3642 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3643 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3644 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3645 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3646 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3647 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3648 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3649 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3650 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e5550 "\260E?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3651 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3652 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3653 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3654 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3655 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353f40a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3656 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e5868) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3657 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3658 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e5b48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3659 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e5b48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3660 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3661 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3662 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3663 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3664 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714603) at src/bin/rayon_demo2.rs:18 #3665 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e5d98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3666 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714603) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3667 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714603) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3668 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e5df8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3669 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3670 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3671 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3672 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3673 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3674 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3675 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3676 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3677 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3678 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e6270 "pw>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3679 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3680 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3681 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3682 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3683 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353e7260) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3684 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e6588) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3685 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3686 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e6868) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3687 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e6868) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3688 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3689 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3690 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3691 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3692 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714602) at src/bin/rayon_demo2.rs:18 #3693 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e6ab8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3694 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714602) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3695 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714602) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3696 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e6b18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3697 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3698 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3699 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3700 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3701 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3702 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3703 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3704 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3705 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353e6f30 "\240w>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3706 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3707 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3708 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3709 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3710 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3711 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3712 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3713 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3714 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3715 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3716 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3717 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3718 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e7ad0 "Џ>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3719 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3720 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3721 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3722 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3723 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353e8ac0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3724 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e7de8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3725 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3726 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e80c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3727 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e80c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3728 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3729 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3730 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3731 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3732 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714601) at src/bin/rayon_demo2.rs:18 #3733 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e8318, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3734 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714601) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3735 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714601) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3736 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e8378, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3737 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3738 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3739 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3740 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3741 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3742 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3743 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3744 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3745 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353e8790 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3746 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3747 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3748 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3749 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3750 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3751 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3752 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3753 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353e9330 "\360\330>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ed3e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353e9648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353e9928) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353e9928) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714600) at src/bin/rayon_demo2.rs:18 #3773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353e9b78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714600) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714600) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353e9bd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ea050 "P\265>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353eb040) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353ea368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353ea648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353ea648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714599) at src/bin/rayon_demo2.rs:18 #3801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353ea898, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714599) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714599) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353ea8f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3810 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3811 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3812 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3813 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ead10 "\200\265>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3814 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3815 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3816 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3817 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3818 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3819 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3820 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3821 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3822 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3823 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3824 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3825 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3826 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353eb8b0 "\260\315>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3827 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3828 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3829 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3830 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3831 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ec8a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3832 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353ebbc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3833 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3834 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353ebea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3835 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353ebea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3836 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3837 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3838 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3839 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3840 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714598) at src/bin/rayon_demo2.rs:18 #3841 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353ec0f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3842 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714598) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3843 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714598) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3844 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353ec158, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3845 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3846 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3847 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3848 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3849 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3850 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3851 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3852 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3853 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ec570 "\340\315>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3854 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3855 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3856 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3857 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3858 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3859 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3860 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3861 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3862 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3863 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3864 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3865 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ed0b0 " \331>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3866 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3867 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3868 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3869 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3870 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3871 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3872 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3873 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3874 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3875 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3876 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3877 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3878 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353edc50 "p:?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3879 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3880 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3881 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3882 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3883 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353f3560) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3884 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353edf68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3885 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3886 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353ee248) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3887 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353ee248) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3888 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3889 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3890 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3891 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3892 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714597) at src/bin/rayon_demo2.rs:18 #3893 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353ee498, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3894 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714597) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3895 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714597) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3896 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353ee4f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3897 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3898 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3899 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3900 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3901 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3902 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3903 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3904 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3905 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3906 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ee970 "p\376>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3907 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3908 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3909 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3910 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3911 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353ef960) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3912 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353eec88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3913 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3914 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353eef68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3915 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353eef68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3916 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3917 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3918 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3919 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3920 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714596) at src/bin/rayon_demo2.rs:18 #3921 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353ef1b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3922 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714596) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3923 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714596) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3924 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353ef218, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3925 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3926 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3927 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3928 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3929 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3930 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3931 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3932 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3933 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353ef630 "\240\376>5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3934 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3935 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3936 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3937 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3938 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3939 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3940 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3941 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3942 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3943 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3944 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3945 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3946 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f01d0 "\320\026?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3947 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3948 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3949 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3950 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3951 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353f11c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3952 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f04e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3953 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3954 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f07c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3955 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f07c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3956 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3957 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3958 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3959 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #3960 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714595) at src/bin/rayon_demo2.rs:18 #3961 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f0a18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #3962 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714595) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #3963 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714595) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #3964 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f0a78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #3965 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #3966 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #3967 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #3968 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #3969 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #3970 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #3971 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #3972 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3973 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353f0e90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3974 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3975 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3976 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3977 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3978 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #3979 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #3980 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #3981 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #3982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #3983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #3984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #3985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #3986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f1a30 "0/?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #3987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #3988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #3989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #3990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #3991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353f2a20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #3992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f1d48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #3993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #3994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f2028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #3995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f2028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #3996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #3997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #3998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #3999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714593) at src/bin/rayon_demo2.rs:18 #4001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f2278, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714593) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714593) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f22d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353f26f0 "`/?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4022 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4023 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4024 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4025 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353f3230 "\240:?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4026 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4027 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4028 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4029 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4030 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4031 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4032 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4033 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4034 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4035 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4036 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4037 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353f3d70 "\340E?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4038 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4039 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4040 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4041 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4042 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4043 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4044 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4045 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4046 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4047 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4048 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4049 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4050 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f4910 "\020\344@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4051 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4052 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4053 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4054 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4055 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53540df00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4056 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f4c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4057 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4058 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f4f08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4059 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f4f08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4060 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4061 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4062 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4063 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4064 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714592) at src/bin/rayon_demo2.rs:18 #4065 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f5158, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4066 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714592) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4067 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714592) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4068 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f51b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4069 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4070 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4071 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4072 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4073 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4074 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4075 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4076 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4077 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4078 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f5630 "0k?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4079 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4080 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4081 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4082 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4083 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353f6620) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4084 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f5948) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4085 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4086 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f5c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4087 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f5c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4088 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4089 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4090 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4091 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4092 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714591) at src/bin/rayon_demo2.rs:18 #4093 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f5e78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4094 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714591) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4095 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714591) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4096 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f5ed8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4097 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4098 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4099 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4100 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4101 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353f62f0 "`k?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4114 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4115 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4116 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4117 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4118 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f6e90 "\220\203?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4119 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4120 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4121 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4122 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4123 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353f7e80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4124 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f71a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4125 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4126 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f7488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4127 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f7488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4128 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4129 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4130 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4131 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4132 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714590) at src/bin/rayon_demo2.rs:18 #4133 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f76d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4134 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714590) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4135 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714590) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4136 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f7738, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4137 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4138 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4139 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4140 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4141 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353f7b50 "\300\203?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f86f0 "\260\314?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353fc7a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f8a08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f8ce8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f8ce8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714589) at src/bin/rayon_demo2.rs:18 #4173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f8f38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714589) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714589) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f8f98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4182 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4183 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4184 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4185 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4186 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353f9410 "\020\251?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4187 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4188 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4189 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4190 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4191 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353fa400) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4192 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353f9728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4193 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4194 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353f9a08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4195 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353f9a08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4196 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4197 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4198 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4199 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4200 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714588) at src/bin/rayon_demo2.rs:18 #4201 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353f9c58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4202 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714588) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4203 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714588) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4204 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353f9cb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4205 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4206 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4207 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4208 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4209 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4210 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4211 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4212 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4213 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353fa0d0 "@\251?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4214 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4215 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4216 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4217 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4218 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4219 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4220 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4221 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4222 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4223 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4224 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4225 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4226 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353fac70 "p\301?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4227 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4228 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4229 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4230 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4231 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353fbc60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4232 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353faf88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4233 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4234 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353fb268) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4235 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353fb268) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4236 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4237 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4238 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4239 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4240 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714587) at src/bin/rayon_demo2.rs:18 #4241 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353fb4b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4242 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714587) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4243 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714587) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4244 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353fb518, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4245 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4246 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4247 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4248 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4249 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4250 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4251 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4252 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4253 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353fb930 "\240\301?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4254 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4255 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4256 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4257 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4258 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4259 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4260 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4261 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4262 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4263 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4264 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4265 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353fc470 "\340\314?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4266 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4267 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4268 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4269 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4270 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4271 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4272 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4273 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4274 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4275 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4276 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4277 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4278 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353fd010 "\220F@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4279 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4280 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4281 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4282 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4283 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535404180) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4284 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353fd328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4285 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4286 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353fd608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4287 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353fd608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4288 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4289 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4290 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4291 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4292 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714586) at src/bin/rayon_demo2.rs:18 #4293 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353fd858, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4294 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714586) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4295 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714586) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4296 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353fd8b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4297 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4298 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4299 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4300 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4301 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4302 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4303 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4304 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4305 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4306 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353fdd30 "0\362?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4307 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4308 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4309 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4310 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4311 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5353fed20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4312 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353fe048) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4313 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4314 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353fe328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4315 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353fe328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4316 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4317 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4318 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4319 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4320 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714585) at src/bin/rayon_demo2.rs:18 #4321 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353fe578, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4322 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714585) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4323 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714585) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4324 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353fe5d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4325 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4326 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4327 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4328 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4329 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4330 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4331 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4332 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4333 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5353fe9f0 "`\362?5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4334 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4335 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4336 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4337 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4338 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4339 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4340 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4341 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4342 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4343 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4344 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4345 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4346 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5353ff590 "\220\n@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4347 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4348 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4349 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4350 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4351 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535400580) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4352 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5353ff8a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4353 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4354 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5353ffb88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4355 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5353ffb88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4356 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4357 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4358 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4359 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4360 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714584) at src/bin/rayon_demo2.rs:18 #4361 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5353ffdd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4362 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714584) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4363 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714584) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4364 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5353ffe38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4365 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4366 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4367 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4368 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4369 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4370 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4371 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4372 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4373 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535400250 "\300\n@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4374 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4375 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4376 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4377 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4378 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4379 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4380 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4381 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535400df0 "P;@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535403640) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535401108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354013e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354013e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714583) at src/bin/rayon_demo2.rs:18 #4401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535401638, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714583) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714583) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535401698, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4410 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4411 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4412 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4413 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4414 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535401b10 "\020\060@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4415 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4416 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4417 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4418 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4419 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535402b00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4420 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535401e28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4421 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4422 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535402108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4423 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535402108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4424 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4425 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4426 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4427 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4428 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714582) at src/bin/rayon_demo2.rs:18 #4429 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535402358, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4430 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714582) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4431 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714582) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4432 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354023b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4433 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4434 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4435 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4436 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4437 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4438 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4439 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4440 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4441 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354027d0 "@0@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4442 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4443 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4444 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4445 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4446 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4447 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4448 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4449 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4450 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4451 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4452 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4453 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535403310 "\200;@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4454 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4455 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4456 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4457 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4458 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4459 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4460 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4461 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4462 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4463 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4464 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4465 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535403e50 "\300F@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4466 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4467 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4468 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4469 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4470 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4471 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4472 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4473 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354049f0 "\320\330@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53540d3c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535404d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535404fe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535404fe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714581) at src/bin/rayon_demo2.rs:18 #4493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535405238, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714581) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714581) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535405298, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4502 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4503 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4504 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4505 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4506 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535405710 "\020l@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4507 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4508 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4509 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4510 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4511 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535406700) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4512 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535405a28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4513 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4514 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535405d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4515 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535405d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4516 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4517 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4518 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4519 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4520 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714580) at src/bin/rayon_demo2.rs:18 #4521 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535405f58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4522 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714580) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4523 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714580) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4524 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535405fb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4525 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4526 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4527 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4528 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4529 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4530 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4531 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4532 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4533 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354063d0 "@l@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4534 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4535 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4536 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4537 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4538 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4539 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4540 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4541 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4542 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4543 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4544 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4545 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4546 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535406f70 "p\204@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4547 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4548 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4549 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4550 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4551 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535407f60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4552 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535407288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4553 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4554 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535407568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4555 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535407568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4556 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4557 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4558 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4559 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4560 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714579) at src/bin/rayon_demo2.rs:18 #4561 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354077b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4562 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714579) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4563 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714579) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4564 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535407818, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4565 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4566 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4567 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4568 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4569 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4570 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4571 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4572 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4573 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535407c30 "\240\204@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4574 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4575 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4576 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4577 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4578 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4579 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4580 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4581 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354087d0 "0\265@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53540b020) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535408ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535408dc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535408dc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714578) at src/bin/rayon_demo2.rs:18 #4601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535409018, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714578) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714578) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535409078, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4610 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4611 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4612 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4613 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4614 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354094f0 "\360\251@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4615 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4616 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4617 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4618 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4619 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53540a4e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4620 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535409808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4621 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4622 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535409ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4623 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535409ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4624 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4625 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4626 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4627 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4628 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714577) at src/bin/rayon_demo2.rs:18 #4629 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535409d38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4630 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714577) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4631 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714577) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4632 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535409d98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4633 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4634 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4635 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4636 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4637 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4638 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4639 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4640 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4641 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540a1b0 " \252@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4642 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4643 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4644 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4645 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4646 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4647 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4648 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4649 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4650 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4651 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4652 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4653 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540acf0 "`\265@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4654 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4655 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4656 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4657 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4658 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4659 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4660 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4661 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4662 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4663 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4664 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4665 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4666 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53540b890 "\220\315@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4667 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4668 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4669 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4670 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4671 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53540c880) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4672 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53540bba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4673 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4674 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53540be88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4675 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53540be88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4676 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4677 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4678 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4679 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4680 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714572) at src/bin/rayon_demo2.rs:18 #4681 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53540c0d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4682 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714572) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4683 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714572) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4684 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53540c138, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4685 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4686 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4687 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4688 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4689 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4690 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4691 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4692 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4693 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540c550 "\300\315@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4694 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4695 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4696 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4697 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4698 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4699 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4700 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4701 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4702 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4703 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4704 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4705 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540d090 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4706 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4707 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4708 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4709 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4710 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4711 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4712 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4713 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4714 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4715 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4716 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4717 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540dbd0 "@\344@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4718 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4719 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4720 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4721 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4722 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4723 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4724 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4725 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4726 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4727 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4728 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4729 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4730 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53540e770 "p\374@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4731 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4732 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4733 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4734 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4735 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53540f760) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4736 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53540ea88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4737 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4738 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53540ed68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4739 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53540ed68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4740 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4741 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4742 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4743 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4744 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714529) at src/bin/rayon_demo2.rs:18 #4745 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53540efb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4746 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714529) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4747 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714529) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4748 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53540f018, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4749 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4750 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4751 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4752 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4753 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4754 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4755 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4756 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4757 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540f430 "\240\374@5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4758 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4759 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4760 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4761 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4762 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4763 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4764 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4765 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=86, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4766 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4767 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4768 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4769 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53540ff70 "\340\aA5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4770 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4771 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4772 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4773 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4774 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4775 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4776 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4777 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=172, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4778 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4779 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4780 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4781 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535410ab0 " \023A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4782 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4783 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4784 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4785 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4786 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4787 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4788 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4789 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=344, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4790 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4791 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4792 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4793 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4794 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535411650 "\020gT5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4795 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4796 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4797 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4798 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4799 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535546200) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4800 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535411968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4801 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4802 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535411c48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4803 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535411c48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4804 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4805 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4806 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4807 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4808 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714528) at src/bin/rayon_demo2.rs:18 #4809 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535411e98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4810 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714528) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4811 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714528) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4812 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535411ef8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4813 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4814 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4815 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4816 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4817 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4818 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4819 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4820 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4821 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4822 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535412370 "p8A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4823 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4824 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4825 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4826 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4827 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535413360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4828 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535412688) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4829 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4830 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535412968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4831 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535412968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4832 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4833 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4834 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4835 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4836 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714527) at src/bin/rayon_demo2.rs:18 #4837 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535412bb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4838 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714527) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4839 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714527) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4840 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535412c18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4841 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4842 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4843 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4844 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4845 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4846 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4847 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4848 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4849 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535413030 "\240\070A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4850 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4851 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4852 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4853 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4854 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4855 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4856 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4857 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4858 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4859 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4860 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4861 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4862 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535413bd0 "\320PA5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4863 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4864 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4865 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4866 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4867 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535414bc0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4868 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535413ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4869 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4870 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354141c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4871 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354141c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4872 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4873 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4874 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4875 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4876 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714526) at src/bin/rayon_demo2.rs:18 #4877 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535414418, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4878 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714526) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4879 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714526) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4880 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535414478, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4881 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4882 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4883 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4884 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4885 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4886 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4887 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4888 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4889 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535414890 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4890 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4891 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4892 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4893 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4894 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4895 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4896 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4897 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4898 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4899 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4900 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4901 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4902 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535415430 "\360\231A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4903 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4904 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4905 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4906 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4907 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354194e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4908 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535415748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4909 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4910 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535415a28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4911 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535415a28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4912 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4913 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4914 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4915 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4916 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714525) at src/bin/rayon_demo2.rs:18 #4917 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535415c78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4918 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714525) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4919 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714525) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4920 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535415cd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4921 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4922 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4923 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4924 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4925 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4926 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4927 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4928 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4929 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4930 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535416150 "PvA5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4931 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4932 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4933 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4934 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4935 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535417140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4936 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535416468) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4937 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4938 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535416748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4939 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535416748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4940 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4941 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4942 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4943 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4944 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714524) at src/bin/rayon_demo2.rs:18 #4945 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535416998, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4946 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714524) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4947 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714524) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4948 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354169f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4949 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4950 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4951 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4952 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4953 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4954 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4955 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4956 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4957 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535416e10 "\200vA5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4958 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4959 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4960 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4961 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4962 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #4963 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #4964 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #4965 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #4966 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #4967 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #4968 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #4969 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4970 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354179b0 "\260\216A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4971 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4972 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #4973 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #4974 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #4975 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354189a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #4976 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535417cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #4977 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #4978 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535417fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #4979 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535417fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #4980 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #4981 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #4982 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #4983 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #4984 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714523) at src/bin/rayon_demo2.rs:18 #4985 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354181f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #4986 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714523) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #4987 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714523) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #4988 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535418258, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #4989 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #4990 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #4991 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #4992 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #4993 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #4994 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #4995 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #4996 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #4997 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535418670 "\340\216A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #4998 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #4999 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5000 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5001 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5002 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5003 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5004 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5005 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5006 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5007 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5008 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5009 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354191b0 " \232A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5010 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5011 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5012 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5013 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5014 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5015 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5016 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5017 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5018 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5019 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5020 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5021 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5022 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535419d50 "\320\023B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5023 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5024 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5025 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5026 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5027 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535420ec0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5028 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53541a068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5029 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5030 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53541a348) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5031 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53541a348) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5032 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5033 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5034 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5035 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5036 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714522) at src/bin/rayon_demo2.rs:18 #5037 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53541a598, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5038 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714522) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5039 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714522) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5040 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53541a5f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5041 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5042 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5043 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5044 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5045 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5046 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5047 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5048 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5049 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5050 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53541aa70 "p\277A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5051 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5052 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5053 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5054 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5055 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53541ba60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5056 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53541ad88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5057 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5058 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53541b068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5059 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53541b068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5060 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5061 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5062 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5063 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5064 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714521) at src/bin/rayon_demo2.rs:18 #5065 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53541b2b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5066 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714521) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5067 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714521) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5068 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53541b318, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5069 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5070 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5071 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5072 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5073 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5074 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5075 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5076 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5077 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53541b730 "\240\277A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5078 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5079 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5080 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5081 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5082 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5083 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5084 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5085 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5086 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5087 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5088 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5089 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5090 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53541c2d0 "\320\327A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5091 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5092 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5093 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5094 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5095 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53541d2c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5096 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53541c5e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5097 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5098 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53541c8c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5099 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53541c8c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5100 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5101 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5102 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5103 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5104 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714520) at src/bin/rayon_demo2.rs:18 #5105 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53541cb18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5106 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714520) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5107 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714520) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5108 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53541cb78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5109 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5110 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5111 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5112 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5113 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5114 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5115 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5116 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5117 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53541cf90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5118 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5119 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5120 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5121 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5122 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5123 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5124 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5125 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5126 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5127 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5128 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5129 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5130 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53541db30 "\220\bB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5131 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5132 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5133 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5134 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5135 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535420380) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5136 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53541de48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5137 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5138 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53541e128) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5139 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53541e128) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5140 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5141 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5142 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5143 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5144 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714519) at src/bin/rayon_demo2.rs:18 #5145 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53541e378, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5146 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714519) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5147 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714519) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5148 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53541e3d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5149 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5150 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5151 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5152 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5153 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53541e850 "P\375A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53541f840) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53541eb68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53541ee48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53541ee48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714518) at src/bin/rayon_demo2.rs:18 #5173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53541f098, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714518) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714518) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53541f0f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53541f510 "\200\375A5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5194 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5195 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5196 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5197 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535420050 "\300\bB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5198 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5199 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5200 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5201 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5202 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5203 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5204 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5205 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5206 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5207 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5208 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5209 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535420b90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5210 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5211 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5212 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5213 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5214 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5215 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5216 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5217 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5218 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5219 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5220 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5221 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5222 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535421730 "\220\aC5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5223 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5224 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5225 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5226 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5227 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535430280) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5228 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535421a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5229 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5230 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535421d28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5231 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535421d28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5232 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5233 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5234 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5235 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5236 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714517) at src/bin/rayon_demo2.rs:18 #5237 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535421f78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5238 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714517) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5239 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714517) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5240 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535421fd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5241 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5242 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5243 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5244 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5245 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5246 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5247 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5248 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5249 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5250 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535422450 "P9B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5251 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5252 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5253 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5254 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5255 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535423440) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5256 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535422768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5257 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5258 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535422a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5259 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535422a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5260 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5261 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5262 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5263 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5264 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714516) at src/bin/rayon_demo2.rs:18 #5265 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535422c98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5266 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714516) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5267 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714516) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5268 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535422cf8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5269 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5270 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5271 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5272 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5273 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5274 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5275 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5276 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5277 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535423110 "\200\071B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5278 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5279 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5280 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5281 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5282 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5283 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5284 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5285 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5286 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5287 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5288 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5289 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5290 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535423cb0 "\260QB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5291 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5292 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5293 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5294 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5295 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535424ca0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5296 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535423fc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5297 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5298 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354242a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5299 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354242a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5300 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5301 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5302 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5303 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5304 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714515) at src/bin/rayon_demo2.rs:18 #5305 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354244f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5306 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714515) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5307 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714515) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5308 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535424558, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5309 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5310 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5311 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5312 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5313 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5314 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5315 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5316 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5317 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535424970 "\340QB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5318 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5319 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5320 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5321 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5322 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5323 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5324 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5325 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5326 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5327 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5328 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5329 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5330 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535425510 "КB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5331 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5332 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5333 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5334 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5335 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354295c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5336 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535425828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5337 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5338 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535425b08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5339 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535425b08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5340 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5341 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5342 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5343 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5344 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714514) at src/bin/rayon_demo2.rs:18 #5345 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535425d58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5346 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714514) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5347 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714514) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5348 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535425db8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5349 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5350 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5351 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5352 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5353 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535426230 "0wB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535427220) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535426548) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535426828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535426828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714513) at src/bin/rayon_demo2.rs:18 #5373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535426a78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714513) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714513) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535426ad8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5382 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5383 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5384 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5385 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535426ef0 "`wB5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5386 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5387 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5388 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5389 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5390 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5391 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5392 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5393 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5394 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5395 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5396 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5397 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5398 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535427a90 "\220\217B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5399 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5400 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5401 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5402 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5403 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535428a80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5404 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535427da8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5405 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5406 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535428088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5407 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535428088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5408 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5409 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5410 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5411 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5412 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714512) at src/bin/rayon_demo2.rs:18 #5413 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354282d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5414 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714512) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5415 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714512) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5416 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535428338, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5417 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5418 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5419 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5420 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5421 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5422 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5423 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5424 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5425 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535428750 "\300\217B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5426 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5427 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5428 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5429 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5430 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5431 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5432 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5433 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5434 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5435 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5436 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5437 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535429290 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5438 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5439 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5440 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5441 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5442 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5443 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5444 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5445 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5446 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5447 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5448 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5449 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5450 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535429e30 "P\374B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5451 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5452 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5453 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5454 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5455 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53542f740) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5456 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53542a148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5457 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5458 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53542a428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5459 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53542a428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5460 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5461 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5462 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5463 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5464 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714511) at src/bin/rayon_demo2.rs:18 #5465 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53542a678, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5466 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714511) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5467 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714511) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5468 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53542a6d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5469 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5470 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5471 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5472 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5473 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53542ab50 "P\300B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53542bb40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53542ae68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53542b148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53542b148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714510) at src/bin/rayon_demo2.rs:18 #5493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53542b398, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714510) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714510) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53542b3f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53542b810 "\200\300B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5514 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5515 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5516 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5517 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5518 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53542c3b0 "\260\330B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5519 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5520 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5521 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5522 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5523 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53542d3a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5524 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53542c6c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5525 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5526 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53542c9a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5527 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53542c9a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5528 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5529 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5530 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5531 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5532 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714509) at src/bin/rayon_demo2.rs:18 #5533 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53542cbf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5534 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714509) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5535 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714509) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5536 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53542cc58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5537 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5538 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5539 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5540 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5541 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53542d070 "\340\330B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53542dc10 "\020\361B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53542ec00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53542df28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53542e208) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53542e208) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714507) at src/bin/rayon_demo2.rs:18 #5573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53542e458, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714507) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714507) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53542e4b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5582 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5583 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5584 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5585 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53542e8d0 "@\361B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5586 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5587 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5588 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5589 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5590 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5591 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5592 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5593 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5594 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5595 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5596 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5597 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53542f410 "\200\374B5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5598 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5599 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5600 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5601 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5602 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5603 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5604 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5605 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5606 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5607 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5608 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5609 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53542ff50 "\300\aC5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5610 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5611 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5612 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5613 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5614 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5615 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5616 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5617 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5618 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5619 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5620 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5621 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5622 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535430af0 "\360\245D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5623 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5624 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5625 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5626 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5627 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53544a0e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5628 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535430e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5629 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5630 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354310e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5631 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354310e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5632 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5633 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5634 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5635 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5636 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714506) at src/bin/rayon_demo2.rs:18 #5637 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535431338, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5638 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714506) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5639 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714506) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5640 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535431398, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5641 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5642 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5643 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5644 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5645 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5646 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5647 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5648 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5649 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5650 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535431810 "\020-C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5651 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5652 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5653 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5654 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5655 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535432800) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5656 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535431b28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5657 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5658 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535431e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5659 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535431e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5660 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5661 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5662 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5663 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5664 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714505) at src/bin/rayon_demo2.rs:18 #5665 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535432058, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5666 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714505) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5667 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714505) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5668 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354320b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5669 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5670 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5671 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5672 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5673 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5674 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5675 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5676 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5677 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354324d0 "@-C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5678 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5679 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5680 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5681 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5682 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5683 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5684 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5685 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5686 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5687 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5688 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5689 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5690 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535433070 "pEC5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5691 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5692 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5693 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5694 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5695 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535434060) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5696 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535433388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5697 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5698 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535433668) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5699 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535433668) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5700 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5701 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5702 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5703 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5704 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714504) at src/bin/rayon_demo2.rs:18 #5705 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354338b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5706 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714504) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5707 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714504) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5708 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535433918, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5709 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5710 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5711 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5712 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5713 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5714 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5715 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5716 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5717 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535433d30 "\240EC5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5718 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5719 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5720 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5721 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5722 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5723 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5724 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5725 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5726 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5727 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5728 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5729 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5730 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354348d0 "\220\216C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5731 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5732 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5733 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5734 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5735 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535438980) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5736 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535434be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5737 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5738 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535434ec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5739 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535434ec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5740 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5741 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5742 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5743 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5744 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714503) at src/bin/rayon_demo2.rs:18 #5745 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535435118, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5746 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714503) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5747 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714503) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5748 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535435178, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5749 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5750 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5751 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5752 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5753 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354355f0 "\360jC5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354365e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535435908) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535435be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535435be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714502) at src/bin/rayon_demo2.rs:18 #5773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535435e38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714502) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714502) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535435e98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5782 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5783 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5784 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5785 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354362b0 " kC5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5786 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5787 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5788 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5789 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5790 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5791 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5792 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5793 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5794 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5795 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5796 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5797 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5798 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535436e50 "P\203C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5799 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5800 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5801 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5802 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5803 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535437e40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5804 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535437168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5805 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5806 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535437448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5807 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535437448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5808 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5809 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5810 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5811 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5812 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714501) at src/bin/rayon_demo2.rs:18 #5813 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535437698, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5814 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714501) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5815 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714501) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5816 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354376f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5817 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5818 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5819 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5820 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5821 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535437b10 "\200\203C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5834 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5835 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5836 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5837 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535438650 "\300\216C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5838 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5839 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5840 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5841 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5842 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5843 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5844 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5845 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5846 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5847 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5848 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5849 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5850 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354391f0 "p\bD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5851 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5852 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5853 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5854 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5855 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535440360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5856 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535439508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5857 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5858 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354397e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5859 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354397e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5860 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5861 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5862 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5863 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5864 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714500) at src/bin/rayon_demo2.rs:18 #5865 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535439a38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5866 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714500) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5867 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714500) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5868 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535439a98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5869 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5870 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5871 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5872 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5873 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5874 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5875 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5876 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5877 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5878 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535439f10 "\020\264C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5879 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5880 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5881 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5882 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5883 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53543af00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5884 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53543a228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5885 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5886 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53543a508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5887 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53543a508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5888 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5889 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5890 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5891 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5892 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714499) at src/bin/rayon_demo2.rs:18 #5893 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53543a758, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5894 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714499) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5895 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714499) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5896 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53543a7b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5897 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5898 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5899 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5900 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5901 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5902 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5903 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5904 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5905 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53543abd0 "@\264C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5906 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5907 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5908 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5909 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5910 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5911 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5912 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5913 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5914 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5915 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5916 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5917 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5918 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53543b770 "p\314C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5919 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5920 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5921 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5922 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5923 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53543c760) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5924 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53543ba88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5925 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5926 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53543bd68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5927 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53543bd68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5928 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5929 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5930 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5931 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5932 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714498) at src/bin/rayon_demo2.rs:18 #5933 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53543bfb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5934 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714498) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5935 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714498) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5936 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53543c018, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5937 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5938 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5939 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5940 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5941 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #5943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #5944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53543c430 "\240\314C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #5951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #5952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #5953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #5954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53543cfd0 "0\375C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53543f820) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53543d2e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53543d5c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53543d5c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #5972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714497) at src/bin/rayon_demo2.rs:18 #5973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53543d818, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #5974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714497) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #5975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714497) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #5976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53543d878, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #5977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #5978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #5979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #5980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #5981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #5982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #5983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #5984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #5985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #5986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53543dcf0 "\360\361C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #5987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #5988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #5989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #5990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #5991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53543ece0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #5992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53543e008) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #5993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #5994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53543e2e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #5995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53543e2e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #5996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #5997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #5998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #5999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714496) at src/bin/rayon_demo2.rs:18 #6001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53543e538, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714496) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714496) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53543e598, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53543e9b0 " \362C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6022 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6023 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6024 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6025 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53543f4f0 "`\375C5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6026 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6027 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6028 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6029 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6030 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6031 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6032 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6033 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6034 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6035 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6036 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6037 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535440030 "\240\bD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6038 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6039 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6040 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6041 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6042 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6043 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6044 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6045 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6046 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6047 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6048 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6049 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6050 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535440bd0 "\260\232D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6051 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6052 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6053 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6054 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6055 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354495a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6056 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535440ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6057 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6058 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354411c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6059 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354411c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6060 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6061 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6062 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6063 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6064 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714495) at src/bin/rayon_demo2.rs:18 #6065 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535441418, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6066 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714495) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6067 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714495) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6068 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535441478, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6069 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6070 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6071 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6072 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6073 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6074 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6075 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6076 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6077 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6078 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354418f0 "\360-D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6079 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6080 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6081 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6082 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6083 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354428e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6084 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535441c08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6085 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6086 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535441ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6087 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535441ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6088 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6089 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6090 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6091 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6092 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714494) at src/bin/rayon_demo2.rs:18 #6093 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535442138, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6094 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714494) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6095 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714494) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6096 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535442198, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6097 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6098 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6099 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6100 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6101 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354425b0 " .D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6114 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6115 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6116 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6117 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6118 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535443150 "PFD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6119 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6120 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6121 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6122 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6123 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535444140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6124 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535443468) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6125 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6126 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535443748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6127 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535443748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6128 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6129 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6130 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6131 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6132 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714493) at src/bin/rayon_demo2.rs:18 #6133 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535443998, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6134 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714493) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6135 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714493) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6136 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354439f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6137 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6138 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6139 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6140 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6141 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535443e10 "\200FD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354449b0 "\020wD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535447200) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535444cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535444fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535444fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714492) at src/bin/rayon_demo2.rs:18 #6173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354451f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714492) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714492) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535445258, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6182 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6183 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6184 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6185 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6186 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354456d0 "\320kD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6187 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6188 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6189 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6190 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6191 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354466c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6192 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354459e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6193 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6194 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535445cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6195 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535445cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6196 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6197 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6198 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6199 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6200 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714491) at src/bin/rayon_demo2.rs:18 #6201 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535445f18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6202 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714491) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6203 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714491) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6204 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535445f78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6205 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6206 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6207 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6208 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6209 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6210 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6211 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6212 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6213 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535446390 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6214 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6215 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6216 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6217 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6218 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6219 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6220 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6221 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6222 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6223 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6224 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6225 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535446ed0 "@wD5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6226 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6227 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6228 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6229 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6230 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6231 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6232 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6233 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6234 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6235 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6236 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6237 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6238 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535447a70 "p\217D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6239 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6240 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6241 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6242 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6243 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535448a60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6244 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535447d88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6245 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6246 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535448068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6247 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535448068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6248 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6249 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6250 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6251 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6252 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714486) at src/bin/rayon_demo2.rs:18 #6253 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354482b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6254 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714486) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6255 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714486) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6256 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535448318, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6257 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6258 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6259 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6260 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6261 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6262 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6263 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6264 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6265 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535448730 "\240\217D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6266 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6267 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6268 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6269 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6270 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6271 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6272 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6273 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6274 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6275 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6276 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6277 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535449270 "\340\232D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6278 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6279 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6280 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6281 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6282 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6283 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6284 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6285 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6286 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6287 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6288 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6289 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535449db0 " \246D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6290 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6291 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6292 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6293 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6294 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6295 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6296 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6297 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6298 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6299 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6300 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6301 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6302 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53544a950 "P\312G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6303 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6304 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6305 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6306 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6307 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53547c540) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6308 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53544ac68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6309 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6310 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53544af48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6311 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53544af48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6312 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6313 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6314 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6315 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6316 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714485) at src/bin/rayon_demo2.rs:18 #6317 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53544b198, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6318 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714485) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6319 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714485) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6320 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53544b1f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6321 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6322 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6323 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6324 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6325 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6326 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6327 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6328 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6329 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6330 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53544b670 "p\313D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6331 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6332 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6333 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6334 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6335 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53544c660) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6336 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53544b988) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6337 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6338 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53544bc68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6339 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53544bc68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6340 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6341 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6342 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6343 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6344 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714484) at src/bin/rayon_demo2.rs:18 #6345 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53544beb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6346 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714484) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6347 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714484) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6348 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53544bf18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6349 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6350 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6351 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6352 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6353 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6354 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6355 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6356 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6357 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53544c330 "\240\313D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6358 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6359 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6360 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6361 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6362 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6363 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6364 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6365 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6366 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6367 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6368 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6369 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6370 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53544ced0 "\320\343D5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6371 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6372 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6373 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6374 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6375 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53544dec0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6376 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53544d1e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6377 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6378 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53544d4c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6379 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53544d4c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6380 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6381 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6382 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6383 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6384 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714483) at src/bin/rayon_demo2.rs:18 #6385 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53544d718, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6386 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714483) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6387 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714483) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6388 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53544d778, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6389 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6390 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6391 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6392 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6393 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6394 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6395 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6396 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6397 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53544db90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6398 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6399 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6400 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6401 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6402 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6403 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6404 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6405 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6406 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6407 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6408 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6409 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6410 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53544e730 "\360,E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6411 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6412 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6413 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6414 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6415 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354527e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6416 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53544ea48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6417 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6418 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53544ed28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6419 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53544ed28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6420 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6421 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6422 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6423 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6424 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714482) at src/bin/rayon_demo2.rs:18 #6425 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53544ef78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6426 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714482) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6427 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714482) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6428 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53544efd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6429 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6430 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6431 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6432 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6433 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6434 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6435 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6436 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6437 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6438 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53544f450 "P\tE5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6439 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6440 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6441 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6442 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6443 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535450440) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6444 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53544f768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6445 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6446 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53544fa48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6447 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53544fa48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6448 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6449 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6450 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6451 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6452 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714481) at src/bin/rayon_demo2.rs:18 #6453 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53544fc98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6454 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714481) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6455 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714481) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6456 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53544fcf8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6457 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6458 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6459 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6460 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6461 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6462 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6463 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6464 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6465 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535450110 "\200\tE5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6466 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6467 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6468 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6469 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6470 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6471 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6472 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6473 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535450cb0 "\260!E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535451ca0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535450fc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354512a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354512a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714480) at src/bin/rayon_demo2.rs:18 #6493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354514f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714480) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714480) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535451558, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535451970 "\340!E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6514 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6515 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6516 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6517 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354524b0 " -E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6518 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6519 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6520 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6521 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6522 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6523 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6524 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6525 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6526 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6527 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6528 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6529 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6530 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535453050 "ЦE5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6531 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6532 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6533 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6534 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6535 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53545a1c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6536 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535453368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6537 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6538 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535453648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6539 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535453648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6540 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6541 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6542 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6543 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6544 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714479) at src/bin/rayon_demo2.rs:18 #6545 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535453898, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6546 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714479) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6547 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714479) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6548 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354538f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6549 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6550 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6551 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6552 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6553 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535453d70 "pRE5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535454d60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535454088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535454368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535454368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714478) at src/bin/rayon_demo2.rs:18 #6573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354545b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714478) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714478) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535454618, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6582 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6583 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6584 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6585 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535454a30 "\240RE5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6586 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6587 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6588 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6589 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6590 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6591 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6592 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6593 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6594 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6595 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6596 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6597 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6598 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354555d0 "\320jE5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6599 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6600 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6601 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6602 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6603 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354565c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6604 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354558e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6605 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6606 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535455bc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6607 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535455bc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6608 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6609 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6610 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6611 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6612 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714477) at src/bin/rayon_demo2.rs:18 #6613 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535455e18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6614 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714477) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6615 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714477) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6616 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535455e78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6617 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6618 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6619 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6620 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6621 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6622 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6623 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6624 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6625 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535456290 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6626 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6627 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6628 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6629 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6630 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6631 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6632 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6633 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6634 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6635 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6636 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6637 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6638 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535456e30 "\220\233E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6639 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6640 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6641 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6642 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6643 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535459680) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6644 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535457148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6645 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6646 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535457428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6647 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535457428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6648 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6649 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6650 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6651 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6652 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714476) at src/bin/rayon_demo2.rs:18 #6653 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535457678, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6654 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714476) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6655 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714476) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6656 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354576d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6657 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6658 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6659 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6660 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6661 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6662 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6663 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6664 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6665 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6666 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535457b50 "P\220E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6667 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6668 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6669 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6670 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6671 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535458b40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6672 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535457e68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6673 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6674 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535458148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6675 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535458148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6676 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6677 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6678 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6679 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6680 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714475) at src/bin/rayon_demo2.rs:18 #6681 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535458398, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6682 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714475) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6683 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714475) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6684 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354583f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6685 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6686 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6687 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6688 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6689 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6690 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6691 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6692 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6693 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535458810 "\200\220E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6694 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6695 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6696 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6697 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6698 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6699 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6700 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6701 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6702 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6703 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6704 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6705 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535459350 "\300\233E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6706 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6707 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6708 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6709 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6710 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6711 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6712 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6713 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6714 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6715 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6716 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6717 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535459e90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6718 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6719 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6720 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6721 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6722 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6723 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6724 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6725 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6726 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6727 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6728 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6729 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6730 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53545aa30 "\220\232F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6731 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6732 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6733 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6734 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6735 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535469580) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6736 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53545ad48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6737 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6738 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53545b028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6739 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53545b028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6740 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6741 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6742 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6743 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6744 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714474) at src/bin/rayon_demo2.rs:18 #6745 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53545b278, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6746 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714474) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6747 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714474) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6748 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53545b2d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6749 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6750 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6751 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6752 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6753 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53545b750 "P\314E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53545c740) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53545ba68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53545bd48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53545bd48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714473) at src/bin/rayon_demo2.rs:18 #6773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53545bf98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714473) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714473) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53545bff8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6782 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6783 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6784 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6785 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53545c410 "\200\314E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6786 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6787 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6788 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6789 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6790 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6791 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6792 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6793 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6794 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6795 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6796 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6797 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6798 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53545cfb0 "\260\344E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6799 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6800 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6801 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6802 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6803 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53545dfa0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6804 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53545d2c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6805 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6806 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53545d5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6807 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53545d5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6808 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6809 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6810 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6811 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6812 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714472) at src/bin/rayon_demo2.rs:18 #6813 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53545d7f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6814 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714472) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6815 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714472) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6816 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53545d858, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6817 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6818 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6819 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6820 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6821 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53545dc70 "\340\344E5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6834 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6835 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6836 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6837 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6838 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53545e810 "\320-F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6839 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6840 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6841 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6842 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6843 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354628c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6844 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53545eb28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6845 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6846 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53545ee08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6847 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53545ee08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6848 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6849 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6850 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6851 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6852 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714471) at src/bin/rayon_demo2.rs:18 #6853 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53545f058, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6854 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714471) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6855 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714471) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6856 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53545f0b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6857 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6858 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6859 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6860 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6861 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6862 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6863 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6864 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6865 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6866 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53545f530 "0\nF5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6867 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6868 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6869 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6870 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6871 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535460520) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6872 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53545f848) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6873 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6874 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53545fb28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6875 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53545fb28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6876 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6877 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6878 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6879 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6880 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714470) at src/bin/rayon_demo2.rs:18 #6881 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53545fd78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6882 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714470) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6883 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714470) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6884 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53545fdd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6885 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6886 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6887 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6888 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6889 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6890 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6891 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6892 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6893 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354601f0 "`\nF5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6894 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6895 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6896 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6897 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6898 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6899 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6900 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6901 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6902 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6903 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6904 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6905 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6906 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535460d90 "\220\"F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6907 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6908 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6909 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6910 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6911 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535461d80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6912 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354610a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6913 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6914 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535461388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6915 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535461388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6916 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6917 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6918 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6919 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6920 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714469) at src/bin/rayon_demo2.rs:18 #6921 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354615d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6922 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714469) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6923 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714469) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6924 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535461638, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6925 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6926 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6927 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6928 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6929 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6930 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6931 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6932 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6933 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535461a50 "\300\"F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6934 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6935 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6936 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6937 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6938 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6939 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6940 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6941 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #6943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #6944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535462590 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #6951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #6952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #6953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #6954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535463130 "P\217F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535468a40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535463448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535463728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535463728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #6972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714468) at src/bin/rayon_demo2.rs:18 #6973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535463978, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #6974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714468) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #6975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714468) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #6976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354639d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #6977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #6978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #6979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #6980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #6981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #6982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #6983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #6984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #6985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #6986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535463e50 "PSF5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #6987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #6988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #6989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #6990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #6991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535464e40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #6992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535464168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #6993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #6994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535464448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #6995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535464448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #6996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #6997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #6998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #6999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714467) at src/bin/rayon_demo2.rs:18 #7001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535464698, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714467) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714467) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354646f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535464b10 "\200SF5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7022 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7023 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7024 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7025 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7026 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354656b0 "\260kF5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7027 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7028 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7029 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7030 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7031 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354666a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7032 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354659c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7033 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7034 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535465ca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7035 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535465ca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7036 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7037 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7038 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7039 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7040 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714466) at src/bin/rayon_demo2.rs:18 #7041 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535465ef8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7042 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714466) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7043 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714466) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7044 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535465f58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7045 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7046 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7047 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7048 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7049 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7050 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7051 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7052 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7053 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535466370 "\340kF5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7054 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7055 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7056 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7057 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7058 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7059 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7060 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7061 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7062 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7063 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7064 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7065 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7066 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535466f10 "\020\204F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7067 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7068 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7069 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7070 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7071 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535467f00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7072 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535467228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7073 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7074 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535467508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7075 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535467508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7076 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7077 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7078 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7079 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7080 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714464) at src/bin/rayon_demo2.rs:18 #7081 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535467758, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7082 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714464) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7083 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714464) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7084 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354677b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7085 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7086 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7087 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7088 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7089 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7090 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7091 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7092 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7093 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535467bd0 "@\204F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7094 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7095 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7096 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7097 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7098 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7099 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7100 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7101 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535468710 "\200\217F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7114 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7115 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7116 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7117 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535469250 "\300\232F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7118 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7119 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7120 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7121 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7122 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7123 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7124 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7125 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7126 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7127 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7128 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7129 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7130 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535469df0 "\020\277G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7131 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7132 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7133 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7134 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7135 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53547ba00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7136 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53546a108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7137 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7138 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53546a3e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7139 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53546a3e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7140 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7141 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7142 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7143 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7144 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714463) at src/bin/rayon_demo2.rs:18 #7145 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53546a638, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7146 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714463) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7147 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714463) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7148 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53546a698, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7149 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7150 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7151 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7152 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7153 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53546ab10 "\020\300F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53546bb00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53546ae28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53546b108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53546b108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714462) at src/bin/rayon_demo2.rs:18 #7173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53546b358, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714462) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714462) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53546b3b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53546b7d0 "@\300F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7194 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7195 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7196 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7197 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7198 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53546c370 "p\330F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7199 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7200 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7201 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7202 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7203 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53546d360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7204 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53546c688) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7205 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7206 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53546c968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7207 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53546c968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7208 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7209 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7210 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7211 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7212 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714461) at src/bin/rayon_demo2.rs:18 #7213 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53546cbb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7214 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714461) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7215 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714461) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7216 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53546cc18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7217 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7218 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7219 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7220 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7221 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7222 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7223 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7224 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7225 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53546d030 "\240\330F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7226 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7227 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7228 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7229 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7230 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7231 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7232 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7233 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7234 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7235 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7236 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7237 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7238 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53546dbd0 "\220!G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7239 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7240 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7241 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7242 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7243 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535471c80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7244 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53546dee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7245 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7246 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53546e1c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7247 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53546e1c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7248 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7249 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7250 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7251 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7252 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714460) at src/bin/rayon_demo2.rs:18 #7253 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53546e418, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7254 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714460) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7255 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714460) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7256 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53546e478, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7257 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7258 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7259 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7260 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7261 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7262 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7263 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7264 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7265 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7266 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53546e8f0 "\360\375F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7267 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7268 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7269 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7270 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7271 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53546f8e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7272 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53546ec08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7273 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7274 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53546eee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7275 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53546eee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7276 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7277 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7278 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7279 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7280 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714459) at src/bin/rayon_demo2.rs:18 #7281 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53546f138, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7282 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714459) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7283 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714459) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7284 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53546f198, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7285 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7286 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7287 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7288 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7289 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7290 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7291 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7292 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7293 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53546f5b0 " \376F5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7294 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7295 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7296 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7297 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7298 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7299 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7300 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7301 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7302 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7303 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7304 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7305 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7306 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535470150 "P\026G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7307 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7308 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7309 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7310 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7311 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535471140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7312 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535470468) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7313 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7314 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535470748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7315 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535470748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7316 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7317 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7318 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7319 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7320 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714458) at src/bin/rayon_demo2.rs:18 #7321 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535470998, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7322 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714458) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7323 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714458) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7324 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354709f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7325 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7326 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7327 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7328 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7329 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7330 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7331 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7332 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7333 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535470e10 "\200\026G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7334 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7335 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7336 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7337 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7338 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7339 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7340 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7341 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7342 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7343 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7344 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7345 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535471950 "\300!G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7346 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7347 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7348 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7349 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7350 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7351 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7352 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7353 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354724f0 "p\233G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535479660) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535472808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535472ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535472ae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714457) at src/bin/rayon_demo2.rs:18 #7373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535472d38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714457) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714457) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535472d98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535473210 "\020GG5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535474200) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535473528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535473808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535473808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714456) at src/bin/rayon_demo2.rs:18 #7401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535473a58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714456) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714456) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535473ab8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7410 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7411 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7412 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7413 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535473ed0 "@GG5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7414 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7415 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7416 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7417 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7418 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7419 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7420 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7421 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7422 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7423 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7424 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7425 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7426 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535474a70 "p_G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7427 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7428 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7429 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7430 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7431 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535475a60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7432 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535474d88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7433 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7434 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535475068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7435 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535475068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7436 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7437 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7438 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7439 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7440 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714455) at src/bin/rayon_demo2.rs:18 #7441 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354752b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7442 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714455) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7443 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714455) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7444 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535475318, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7445 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7446 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7447 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7448 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7449 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7450 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7451 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7452 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7453 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535475730 "\240_G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7454 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7455 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7456 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7457 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7458 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7459 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7460 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7461 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7462 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7463 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7464 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7465 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7466 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354762d0 "0\220G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7467 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7468 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7469 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7470 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7471 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535478b20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7472 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354765e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7473 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7474 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354768c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7475 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354768c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7476 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7477 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7478 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7479 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7480 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714454) at src/bin/rayon_demo2.rs:18 #7481 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535476b18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7482 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714454) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7483 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714454) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7484 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535476b78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7485 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7486 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7487 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7488 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7489 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7490 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7491 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7492 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7493 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7494 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535476ff0 "\360\204G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7495 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7496 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7497 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7498 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7499 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535477fe0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7500 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535477308) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7501 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7502 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354775e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7503 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354775e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7504 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7505 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7506 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7507 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7508 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714453) at src/bin/rayon_demo2.rs:18 #7509 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535477838, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7510 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714453) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7511 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714453) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7512 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535477898, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7513 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7514 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7515 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7516 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7517 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7518 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7519 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7520 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7521 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535477cb0 " \205G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7522 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7523 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7524 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7525 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7526 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7527 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7528 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7529 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7530 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7531 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7532 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7533 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354787f0 "`\220G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7534 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7535 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7536 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7537 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7538 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7539 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7540 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7541 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535479330 "\240\233G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535479ed0 "гG5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53547aec0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53547a1e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53547a4c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53547a4c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714443) at src/bin/rayon_demo2.rs:18 #7573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53547a718, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714443) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714443) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53547a778, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7582 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7583 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7584 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7585 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53547ab90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7586 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7587 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7588 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7589 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7590 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7591 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7592 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7593 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7594 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7595 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7596 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7597 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53547b6d0 "@\277G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7598 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7599 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7600 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7601 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7602 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7603 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7604 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7605 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7606 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7607 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7608 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7609 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53547c210 "\200\312G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7610 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7611 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7612 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7613 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7614 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7615 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7616 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7617 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=86, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7618 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7619 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7620 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7621 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7622 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53547cdb0 "ЀM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7623 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7624 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7625 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7626 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7627 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d7bc0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7628 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53547d0c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7629 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7630 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53547d3a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7631 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53547d3a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7632 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7633 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7634 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7635 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7636 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714442) at src/bin/rayon_demo2.rs:18 #7637 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53547d5f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7638 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714442) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7639 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714442) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7640 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53547d658, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7641 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7642 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7643 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7644 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7645 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7646 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7647 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7648 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7649 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7650 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53547dad0 "\320\357G5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7651 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7652 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7653 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7654 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7655 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53547eac0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7656 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53547dde8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7657 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7658 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53547e0c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7659 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53547e0c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7660 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7661 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7662 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7663 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7664 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714441) at src/bin/rayon_demo2.rs:18 #7665 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53547e318, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7666 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714441) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7667 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714441) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7668 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53547e378, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7669 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7670 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7671 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7672 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7673 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7674 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7675 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7676 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7677 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53547e790 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7678 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7679 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7680 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7681 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7682 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7683 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7684 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7685 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7686 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7687 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7688 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7689 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7690 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53547f330 "0\bH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7691 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7692 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7693 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7694 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7695 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535480320) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7696 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53547f648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7697 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7698 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53547f928) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7699 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53547f928) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7700 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7701 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7702 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7703 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7704 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714440) at src/bin/rayon_demo2.rs:18 #7705 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53547fb78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7706 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714440) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7707 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714440) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7708 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53547fbd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7709 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7710 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7711 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7712 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7713 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7714 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7715 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7716 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7717 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53547fff0 "`\bH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7718 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7719 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7720 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7721 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7722 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7723 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7724 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7725 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7726 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7727 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7728 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7729 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7730 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535480b90 "PQH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7731 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7732 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7733 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7734 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7735 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535484c40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7736 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535480ea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7737 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7738 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535481188) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7739 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535481188) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7740 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7741 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7742 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7743 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7744 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714439) at src/bin/rayon_demo2.rs:18 #7745 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354813d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7746 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714439) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7747 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714439) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7748 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535481438, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7749 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7750 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7751 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7752 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7753 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354818b0 "\260-H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354828a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535481bc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535481ea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535481ea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714438) at src/bin/rayon_demo2.rs:18 #7773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354820f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714438) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714438) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535482158, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7782 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7783 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7784 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7785 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535482570 "\340-H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7786 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7787 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7788 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7789 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7790 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7791 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7792 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7793 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7794 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7795 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7796 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7797 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7798 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535483110 "\020FH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7799 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7800 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7801 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7802 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7803 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535484100) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7804 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535483428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7805 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7806 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535483708) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7807 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535483708) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7808 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7809 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7810 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7811 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7812 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714437) at src/bin/rayon_demo2.rs:18 #7813 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535483958, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7814 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714437) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7815 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714437) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7816 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354839b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7817 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7818 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7819 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7820 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7821 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535483dd0 "@FH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7834 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7835 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7836 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7837 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535484910 "\200QH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7838 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7839 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7840 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7841 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7842 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7843 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7844 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7845 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7846 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7847 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7848 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7849 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7850 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354854b0 "0\313H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7851 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7852 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7853 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7854 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7855 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53548c620) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7856 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354857c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7857 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7858 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535485aa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7859 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535485aa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7860 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7861 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7862 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7863 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7864 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714436) at src/bin/rayon_demo2.rs:18 #7865 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535485cf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7866 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714436) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7867 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714436) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7868 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535485d58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7869 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7870 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7871 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7872 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7873 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7874 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7875 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7876 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7877 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7878 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354861d0 "\320vH5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7879 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7880 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7881 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7882 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7883 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354871c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7884 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354864e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7885 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7886 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354867c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7887 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354867c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7888 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7889 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7890 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7891 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7892 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714435) at src/bin/rayon_demo2.rs:18 #7893 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535486a18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7894 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714435) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7895 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714435) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7896 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535486a78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7897 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7898 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7899 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7900 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7901 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7902 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7903 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7904 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7905 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535486e90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7906 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7907 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7908 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7909 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7910 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7911 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7912 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7913 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7914 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7915 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7916 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7917 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7918 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535487a30 "0\217H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7919 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7920 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7921 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7922 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7923 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535488a20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7924 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535487d48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7925 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7926 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535488028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7927 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535488028) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7928 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7929 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7930 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7931 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7932 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714434) at src/bin/rayon_demo2.rs:18 #7933 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535488278, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7934 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714434) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7935 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714434) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7936 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354882d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7937 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7938 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7939 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7940 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7941 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #7943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #7944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354886f0 "`\217H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #7951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #7952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #7953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #7954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535489290 "\360\277H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53548bae0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354895a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535489888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535489888) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #7972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714433) at src/bin/rayon_demo2.rs:18 #7973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535489ad8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #7974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714433) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #7975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714433) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #7976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535489b38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #7977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #7978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #7979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #7980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #7981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #7982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #7983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #7984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #7985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #7986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535489fb0 "\260\264H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #7987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #7988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #7989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #7990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #7991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53548afa0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #7992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53548a2c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #7993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #7994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53548a5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #7995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53548a5a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #7996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #7997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #7998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #7999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714432) at src/bin/rayon_demo2.rs:18 #8001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53548a7f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714432) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714432) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53548a858, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53548ac70 "\340\264H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8022 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8023 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8024 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8025 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53548b7b0 " \300H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8026 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8027 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8028 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8029 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8030 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8031 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8032 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8033 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8034 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8035 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8036 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8037 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53548c2f0 "`\313H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8038 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8039 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8040 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8041 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8042 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8043 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8044 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8045 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8046 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8047 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8048 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8049 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8050 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53548ce90 "\360\276I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8051 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8052 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8053 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8054 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8055 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53549b9e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8056 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53548d1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8057 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8058 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53548d488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8059 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53548d488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8060 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8061 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8062 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8063 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8064 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714431) at src/bin/rayon_demo2.rs:18 #8065 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53548d6d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8066 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714431) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8067 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714431) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8068 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53548d738, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8069 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8070 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8071 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8072 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8073 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8074 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8075 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8076 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8077 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8078 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53548dbb0 "\260\360H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8079 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8080 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8081 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8082 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8083 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53548eba0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8084 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53548dec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8085 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8086 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53548e1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8087 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53548e1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8088 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8089 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8090 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8091 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8092 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714430) at src/bin/rayon_demo2.rs:18 #8093 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53548e3f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8094 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714430) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8095 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714430) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8096 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53548e458, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8097 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8098 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8099 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8100 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8101 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53548e870 "\340\360H5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8114 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8115 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8116 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8117 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8118 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53548f410 "\020\tI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8119 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8120 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8121 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8122 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8123 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535490400) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8124 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53548f728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8125 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8126 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53548fa08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8127 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53548fa08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8128 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8129 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8130 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8131 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8132 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714429) at src/bin/rayon_demo2.rs:18 #8133 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53548fc58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8134 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714429) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8135 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714429) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8136 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53548fcb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8137 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8138 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8139 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8140 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8141 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354900d0 "@\tI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535490c70 "0RI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535494d20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535490f88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535491268) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535491268) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714428) at src/bin/rayon_demo2.rs:18 #8173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354914b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714428) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714428) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535491518, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8182 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8183 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8184 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8185 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8186 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535491990 "\220.I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8187 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8188 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8189 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8190 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8191 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535492980) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8192 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535491ca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8193 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8194 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535491f88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8195 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535491f88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8196 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8197 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8198 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8199 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8200 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714427) at src/bin/rayon_demo2.rs:18 #8201 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354921d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8202 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714427) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8203 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714427) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8204 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535492238, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8205 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8206 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8207 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8208 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8209 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8210 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8211 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8212 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8213 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535492650 "\300.I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8214 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8215 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8216 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8217 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8218 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8219 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8220 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8221 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8222 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8223 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8224 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8225 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8226 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354931f0 "\360FI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8227 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8228 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8229 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8230 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8231 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354941e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8232 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535493508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8233 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8234 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354937e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8235 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354937e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8236 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8237 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8238 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8239 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8240 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714426) at src/bin/rayon_demo2.rs:18 #8241 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535493a38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8242 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714426) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8243 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714426) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8244 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535493a98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8245 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8246 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8247 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8248 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8249 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8250 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8251 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8252 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8253 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535493eb0 " GI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8254 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8255 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8256 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8257 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8258 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8259 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8260 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8261 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8262 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8263 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8264 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8265 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354949f0 "`RI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8266 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8267 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8268 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8269 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8270 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8271 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8272 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8273 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8274 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8275 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8276 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8277 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8278 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535495590 "\260\263I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8279 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8280 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8281 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8282 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8283 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53549aea0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8284 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354958a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8285 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8286 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535495b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8287 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535495b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8288 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8289 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8290 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8291 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8292 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714425) at src/bin/rayon_demo2.rs:18 #8293 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535495dd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8294 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714425) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8295 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714425) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8296 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535495e38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8297 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8298 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8299 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8300 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8301 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8302 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8303 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8304 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8305 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8306 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354962b0 "\260wI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8307 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8308 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8309 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8310 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8311 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354972a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8312 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354965c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8313 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8314 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354968a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8315 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354968a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8316 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8317 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8318 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8319 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8320 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714424) at src/bin/rayon_demo2.rs:18 #8321 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535496af8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8322 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714424) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8323 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714424) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8324 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535496b58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8325 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8326 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8327 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8328 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8329 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8330 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8331 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8332 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8333 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535496f70 "\340wI5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8334 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8335 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8336 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8337 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8338 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8339 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8340 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8341 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8342 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8343 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8344 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8345 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8346 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535497b10 "\020\220I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8347 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8348 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8349 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8350 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8351 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535498b00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8352 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535497e28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8353 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8354 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535498108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8355 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535498108) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8356 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8357 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8358 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8359 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8360 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714423) at src/bin/rayon_demo2.rs:18 #8361 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535498358, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8362 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714423) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8363 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714423) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8364 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354983b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8365 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8366 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8367 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8368 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8369 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8370 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8371 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8372 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8373 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354987d0 "@\220I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8374 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8375 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8376 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8377 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8378 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8379 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8380 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8381 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535499370 "p\250I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53549a360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535499688) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535499968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535499968) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714421) at src/bin/rayon_demo2.rs:18 #8401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535499bb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714421) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714421) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535499c18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8410 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8411 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8412 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8413 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53549a030 "\240\250I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8414 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8415 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8416 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8417 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8418 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8419 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8420 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8421 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8422 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8423 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8424 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8425 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53549ab70 "\340\263I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8426 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8427 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8428 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8429 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8430 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8431 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8432 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8433 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8434 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8435 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8436 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8437 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53549b6b0 " \277I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8438 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8439 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8440 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8441 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8442 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8443 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8444 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8445 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8446 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8447 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8448 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8449 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8450 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53549c250 "P]K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8451 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8452 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8453 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8454 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8455 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b5840) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8456 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53549c568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8457 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8458 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53549c848) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8459 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53549c848) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8460 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8461 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8462 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8463 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8464 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714420) at src/bin/rayon_demo2.rs:18 #8465 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53549ca98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8466 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714420) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8467 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714420) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8468 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53549caf8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8469 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8470 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8471 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8472 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8473 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53549cf70 "p\344I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53549df60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53549d288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53549d568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53549d568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714419) at src/bin/rayon_demo2.rs:18 #8493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53549d7b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714419) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714419) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53549d818, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53549dc30 "\240\344I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8514 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8515 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8516 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8517 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8518 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53549e7d0 "\320\374I5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8519 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8520 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8521 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8522 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8523 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53549f7c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8524 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53549eae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8525 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8526 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53549edc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8527 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53549edc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8528 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8529 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8530 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8531 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8532 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714418) at src/bin/rayon_demo2.rs:18 #8533 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53549f018, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8534 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714418) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8535 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714418) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8536 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53549f078, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8537 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8538 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8539 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8540 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8541 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53549f490 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a0030 "\360EJ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354a40e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a0348) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a0628) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a0628) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714417) at src/bin/rayon_demo2.rs:18 #8573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a0878, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714417) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714417) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a08d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a0d50 "P\"J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354a1d40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a1068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a1348) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a1348) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714416) at src/bin/rayon_demo2.rs:18 #8601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a1598, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714416) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714416) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a15f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8610 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8611 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8612 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8613 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354a1a10 "\200\"J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8614 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8615 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8616 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8617 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8618 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8619 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8620 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8621 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8622 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8623 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8624 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8625 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8626 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a25b0 "\260:J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8627 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8628 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8629 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8630 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8631 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354a35a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8632 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a28c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8633 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8634 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a2ba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8635 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a2ba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8636 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8637 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8638 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8639 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8640 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714415) at src/bin/rayon_demo2.rs:18 #8641 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a2df8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8642 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714415) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8643 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714415) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8644 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a2e58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8645 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8646 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8647 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8648 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8649 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8650 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8651 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8652 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8653 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354a3270 "\340:J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8654 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8655 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8656 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8657 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8658 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8659 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8660 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8661 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8662 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8663 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8664 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8665 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354a3db0 " FJ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8666 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8667 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8668 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8669 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8670 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8671 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8672 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8673 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8674 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8675 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8676 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8677 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8678 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a4950 "пJ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8679 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8680 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8681 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8682 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8683 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354abac0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8684 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a4c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8685 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8686 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a4f48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8687 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a4f48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8688 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8689 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8690 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8691 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8692 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714414) at src/bin/rayon_demo2.rs:18 #8693 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a5198, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8694 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714414) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8695 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714414) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8696 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a51f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8697 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8698 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8699 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8700 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8701 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8702 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8703 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8704 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8705 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8706 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a5670 "pkJ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8707 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8708 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8709 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8710 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8711 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354a6660) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8712 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a5988) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8713 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8714 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a5c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8715 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a5c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8716 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8717 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8718 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8719 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8720 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714413) at src/bin/rayon_demo2.rs:18 #8721 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a5eb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8722 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714413) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8723 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714413) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8724 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a5f18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8725 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8726 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8727 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8728 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8729 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8730 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8731 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8732 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8733 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354a6330 "\240kJ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8734 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8735 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8736 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8737 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8738 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8739 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8740 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8741 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8742 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8743 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8744 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8745 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8746 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a6ed0 "ЃJ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8747 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8748 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8749 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8750 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8751 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354a7ec0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8752 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a71e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8753 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8754 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a74c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8755 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a74c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8756 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8757 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8758 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8759 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8760 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714412) at src/bin/rayon_demo2.rs:18 #8761 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a7718, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8762 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714412) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8763 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714412) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8764 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a7778, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8765 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8766 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8767 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8768 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8769 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8770 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8771 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8772 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8773 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354a7b90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8774 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8775 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8776 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8777 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8778 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8779 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8780 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8781 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a8730 "\220\264J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354aaf80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a8a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a8d28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a8d28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714411) at src/bin/rayon_demo2.rs:18 #8801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a8f78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714411) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714411) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a8fd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8810 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8811 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8812 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8813 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8814 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354a9450 "P\251J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8815 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8816 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8817 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8818 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8819 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354aa440) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8820 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354a9768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8821 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8822 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354a9a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8823 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354a9a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8824 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8825 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8826 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8827 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8828 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714410) at src/bin/rayon_demo2.rs:18 #8829 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354a9c98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8830 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714410) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8831 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714410) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8832 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354a9cf8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8833 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8834 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8835 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8836 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8837 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8838 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8839 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8840 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8841 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354aa110 "\200\251J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8842 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8843 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8844 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8845 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8846 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8847 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8848 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8849 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8850 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8851 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8852 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8853 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354aac50 "\300\264J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8854 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8855 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8856 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8857 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8858 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8859 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8860 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8861 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8862 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8863 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8864 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8865 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354ab790 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8866 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8867 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8868 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8869 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8870 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8871 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8872 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8873 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8874 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8875 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8876 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8877 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8878 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ac330 "\020RK5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8879 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8880 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8881 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8882 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8883 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b4d00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8884 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ac648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8885 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8886 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ac928) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8887 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ac928) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8888 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8889 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8890 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8891 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8892 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714409) at src/bin/rayon_demo2.rs:18 #8893 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354acb78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8894 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714409) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8895 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714409) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8896 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354acbd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8897 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8898 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8899 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8900 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8901 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8902 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8903 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8904 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8905 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8906 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ad050 "P\345J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8907 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8908 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8909 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8910 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8911 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ae040) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8912 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ad368) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8913 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8914 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ad648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8915 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ad648) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8916 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8917 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8918 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8919 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8920 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714408) at src/bin/rayon_demo2.rs:18 #8921 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ad898, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8922 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714408) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8923 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714408) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8924 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ad8f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8925 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8926 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8927 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8928 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8929 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8930 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8931 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8932 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8933 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354add10 "\200\345J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8934 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8935 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8936 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8937 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8938 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8939 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8940 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8941 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8942 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8943 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8944 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8945 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8946 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ae8b0 "\260\375J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8947 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8948 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8949 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8950 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8951 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354af8a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8952 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354aebc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8953 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8954 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354aeea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8955 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354aeea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8956 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8957 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8958 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8959 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #8960 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714407) at src/bin/rayon_demo2.rs:18 #8961 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354af0f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #8962 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714407) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #8963 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714407) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #8964 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354af158, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #8965 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #8966 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #8967 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #8968 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #8969 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #8970 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #8971 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #8972 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8973 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354af570 "\340\375J5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8974 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8975 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8976 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8977 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8978 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #8979 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #8980 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #8981 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #8982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #8983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #8984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #8985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #8986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b0110 "p.K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #8987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #8988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #8989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #8990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #8991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b2960) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #8992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354b0428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #8993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #8994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354b0708) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #8995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354b0708) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #8996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #8997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #8998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #8999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714406) at src/bin/rayon_demo2.rs:18 #9001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354b0958, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714406) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714406) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354b09b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9010 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9011 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9012 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9013 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9014 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b0e30 "0#K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9015 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9016 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9017 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9018 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9019 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b1e20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9020 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354b1148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9021 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9022 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354b1428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9023 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354b1428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9024 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9025 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9026 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9027 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9028 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714405) at src/bin/rayon_demo2.rs:18 #9029 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354b1678, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9030 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714405) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9031 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714405) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9032 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354b16d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9033 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9034 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9035 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9036 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9037 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9038 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9039 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9040 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9041 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b1af0 "`#K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9042 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9043 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9044 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9045 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9046 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9047 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9048 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9049 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9050 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9051 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9052 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9053 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b2630 "\240.K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9054 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9055 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9056 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9057 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9058 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9059 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9060 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9061 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9062 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9063 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9064 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9065 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9066 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b31d0 "\320FK5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9067 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9068 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9069 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9070 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9071 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b41c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9072 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354b34e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9073 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9074 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354b37c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9075 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354b37c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9076 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9077 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9078 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9079 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9080 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714400) at src/bin/rayon_demo2.rs:18 #9081 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354b3a18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9082 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714400) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9083 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714400) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9084 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354b3a78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9085 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9086 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9087 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9088 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9089 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9090 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9091 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9092 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9093 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b3e90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9094 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9095 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9096 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9097 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9098 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9099 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9100 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9101 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9102 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9103 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9104 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9105 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b49d0 "@RK5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9106 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9107 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9108 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9109 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9110 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9111 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9112 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9113 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9114 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9115 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9116 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9117 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b5510 "\200]K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9118 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9119 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9120 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9121 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9122 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9123 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9124 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9125 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9126 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9127 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9128 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9129 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9130 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b60b0 "\220uM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9131 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9132 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9133 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9134 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9135 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d7080) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9136 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354b63c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9137 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9138 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354b66a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9139 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354b66a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9140 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9141 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9142 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9143 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9144 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714399) at src/bin/rayon_demo2.rs:18 #9145 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354b68f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9146 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714399) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9147 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714399) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9148 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354b6958, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9149 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9150 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9151 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9152 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9153 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b6dd0 "ЂK5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b7dc0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354b70e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354b73c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354b73c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714398) at src/bin/rayon_demo2.rs:18 #9173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354b7618, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714398) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714398) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354b7678, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b7a90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9194 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9195 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9196 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9197 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9198 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b8630 "0\233K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9199 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9200 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9201 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9202 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9203 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354b9620) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9204 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354b8948) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9205 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9206 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354b8c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9207 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354b8c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9208 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9209 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9210 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9211 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9212 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714397) at src/bin/rayon_demo2.rs:18 #9213 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354b8e78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9214 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714397) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9215 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714397) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9216 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354b8ed8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9217 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9218 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9219 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9220 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9221 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9222 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9223 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9224 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9225 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354b92f0 "`\233K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9226 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9227 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9228 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9229 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9230 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9231 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9232 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9233 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9234 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9235 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9236 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9237 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9238 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354b9e90 "P\344K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9239 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9240 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9241 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9242 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9243 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354bdf40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9244 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ba1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9245 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9246 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ba488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9247 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ba488) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9248 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9249 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9250 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9251 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9252 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714396) at src/bin/rayon_demo2.rs:18 #9253 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ba6d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9254 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714396) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9255 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714396) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9256 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ba738, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9257 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9258 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9259 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9260 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9261 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9262 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9263 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9264 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9265 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9266 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354babb0 "\260\300K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9267 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9268 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9269 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9270 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9271 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354bbba0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9272 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354baec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9273 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9274 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354bb1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9275 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354bb1a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9276 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9277 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9278 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9279 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9280 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714395) at src/bin/rayon_demo2.rs:18 #9281 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354bb3f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9282 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714395) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9283 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714395) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9284 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354bb458, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9285 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9286 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9287 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9288 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9289 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9290 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9291 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9292 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9293 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354bb870 "\340\300K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9294 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9295 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9296 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9297 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9298 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9299 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9300 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9301 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9302 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9303 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9304 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9305 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9306 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354bc410 "\020\331K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9307 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9308 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9309 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9310 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9311 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354bd400) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9312 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354bc728) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9313 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9314 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354bca08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9315 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354bca08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9316 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9317 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9318 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9319 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9320 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714394) at src/bin/rayon_demo2.rs:18 #9321 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354bcc58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9322 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714394) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9323 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714394) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9324 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354bccb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9325 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9326 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9327 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9328 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9329 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9330 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9331 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9332 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9333 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354bd0d0 "@\331K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9334 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9335 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9336 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9337 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9338 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9339 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9340 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9341 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9342 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9343 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9344 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9345 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354bdc10 "\200\344K5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9346 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9347 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9348 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9349 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9350 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9351 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9352 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9353 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354be7b0 "0^L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c5920) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354beac8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354beda8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354beda8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714393) at src/bin/rayon_demo2.rs:18 #9373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354beff8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714393) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714393) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354bf058, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354bf4d0 "\320\tL5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c04c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354bf7e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354bfac8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354bfac8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714392) at src/bin/rayon_demo2.rs:18 #9401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354bfd18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714392) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714392) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354bfd78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9410 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9411 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9412 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9413 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c0190 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9414 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9415 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9416 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9417 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9418 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9419 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9420 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9421 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9422 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9423 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9424 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9425 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9426 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c0d30 "0\"L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9427 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9428 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9429 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9430 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9431 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c1d20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9432 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354c1048) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9433 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9434 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354c1328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9435 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354c1328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9436 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9437 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9438 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9439 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9440 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714391) at src/bin/rayon_demo2.rs:18 #9441 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354c1578, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9442 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714391) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9443 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714391) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9444 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354c15d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9445 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9446 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9447 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9448 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9449 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9450 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9451 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9452 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9453 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c19f0 "`\"L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9454 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9455 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9456 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9457 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9458 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9459 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9460 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9461 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9462 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9463 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9464 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9465 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9466 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c2590 "\360RL5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9467 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9468 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9469 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9470 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9471 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c4de0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9472 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354c28a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9473 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9474 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354c2b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9475 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354c2b88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9476 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9477 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9478 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9479 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9480 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714390) at src/bin/rayon_demo2.rs:18 #9481 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354c2dd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9482 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714390) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9483 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714390) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9484 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354c2e38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9485 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9486 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9487 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9488 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9489 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9490 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9491 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9492 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9493 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9494 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c32b0 "\260GL5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9495 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9496 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9497 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9498 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9499 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c42a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9500 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354c35c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9501 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9502 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354c38a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9503 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354c38a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9504 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9505 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9506 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9507 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9508 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714389) at src/bin/rayon_demo2.rs:18 #9509 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354c3af8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9510 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714389) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9511 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714389) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9512 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354c3b58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9513 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9514 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9515 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9516 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9517 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9518 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9519 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9520 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9521 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c3f70 "\340GL5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9522 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9523 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9524 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9525 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9526 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9527 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9528 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9529 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9530 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9531 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9532 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9533 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c4ab0 " SL5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9534 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9535 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9536 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9537 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9538 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9539 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9540 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9541 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c55f0 "`^L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c6190 "\360QM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d4ce0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354c64a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354c6788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354c6788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714388) at src/bin/rayon_demo2.rs:18 #9573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354c69d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714388) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714388) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354c6a38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c6eb0 "\260\203L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c7ea0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354c71c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354c74a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354c74a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714387) at src/bin/rayon_demo2.rs:18 #9601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354c76f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714387) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714387) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354c7758, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9610 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9611 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9612 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9613 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c7b70 "\340\203L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9614 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9615 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9616 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9617 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9618 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9619 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9620 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9621 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9622 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9623 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9624 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9625 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9626 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c8710 "\020\234L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9627 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9628 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9629 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9630 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9631 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354c9700) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9632 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354c8a28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9633 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9634 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354c8d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9635 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354c8d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9636 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9637 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9638 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9639 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9640 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714386) at src/bin/rayon_demo2.rs:18 #9641 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354c8f58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9642 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714386) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9643 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714386) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9644 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354c8fb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9645 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9646 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9647 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9648 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9649 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9650 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9651 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9652 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9653 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354c93d0 "@\234L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9654 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9655 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9656 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9657 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9658 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9659 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9660 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9661 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9662 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9663 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9664 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9665 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9666 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354c9f70 "0\345L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9667 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9668 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9669 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9670 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9671 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ce020) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9672 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ca288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9673 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9674 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ca568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9675 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ca568) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9676 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9677 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9678 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9679 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9680 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714385) at src/bin/rayon_demo2.rs:18 #9681 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ca7b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9682 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714385) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9683 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714385) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9684 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ca818, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9685 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9686 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9687 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9688 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9689 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9690 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9691 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9692 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9693 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9694 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354cac90 "\220\301L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9695 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9696 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9697 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9698 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9699 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354cbc80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9700 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354cafa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9701 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9702 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354cb288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9703 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354cb288) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9704 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9705 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9706 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9707 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9708 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714384) at src/bin/rayon_demo2.rs:18 #9709 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354cb4d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9710 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714384) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9711 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714384) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9712 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354cb538, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9713 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9714 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9715 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9716 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9717 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9718 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9719 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9720 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9721 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354cb950 "\300\301L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9722 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9723 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9724 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9725 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9726 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9727 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9728 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9729 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9730 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9731 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9732 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9733 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9734 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354cc4f0 "\360\331L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9735 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9736 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9737 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9738 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9739 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354cd4e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9740 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354cc808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9741 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9742 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ccae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9743 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ccae8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9744 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9745 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9746 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9747 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9748 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714383) at src/bin/rayon_demo2.rs:18 #9749 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ccd38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9750 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714383) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9751 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714383) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9752 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ccd98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9753 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9754 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9755 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9756 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9757 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9758 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9759 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9760 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9761 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354cd1b0 " \332L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9762 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9763 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9764 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9765 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9766 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9767 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9768 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9769 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9770 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9771 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9772 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9773 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354cdcf0 "`\345L5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9774 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9775 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9776 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9777 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9778 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9779 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9780 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9781 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ce890 "\260FM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d41a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ceba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354cee88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354cee88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714382) at src/bin/rayon_demo2.rs:18 #9801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354cf0d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714382) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714382) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354cf138, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9810 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9811 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9812 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9813 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9814 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354cf5b0 "\260\nM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9815 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9816 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9817 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9818 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9819 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d05a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9820 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354cf8c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9821 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9822 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354cfba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9823 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354cfba8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9824 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9825 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9826 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9827 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9828 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714381) at src/bin/rayon_demo2.rs:18 #9829 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354cfdf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9830 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714381) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9831 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714381) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9832 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354cfe58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9833 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9834 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9835 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9836 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9837 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9838 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9839 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9840 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9841 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d0270 "\340\nM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9842 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9843 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9844 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9845 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9846 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9847 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9848 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9849 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9850 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9851 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9852 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9853 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9854 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354d0e10 "\020#M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9855 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9856 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9857 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9858 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9859 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d1e00) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9860 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354d1128) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9861 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9862 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354d1408) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9863 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354d1408) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9864 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9865 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9866 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9867 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9868 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714380) at src/bin/rayon_demo2.rs:18 #9869 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354d1658, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9870 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714380) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9871 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714380) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9872 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354d16b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9873 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9874 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9875 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9876 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9877 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9878 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9879 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9880 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9881 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d1ad0 "@#M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9882 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9883 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9884 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9885 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9886 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9887 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9888 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9889 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9890 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9891 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9892 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9893 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9894 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354d2670 "p;M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9895 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9896 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9897 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9898 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9899 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d3660) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9900 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354d2988) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9901 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9902 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354d2c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9903 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354d2c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9904 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9905 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9906 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9907 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9908 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714378) at src/bin/rayon_demo2.rs:18 #9909 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354d2eb8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9910 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714378) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9911 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714378) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9912 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354d2f18, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9913 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9914 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9915 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9916 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9917 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9918 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9919 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9920 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9921 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d3330 "\240;M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9922 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9923 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9924 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9925 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9926 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9927 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9928 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9929 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9930 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9931 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9932 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9933 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d3e70 "\340FM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9934 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9935 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9936 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9937 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9938 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9939 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9940 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9941 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d49b0 " RM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #9955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #9956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #9957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354d5550 "PjM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354d6540) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #9964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354d5868) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #9965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #9966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354d5b48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #9967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354d5b48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #9968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #9969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #9970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #9971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #9972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714357) at src/bin/rayon_demo2.rs:18 #9973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354d5d98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #9974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714357) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #9975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714357) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #9976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354d5df8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #9977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #9978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #9979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #9980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #9981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #9982 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9983 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9984 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9985 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d6210 "\200jM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9986 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9987 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #9988 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #9989 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #9990 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #9991 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #9992 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #9993 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #9994 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #9995 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #9996 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #9997 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d6d50 "\300uM5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #9998 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #9999 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10000 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10001 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10002 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10003 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10004 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10005 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=86, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10006 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10007 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10008 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10009 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d7890 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10010 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10011 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10012 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10013 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10014 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10015 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10016 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10017 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=172, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10018 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10019 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10020 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10021 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10022 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354d8430 "\320[T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10023 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10024 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10025 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10026 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10027 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355456c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10028 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354d8748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10029 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10030 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354d8a28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10031 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354d8a28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10032 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10033 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10034 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10035 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10036 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714356) at src/bin/rayon_demo2.rs:18 #10037 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354d8c78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10038 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714356) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10039 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714356) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10040 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354d8cd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10041 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10042 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10043 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10044 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10045 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10046 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10047 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10048 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10049 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10050 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354d9150 "P\246M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10051 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10052 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10053 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10054 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10055 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354da140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10056 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354d9468) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10057 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10058 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354d9748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10059 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354d9748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10060 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10061 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10062 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10063 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10064 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714355) at src/bin/rayon_demo2.rs:18 #10065 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354d9998, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10066 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714355) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10067 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714355) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10068 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354d99f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10069 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10070 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10071 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10072 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10073 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10074 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10075 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10076 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10077 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354d9e10 "\200\246M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10078 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10079 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10080 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10081 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10082 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10083 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10084 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10085 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10086 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10087 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10088 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10089 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10090 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354da9b0 "\260\276M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10091 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10092 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10093 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10094 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10095 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354db9a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10096 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354dacc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10097 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10098 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354dafa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10099 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354dafa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10100 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10101 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10102 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10103 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10104 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714354) at src/bin/rayon_demo2.rs:18 #10105 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354db1f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10106 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714354) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10107 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714354) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10108 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354db258, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10109 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10110 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10111 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10112 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10113 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10114 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10115 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10116 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10117 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354db670 "\340\276M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10118 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10119 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10120 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10121 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10122 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10123 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10124 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10125 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10126 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10127 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10128 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10129 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10130 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354dc210 "\320\aN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10131 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10132 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10133 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10134 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10135 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354e02c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10136 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354dc528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10137 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10138 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354dc808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10139 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354dc808) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10140 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10141 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10142 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10143 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10144 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714353) at src/bin/rayon_demo2.rs:18 #10145 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354dca58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10146 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714353) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10147 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714353) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10148 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354dcab8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10149 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10150 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10151 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10152 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10153 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10154 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10155 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10156 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10157 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10158 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354dcf30 "0\344M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10159 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10160 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10161 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10162 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10163 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ddf20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10164 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354dd248) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10165 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10166 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354dd528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10167 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354dd528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10168 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10169 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10170 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10171 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10172 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714352) at src/bin/rayon_demo2.rs:18 #10173 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354dd778, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10174 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714352) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10175 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714352) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10176 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354dd7d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10177 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10178 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10179 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10180 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10181 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10182 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10183 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10184 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10185 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354ddbf0 "`\344M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10186 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10187 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10188 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10189 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10190 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10191 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10192 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10193 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10194 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10195 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10196 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10197 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10198 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354de790 "\220\374M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10199 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10200 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10201 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10202 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10203 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354df780) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10204 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354deaa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10205 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10206 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ded88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10207 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ded88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10208 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10209 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10210 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10211 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10212 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714351) at src/bin/rayon_demo2.rs:18 #10213 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354defd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10214 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714351) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10215 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714351) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10216 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354df038, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10217 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10218 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10219 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10220 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10221 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10222 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10223 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10224 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10225 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354df450 "\300\374M5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10226 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10227 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10228 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10229 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10230 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10231 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10232 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10233 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10234 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10235 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10236 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10237 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354dff90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10238 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10239 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10240 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10241 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10242 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10243 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10244 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10245 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10246 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10247 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10248 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10249 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10250 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e0b30 "\260\201N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10251 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10252 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10253 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10254 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10255 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354e7ca0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10256 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e0e48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10257 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10258 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e1128) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10259 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e1128) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10260 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10261 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10262 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10263 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10264 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714350) at src/bin/rayon_demo2.rs:18 #10265 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e1378, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10266 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714350) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10267 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714350) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10268 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e13d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10269 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10270 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10271 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10272 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10273 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10274 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10275 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10276 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10277 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10278 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e1850 "P-N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10279 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10280 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10281 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10282 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10283 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354e2840) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10284 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e1b68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10285 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10286 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e1e48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10287 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e1e48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10288 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10289 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10290 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10291 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10292 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714349) at src/bin/rayon_demo2.rs:18 #10293 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e2098, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10294 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714349) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10295 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714349) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10296 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e20f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10297 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10298 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10299 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10300 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10301 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10302 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10303 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10304 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10305 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354e2510 "\200-N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10306 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10307 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10308 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10309 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10310 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10311 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10312 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10313 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10314 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10315 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10316 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10317 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10318 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e30b0 "\260EN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10319 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10320 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10321 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10322 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10323 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354e40a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10324 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e33c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10325 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10326 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e36a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10327 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e36a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10328 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10329 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10330 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10331 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10332 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714348) at src/bin/rayon_demo2.rs:18 #10333 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e38f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10334 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714348) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10335 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714348) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10336 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e3958, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10337 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10338 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10339 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10340 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10341 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10342 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10343 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10344 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10345 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354e3d70 "\340EN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10346 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10347 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10348 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10349 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10350 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10351 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10352 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10353 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e4910 "pvN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354e7160) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e4c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e4f08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e4f08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714347) at src/bin/rayon_demo2.rs:18 #10373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e5158, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714347) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714347) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e51b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e5630 "0kN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354e6620) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e5948) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e5c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e5c28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714346) at src/bin/rayon_demo2.rs:18 #10401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e5e78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714346) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714346) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e5ed8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10410 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10411 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10412 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10413 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354e62f0 "`kN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10414 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10415 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10416 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10417 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10418 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10419 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10420 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10421 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10422 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10423 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10424 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10425 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354e6e30 "\240vN5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10426 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10427 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10428 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10429 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10430 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10431 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10432 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10433 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10434 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10435 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10436 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10437 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354e7970 "\340\201N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10438 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10439 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10440 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10441 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10442 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10443 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10444 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10445 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10446 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10447 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10448 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10449 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10450 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e8510 "puO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10451 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10452 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10453 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10454 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10455 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f7060) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10456 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e8828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10457 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10458 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e8b08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10459 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e8b08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10460 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10461 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10462 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10463 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10464 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714345) at src/bin/rayon_demo2.rs:18 #10465 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e8d58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10466 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714345) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10467 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714345) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10468 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e8db8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10469 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10470 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10471 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10472 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10473 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10474 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10475 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10476 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10477 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10478 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354e9230 "0\247N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10479 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10480 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10481 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10482 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10483 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ea220) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10484 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354e9548) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10485 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10486 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354e9828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10487 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354e9828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10488 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10489 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10490 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10491 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10492 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714344) at src/bin/rayon_demo2.rs:18 #10493 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354e9a78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10494 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714344) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10495 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714344) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10496 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354e9ad8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10497 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10498 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10499 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10500 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10501 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354e9ef0 "`\247N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10514 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10515 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10516 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10517 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10518 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354eaa90 "\220\277N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10519 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10520 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10521 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10522 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10523 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354eba80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10524 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354eada8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10525 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10526 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354eb088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10527 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354eb088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10528 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10529 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10530 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10531 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10532 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714343) at src/bin/rayon_demo2.rs:18 #10533 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354eb2d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10534 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714343) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10535 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714343) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10536 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354eb338, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10537 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10538 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10539 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10540 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10541 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10542 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10543 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10544 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10545 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354eb750 "\300\277N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10546 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10547 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10548 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10549 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10550 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10551 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10552 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10553 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ec2f0 "\260\bO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f03a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ec608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ec8e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ec8e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714342) at src/bin/rayon_demo2.rs:18 #10573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ecb38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714342) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714342) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ecb98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ed010 "\020\345N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ee000) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354ed328) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354ed608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354ed608) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714341) at src/bin/rayon_demo2.rs:18 #10601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ed858, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714341) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714341) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ed8b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10610 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10611 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10612 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10613 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354edcd0 "@\345N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10614 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10615 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10616 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10617 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10618 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10619 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10620 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10621 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10622 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10623 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10624 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10625 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10626 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354ee870 "p\375N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10627 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10628 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10629 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10630 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10631 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ef860) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10632 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354eeb88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10633 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10634 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354eee68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10635 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354eee68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10636 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10637 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10638 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10639 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10640 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714340) at src/bin/rayon_demo2.rs:18 #10641 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354ef0b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10642 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714340) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10643 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714340) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10644 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354ef118, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10645 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10646 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10647 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10648 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10649 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10650 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10651 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10652 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10653 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354ef530 "\240\375N5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10654 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10655 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10656 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10657 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10658 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10659 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10660 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10661 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10662 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10663 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10664 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10665 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f0070 "\340\bO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10666 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10667 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10668 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10669 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10670 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10671 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10672 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10673 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10674 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10675 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10676 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10677 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10678 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f0c10 "0jO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10679 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10680 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10681 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10682 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10683 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f6520) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10684 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354f0f28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10685 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10686 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354f1208) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10687 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354f1208) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10688 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10689 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10690 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10691 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10692 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714339) at src/bin/rayon_demo2.rs:18 #10693 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354f1458, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10694 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714339) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10695 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714339) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10696 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354f14b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10697 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10698 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10699 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10700 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10701 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10702 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10703 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10704 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10705 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10706 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f1930 "0.O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10707 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10708 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10709 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10710 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10711 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f2920) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10712 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354f1c48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10713 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10714 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354f1f28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10715 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354f1f28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10716 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10717 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10718 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10719 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10720 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714338) at src/bin/rayon_demo2.rs:18 #10721 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354f2178, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10722 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714338) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10723 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714338) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10724 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354f21d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10725 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10726 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10727 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10728 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10729 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10730 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10731 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10732 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10733 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f25f0 "`.O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10734 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10735 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10736 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10737 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10738 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10739 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10740 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10741 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10742 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10743 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10744 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10745 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10746 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f3190 "\220FO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10747 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10748 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10749 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10750 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10751 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f4180) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10752 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354f34a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10753 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10754 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354f3788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10755 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354f3788) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10756 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10757 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10758 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10759 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10760 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714337) at src/bin/rayon_demo2.rs:18 #10761 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354f39d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10762 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714337) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10763 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714337) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10764 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354f3a38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10765 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10766 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10767 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10768 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10769 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10770 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10771 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10772 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10773 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f3e50 "\300FO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10774 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10775 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10776 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10777 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10778 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10779 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10780 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10781 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f49f0 "\360^O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f59e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354f4d08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354f4fe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354f4fe8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714335) at src/bin/rayon_demo2.rs:18 #10801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354f5238, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714335) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714335) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354f5298, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10810 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10811 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10812 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10813 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f56b0 " _O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10814 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10815 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10816 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10817 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10818 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10819 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10820 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10821 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f61f0 "`jO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10834 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10835 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10836 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10837 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f6d30 "\240uO5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10838 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10839 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10840 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10841 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10842 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10843 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10844 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10845 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10846 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10847 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10848 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10849 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10850 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f78d0 "\320\023Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10851 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10852 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10853 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10854 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10855 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535510ec0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10856 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354f7be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10857 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10858 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354f7ec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10859 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354f7ec8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10860 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10861 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10862 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10863 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10864 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714334) at src/bin/rayon_demo2.rs:18 #10865 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354f8118, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10866 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714334) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10867 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714334) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10868 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354f8178, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10869 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10870 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10871 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10872 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10873 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10874 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10875 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10876 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10877 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10878 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f85f0 "\360\232O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10879 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10880 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10881 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10882 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10883 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354f95e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10884 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354f8908) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10885 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10886 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354f8be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10887 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354f8be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10888 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10889 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10890 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10891 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10892 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714333) at src/bin/rayon_demo2.rs:18 #10893 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354f8e38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10894 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714333) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10895 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714333) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10896 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354f8e98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10897 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10898 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10899 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10900 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10901 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10902 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10903 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10904 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10905 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354f92b0 " \233O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10906 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10907 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10908 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10909 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10910 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10911 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10912 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10913 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10914 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10915 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10916 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10917 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10918 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354f9e50 "P\263O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10919 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10920 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10921 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10922 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10923 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354fae40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10924 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354fa168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10925 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10926 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354fa448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10927 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354fa448) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10928 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10929 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10930 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10931 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10932 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714332) at src/bin/rayon_demo2.rs:18 #10933 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354fa698, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10934 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714332) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10935 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714332) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10936 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354fa6f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10937 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10938 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10939 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10940 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10941 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #10943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #10944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354fab10 "\200\263O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #10951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #10952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #10953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #10954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354fb6b0 "p\374O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354ff760) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354fb9c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354fbca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354fbca8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #10972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714331) at src/bin/rayon_demo2.rs:18 #10973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354fbef8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #10974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714331) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #10975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714331) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #10976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354fbf58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #10977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #10978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #10979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #10980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #10981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #10982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #10983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #10984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #10985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #10986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354fc3d0 "\320\330O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #10987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #10988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #10989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #10990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #10991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354fd3c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #10992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354fc6e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #10993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #10994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354fc9c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #10995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354fc9c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #10996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #10997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #10998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #10999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714330) at src/bin/rayon_demo2.rs:18 #11001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354fcc18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714330) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714330) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354fcc78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354fd090 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11022 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11023 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11024 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11025 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11026 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354fdc30 "0\361O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11027 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11028 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11029 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11030 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11031 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5354fec20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11032 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5354fdf48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11033 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11034 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5354fe228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11035 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5354fe228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11036 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11037 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11038 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11039 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11040 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714329) at src/bin/rayon_demo2.rs:18 #11041 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5354fe478, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11042 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714329) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11043 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714329) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11044 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5354fe4d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11045 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11046 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11047 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11048 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11049 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11050 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11051 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11052 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11053 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354fe8f0 "`\361O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11054 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11055 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11056 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11057 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11058 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11059 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11060 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11061 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11062 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11063 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11064 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11065 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5354ff430 "\240\374O5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11066 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11067 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11068 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11069 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11070 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11071 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11072 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11073 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11074 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11075 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11076 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11077 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11078 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5354fffd0 "PvP5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11079 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11080 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11081 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11082 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11083 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535507140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11084 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355002e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11085 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11086 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355005c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11087 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355005c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11088 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11089 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11090 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11091 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11092 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714328) at src/bin/rayon_demo2.rs:18 #11093 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535500818, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11094 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714328) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11095 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714328) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11096 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535500878, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11097 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11098 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11099 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11100 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11101 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11102 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11103 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11104 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11105 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11106 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535500cf0 "\360!P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11107 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11108 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11109 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11110 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11111 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535501ce0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11112 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535501008) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11113 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11114 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355012e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11115 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355012e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11116 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11117 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11118 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11119 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11120 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714327) at src/bin/rayon_demo2.rs:18 #11121 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535501538, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11122 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714327) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11123 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714327) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11124 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535501598, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11125 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11126 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11127 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11128 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11129 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11130 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11131 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11132 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11133 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355019b0 " \"P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11134 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11135 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11136 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11137 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11138 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11139 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11140 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11141 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11142 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11143 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11144 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11145 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11146 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535502550 "P:P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11147 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11148 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11149 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11150 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11151 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535503540) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11152 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535502868) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11153 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11154 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535502b48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11155 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535502b48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11156 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11157 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11158 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11159 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11160 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714326) at src/bin/rayon_demo2.rs:18 #11161 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535502d98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11162 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714326) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11163 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714326) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11164 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535502df8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11165 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11166 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11167 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11168 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11169 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11170 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11171 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11172 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11173 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535503210 "\200:P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11174 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11175 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11176 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11177 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11178 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11179 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11180 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11181 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11182 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11183 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11184 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11185 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11186 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535503db0 "\020kP5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11187 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11188 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11189 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11190 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11191 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535506600) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11192 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355040c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11193 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11194 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355043a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11195 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355043a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11196 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11197 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11198 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11199 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11200 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714325) at src/bin/rayon_demo2.rs:18 #11201 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355045f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11202 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714325) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11203 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714325) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11204 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535504658, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11205 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11206 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11207 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11208 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11209 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11210 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11211 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11212 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11213 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11214 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535504ad0 "\320_P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11215 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11216 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11217 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11218 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11219 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535505ac0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11220 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535504de8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11221 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11222 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355050c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11223 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355050c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11224 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11225 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11226 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11227 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11228 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714324) at src/bin/rayon_demo2.rs:18 #11229 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535505318, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11230 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714324) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11231 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714324) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11232 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535505378, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11233 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11234 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11235 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11236 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11237 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11238 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11239 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11240 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11241 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535505790 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11242 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11243 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11244 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11245 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11246 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11247 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11248 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11249 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11250 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11251 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11252 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11253 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355062d0 "@kP5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11254 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11255 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11256 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11257 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11258 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11259 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11260 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11261 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11262 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11263 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11264 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11265 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535506e10 "\200vP5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11266 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11267 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11268 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11269 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11270 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11271 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11272 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11273 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11274 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11275 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11276 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11277 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11278 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355079b0 "\220\bQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11279 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11280 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11281 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11282 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11283 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535510380) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11284 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535507cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11285 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11286 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535507fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11287 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535507fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11288 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11289 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11290 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11291 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11292 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714323) at src/bin/rayon_demo2.rs:18 #11293 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355081f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11294 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714323) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11295 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714323) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11296 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535508258, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11297 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11298 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11299 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11300 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11301 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11302 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11303 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11304 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11305 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11306 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355086d0 "ЛP5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11307 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11308 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11309 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11310 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11311 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355096c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11312 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355089e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11313 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11314 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535508cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11315 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535508cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11316 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11317 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11318 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11319 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11320 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714322) at src/bin/rayon_demo2.rs:18 #11321 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535508f18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11322 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714322) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11323 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714322) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11324 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535508f78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11325 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11326 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11327 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11328 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11329 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11330 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11331 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11332 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11333 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535509390 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11334 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11335 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11336 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11337 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11338 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11339 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11340 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11341 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11342 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11343 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11344 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11345 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11346 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535509f30 "0\264P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11347 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11348 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11349 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11350 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11351 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53550af20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11352 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53550a248) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11353 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11354 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53550a528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11355 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53550a528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11356 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11357 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11358 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11359 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11360 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714321) at src/bin/rayon_demo2.rs:18 #11361 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53550a778, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11362 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714321) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11363 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714321) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11364 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53550a7d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11365 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11366 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11367 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11368 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11369 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11370 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11371 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11372 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11373 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53550abf0 "`\264P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11374 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11375 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11376 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11377 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11378 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11379 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11380 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11381 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53550b790 "\360\344P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53550dfe0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53550baa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53550bd88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53550bd88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714320) at src/bin/rayon_demo2.rs:18 #11401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53550bfd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714320) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714320) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53550c038, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11410 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11411 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11412 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11413 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11414 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53550c4b0 "\260\331P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11415 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11416 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11417 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11418 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11419 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53550d4a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11420 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53550c7c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11421 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11422 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53550caa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11423 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53550caa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11424 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11425 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11426 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11427 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11428 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714319) at src/bin/rayon_demo2.rs:18 #11429 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53550ccf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11430 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714319) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11431 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714319) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11432 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53550cd58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11433 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11434 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11435 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11436 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11437 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11438 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11439 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11440 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11441 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53550d170 "\340\331P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11442 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11443 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11444 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11445 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11446 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11447 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11448 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11449 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11450 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11451 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11452 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11453 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53550dcb0 " \345P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11454 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11455 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11456 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11457 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11458 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11459 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11460 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11461 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11462 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11463 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11464 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11465 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11466 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53550e850 "P\375P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11467 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11468 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11469 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11470 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11471 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53550f840) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11472 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53550eb68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11473 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11474 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53550ee48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11475 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53550ee48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11476 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11477 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11478 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11479 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11480 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714314) at src/bin/rayon_demo2.rs:18 #11481 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53550f098, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11482 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714314) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11483 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714314) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11484 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53550f0f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11485 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11486 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11487 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11488 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11489 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11490 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11491 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11492 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11493 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53550f510 "\200\375P5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11494 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11495 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11496 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11497 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11498 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11499 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11500 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11501 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11502 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11503 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11504 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11505 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535510050 "\300\bQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11506 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11507 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11508 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11509 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11510 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11511 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11512 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11513 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11514 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11515 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11516 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11517 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535510b90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11518 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11519 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11520 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11521 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11522 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11523 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11524 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11525 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11526 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11527 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11528 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11529 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11530 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535511730 "08T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11531 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11532 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11533 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11534 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11535 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535543320) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11536 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535511a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11537 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11538 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535511d28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11539 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535511d28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11540 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11541 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11542 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11543 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11544 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714313) at src/bin/rayon_demo2.rs:18 #11545 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535511f78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11546 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714313) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11547 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714313) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11548 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535511fd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11549 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11550 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11551 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11552 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11553 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11554 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11555 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11556 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11557 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11558 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535512450 "P9Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11559 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11560 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11561 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11562 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11563 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535513440) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11564 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535512768) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11565 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11566 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535512a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11567 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535512a48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11568 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11569 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11570 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11571 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11572 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714312) at src/bin/rayon_demo2.rs:18 #11573 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535512c98, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11574 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714312) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11575 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714312) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11576 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535512cf8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11577 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11578 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11579 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11580 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11581 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11582 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11583 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11584 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11585 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535513110 "\200\071Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11586 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11587 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11588 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11589 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11590 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11591 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11592 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11593 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11594 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11595 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11596 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11597 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11598 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535513cb0 "\260QQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11599 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11600 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11601 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11602 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11603 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535514ca0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11604 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535513fc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11605 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11606 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355142a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11607 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355142a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11608 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11609 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11610 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11611 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11612 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714311) at src/bin/rayon_demo2.rs:18 #11613 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355144f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11614 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714311) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11615 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714311) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11616 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535514558, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11617 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11618 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11619 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11620 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11621 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11622 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11623 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11624 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11625 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535514970 "\340QQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11626 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11627 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11628 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11629 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11630 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11631 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11632 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11633 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11634 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11635 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11636 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11637 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11638 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535515510 "КQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11639 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11640 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11641 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11642 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11643 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355195c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11644 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535515828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11645 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11646 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535515b08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11647 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535515b08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11648 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11649 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11650 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11651 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11652 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714310) at src/bin/rayon_demo2.rs:18 #11653 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535515d58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11654 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714310) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11655 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714310) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11656 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535515db8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11657 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11658 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11659 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11660 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11661 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11662 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11663 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11664 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11665 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11666 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535516230 "0wQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11667 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11668 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11669 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11670 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11671 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535517220) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11672 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535516548) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11673 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11674 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535516828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11675 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535516828) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11676 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11677 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11678 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11679 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11680 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714309) at src/bin/rayon_demo2.rs:18 #11681 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535516a78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11682 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714309) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11683 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714309) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11684 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535516ad8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11685 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11686 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11687 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11688 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11689 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11690 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11691 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11692 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11693 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535516ef0 "`wQ5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11694 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11695 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11696 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11697 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11698 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11699 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11700 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11701 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11702 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11703 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11704 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11705 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11706 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535517a90 "\220\217Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11707 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11708 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11709 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11710 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11711 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535518a80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11712 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535517da8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11713 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11714 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535518088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11715 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535518088) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11716 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11717 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11718 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11719 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11720 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714308) at src/bin/rayon_demo2.rs:18 #11721 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355182d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11722 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714308) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11723 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714308) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11724 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535518338, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11725 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11726 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11727 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11728 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11729 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11730 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11731 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11732 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11733 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535518750 "\300\217Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11734 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11735 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11736 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11737 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11738 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11739 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11740 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11741 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11742 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11743 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11744 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11745 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535519290 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11746 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11747 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11748 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11749 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11750 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11751 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11752 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11753 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11754 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11755 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11756 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11757 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11758 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535519e30 "\260\024R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11759 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11760 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11761 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11762 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11763 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535520fa0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11764 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53551a148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11765 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11766 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53551a428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11767 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53551a428) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11768 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11769 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11770 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11771 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11772 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714307) at src/bin/rayon_demo2.rs:18 #11773 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53551a678, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11774 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714307) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11775 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714307) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11776 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53551a6d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11777 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11778 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11779 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11780 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11781 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53551ab50 "P\300Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53551bb40) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53551ae68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53551b148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53551b148) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714306) at src/bin/rayon_demo2.rs:18 #11801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53551b398, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714306) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714306) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53551b3f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11810 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11811 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11812 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11813 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53551b810 "\200\300Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11814 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11815 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11816 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11817 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11818 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11819 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11820 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11821 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11822 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11823 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11824 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11825 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11826 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53551c3b0 "\260\330Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11827 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11828 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11829 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11830 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11831 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53551d3a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11832 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53551c6c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11833 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11834 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53551c9a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11835 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53551c9a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11836 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11837 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11838 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11839 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11840 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714305) at src/bin/rayon_demo2.rs:18 #11841 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53551cbf8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11842 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714305) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11843 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714305) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11844 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53551cc58, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11845 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11846 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11847 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11848 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11849 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11850 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11851 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11852 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11853 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53551d070 "\340\330Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11854 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11855 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11856 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11857 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11858 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11859 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11860 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11861 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11862 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11863 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11864 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11865 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11866 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53551dc10 "p\tR5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11867 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11868 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11869 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11870 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11871 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535520460) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11872 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53551df28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11873 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11874 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53551e208) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11875 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53551e208) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11876 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11877 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11878 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11879 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11880 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714304) at src/bin/rayon_demo2.rs:18 #11881 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53551e458, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11882 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714304) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11883 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714304) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11884 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53551e4b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11885 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11886 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11887 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11888 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11889 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11890 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11891 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11892 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11893 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11894 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53551e930 "0\376Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11895 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11896 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11897 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11898 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11899 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53551f920) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11900 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53551ec48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11901 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11902 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53551ef28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11903 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53551ef28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11904 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11905 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11906 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11907 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11908 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714303) at src/bin/rayon_demo2.rs:18 #11909 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53551f178, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11910 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714303) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11911 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714303) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11912 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53551f1d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11913 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11914 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11915 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11916 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11917 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11918 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11919 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11920 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11921 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53551f5f0 "`\376Q5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11922 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11923 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11924 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11925 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11926 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11927 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11928 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11929 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11930 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11931 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11932 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11933 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535520130 "\240\tR5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11934 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11935 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11936 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11937 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11938 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11939 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11940 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11941 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11942 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #11943 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #11944 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11945 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535520c70 "\340\024R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11946 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11947 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11948 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11949 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11950 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #11951 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #11952 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #11953 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #11954 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11955 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11956 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11957 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11958 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535521810 "p\bS5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11959 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11960 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11961 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11962 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11963 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535530360) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11964 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535521b28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11965 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11966 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535521e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11967 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535521e08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11968 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11969 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11970 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11971 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #11972 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714302) at src/bin/rayon_demo2.rs:18 #11973 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535522058, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #11974 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714302) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #11975 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714302) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #11976 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5355220b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #11977 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #11978 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #11979 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #11980 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #11981 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #11982 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #11983 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #11984 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #11985 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #11986 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535522530 "0:R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #11987 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #11988 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #11989 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #11990 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #11991 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535523520) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #11992 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535522848) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #11993 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #11994 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535522b28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #11995 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535522b28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #11996 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #11997 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #11998 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #11999 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12000 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714301) at src/bin/rayon_demo2.rs:18 #12001 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535522d78, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12002 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714301) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12003 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714301) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12004 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535522dd8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12005 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12006 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12007 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12008 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12009 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12010 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12011 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12012 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12013 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355231f0 "`:R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12014 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12015 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12016 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12017 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12018 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12019 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12020 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12021 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12022 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12023 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12024 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12025 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12026 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535523d90 "\220RR5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12027 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12028 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12029 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12030 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12031 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535524d80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12032 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355240a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12033 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12034 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535524388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12035 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535524388) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12036 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12037 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12038 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12039 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12040 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714300) at src/bin/rayon_demo2.rs:18 #12041 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355245d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12042 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714300) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12043 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714300) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12044 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535524638, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12045 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12046 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12047 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12048 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12049 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12050 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12051 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12052 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12053 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535524a50 "\300RR5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12054 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12055 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12056 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12057 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12058 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12059 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12060 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12061 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12062 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12063 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12064 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12065 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12066 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355255f0 "\260\233R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12067 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12068 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12069 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12070 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12071 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355296a0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12072 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535525908) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12073 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12074 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535525be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12075 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535525be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12076 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12077 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12078 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12079 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12080 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714299) at src/bin/rayon_demo2.rs:18 #12081 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535525e38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12082 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714299) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12083 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714299) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12084 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535525e98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12085 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12086 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12087 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12088 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12089 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12090 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12091 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12092 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12093 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12094 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535526310 "\020xR5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12095 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12096 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12097 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12098 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12099 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535527300) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12100 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535526628) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12101 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12102 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535526908) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12103 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535526908) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12104 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12105 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12106 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12107 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12108 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714298) at src/bin/rayon_demo2.rs:18 #12109 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535526b58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12110 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714298) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12111 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714298) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12112 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535526bb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12113 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12114 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12115 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12116 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12117 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12118 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12119 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12120 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12121 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535526fd0 "@xR5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12122 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12123 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12124 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12125 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12126 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12127 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12128 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12129 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12130 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12131 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12132 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12133 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12134 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535527b70 "p\220R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12135 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12136 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12137 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12138 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12139 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535528b60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12140 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535527e88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12141 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12142 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535528168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12143 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535528168) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12144 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12145 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12146 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12147 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12148 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714297) at src/bin/rayon_demo2.rs:18 #12149 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355283b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12150 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714297) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12151 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714297) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12152 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535528418, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12153 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12154 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12155 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12156 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12157 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12158 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12159 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12160 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12161 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535528830 "\240\220R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12162 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12163 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12164 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12165 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12166 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12167 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12168 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12169 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12170 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12171 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12172 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12173 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535529370 "\340\233R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12174 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12175 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12176 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12177 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12178 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12179 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12180 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12181 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12182 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12183 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12184 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12185 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12186 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535529f10 "0\375R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12187 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12188 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12189 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12190 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12191 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53552f820) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12192 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53552a228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12193 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12194 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53552a508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12195 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53552a508) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12196 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12197 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12198 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12199 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12200 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714296) at src/bin/rayon_demo2.rs:18 #12201 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53552a758, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12202 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714296) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12203 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714296) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12204 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53552a7b8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12205 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12206 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12207 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12208 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12209 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12210 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12211 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12212 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12213 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12214 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53552ac30 "0\301R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12215 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12216 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12217 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12218 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12219 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53552bc20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12220 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53552af48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12221 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12222 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53552b228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12223 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53552b228) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12224 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12225 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12226 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12227 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12228 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714295) at src/bin/rayon_demo2.rs:18 #12229 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53552b478, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12230 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714295) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12231 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714295) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12232 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53552b4d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12233 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12234 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12235 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12236 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12237 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12238 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12239 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12240 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12241 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53552b8f0 "`\301R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12242 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12243 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12244 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12245 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12246 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12247 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12248 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12249 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12250 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12251 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12252 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12253 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12254 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53552c490 "\220\331R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12255 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12256 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12257 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12258 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12259 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53552d480) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12260 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53552c7a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12261 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12262 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53552ca88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12263 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53552ca88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12264 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12265 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12266 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12267 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12268 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714294) at src/bin/rayon_demo2.rs:18 #12269 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53552ccd8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12270 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714294) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12271 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714294) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12272 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53552cd38, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12273 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12274 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12275 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12276 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12277 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12278 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12279 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12280 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12281 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53552d150 "\300\331R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12282 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12283 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12284 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12285 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12286 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12287 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12288 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12289 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12290 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12291 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12292 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12293 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12294 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53552dcf0 "\360\361R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12295 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12296 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12297 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12298 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12299 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53552ece0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12300 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53552e008) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12301 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12302 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53552e2e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12303 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53552e2e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12304 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12305 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12306 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12307 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12308 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714292) at src/bin/rayon_demo2.rs:18 #12309 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53552e538, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12310 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714292) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12311 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714292) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12312 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53552e598, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12313 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12314 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12315 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12316 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12317 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12318 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12319 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12320 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12321 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53552e9b0 " \362R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12322 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12323 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12324 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12325 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12326 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12327 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12328 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12329 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12330 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12331 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12332 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12333 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53552f4f0 "`\375R5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12334 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12335 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12336 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12337 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12338 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12339 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12340 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12341 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12342 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12343 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12344 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12345 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535530030 "\240\bS5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12346 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12347 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12348 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12349 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12350 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12351 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12352 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12353 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12354 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12355 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12356 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12357 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12358 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535530bd0 "\360,T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12359 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12360 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12361 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12362 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12363 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355427e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12364 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535530ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12365 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12366 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355311c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12367 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355311c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12368 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12369 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12370 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12371 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12372 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714291) at src/bin/rayon_demo2.rs:18 #12373 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535531418, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12374 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714291) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12375 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714291) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12376 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535531478, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12377 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12378 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12379 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12380 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12381 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12382 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12383 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12384 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12385 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12386 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355318f0 "\360-S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12387 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12388 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12389 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12390 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12391 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355328e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12392 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535531c08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12393 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12394 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535531ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12395 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535531ee8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12396 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12397 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12398 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12399 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12400 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714290) at src/bin/rayon_demo2.rs:18 #12401 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535532138, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12402 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714290) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12403 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714290) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12404 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535532198, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12405 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12406 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12407 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12408 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12409 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12410 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12411 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12412 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12413 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355325b0 " .S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12414 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12415 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12416 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12417 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12418 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12419 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12420 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12421 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12422 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12423 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12424 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12425 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12426 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535533150 "PFS5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12427 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12428 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12429 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12430 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12431 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535534140) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12432 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535533468) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12433 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12434 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535533748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12435 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535533748) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12436 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12437 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12438 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12439 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12440 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714289) at src/bin/rayon_demo2.rs:18 #12441 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535533998, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12442 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714289) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12443 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714289) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12444 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5355339f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12445 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12446 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12447 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12448 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12449 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12450 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12451 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12452 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12453 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535533e10 "\200FS5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12454 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12455 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12456 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12457 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12458 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12459 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12460 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12461 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12462 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12463 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12464 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12465 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12466 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355349b0 "p\217S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12467 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12468 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12469 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12470 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12471 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535538a60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12472 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535534cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12473 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12474 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535534fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12475 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535534fa8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12476 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12477 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12478 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12479 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12480 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714288) at src/bin/rayon_demo2.rs:18 #12481 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355351f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12482 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714288) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12483 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714288) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12484 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535535258, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12485 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12486 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12487 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12488 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12489 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12490 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12491 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12492 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12493 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12494 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355356d0 "\320kS5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12495 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12496 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12497 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12498 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12499 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355366c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12500 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355359e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12501 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12502 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535535cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12503 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535535cc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12504 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12505 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12506 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12507 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12508 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714287) at src/bin/rayon_demo2.rs:18 #12509 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535535f18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12510 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714287) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12511 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714287) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12512 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535535f78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12513 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12514 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12515 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12516 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12517 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12518 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12519 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12520 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12521 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535536390 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12522 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12523 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12524 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12525 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12526 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12527 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12528 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12529 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12530 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12531 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12532 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12533 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12534 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535536f30 "0\204S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12535 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12536 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12537 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12538 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12539 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535537f20) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12540 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535537248) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12541 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12542 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535537528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12543 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535537528) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12544 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12545 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12546 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12547 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12548 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714286) at src/bin/rayon_demo2.rs:18 #12549 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535537778, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12550 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714286) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12551 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714286) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12552 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff5355377d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12553 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12554 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12555 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12556 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12557 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12558 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12559 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12560 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12561 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535537bf0 "`\204S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12562 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12563 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12564 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12565 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12566 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12567 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12568 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12569 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12570 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12571 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12572 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12573 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535538730 "\240\217S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12574 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12575 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12576 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12577 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12578 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12579 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12580 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12581 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=6, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12582 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12583 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12584 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12585 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12586 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355392d0 "P\tT5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12587 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12588 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12589 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12590 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12591 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535540440) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12592 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355395e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12593 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12594 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355398c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12595 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355398c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12596 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12597 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12598 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12599 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12600 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714285) at src/bin/rayon_demo2.rs:18 #12601 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535539b18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12602 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714285) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12603 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714285) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12604 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535539b78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12605 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12606 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12607 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12608 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12609 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12610 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12611 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12612 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12613 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12614 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535539ff0 "\360\264S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12615 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12616 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12617 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12618 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12619 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53553afe0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12620 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53553a308) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12621 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12622 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53553a5e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12623 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53553a5e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12624 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12625 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12626 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12627 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12628 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714284) at src/bin/rayon_demo2.rs:18 #12629 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53553a838, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12630 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714284) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12631 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714284) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12632 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53553a898, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12633 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12634 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12635 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12636 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12637 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12638 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12639 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12640 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12641 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53553acb0 " \265S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12642 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12643 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12644 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12645 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12646 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12647 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12648 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12649 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12650 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12651 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12652 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12653 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12654 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53553b850 "P\315S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12655 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12656 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12657 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12658 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12659 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53553c840) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12660 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53553bb68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12661 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12662 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53553be48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12663 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53553be48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12664 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12665 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12666 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12667 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12668 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714283) at src/bin/rayon_demo2.rs:18 #12669 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53553c098, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12670 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714283) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12671 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714283) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12672 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53553c0f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12673 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12674 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12675 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12676 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12677 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12678 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12679 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12680 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12681 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53553c510 "\200\315S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12682 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12683 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12684 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12685 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12686 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12687 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12688 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12689 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=3, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12690 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12691 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12692 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12693 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12694 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53553d0b0 "\020\376S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12695 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12696 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12697 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12698 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12699 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53553f900) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12700 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53553d3c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12701 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12702 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53553d6a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12703 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53553d6a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12704 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12705 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12706 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12707 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12708 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714282) at src/bin/rayon_demo2.rs:18 #12709 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53553d8f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12710 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714282) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12711 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714282) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12712 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53553d958, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12713 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12714 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12715 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12716 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12717 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12718 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12719 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12720 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12721 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12722 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53553ddd0 "\320\362S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12723 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12724 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12725 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12726 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12727 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53553edc0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12728 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53553e0e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12729 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12730 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53553e3c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12731 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53553e3c8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12732 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12733 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12734 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12735 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12736 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714281) at src/bin/rayon_demo2.rs:18 #12737 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53553e618, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12738 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714281) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12739 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714281) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12740 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53553e678, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12741 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12742 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12743 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12744 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12745 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12746 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12747 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12748 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12749 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53553ea90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12750 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12751 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12752 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12753 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12754 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12755 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12756 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12757 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12758 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12759 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12760 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12761 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53553f5d0 "@\376S5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12762 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12763 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12764 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12765 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12766 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12767 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12768 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12769 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12770 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12771 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12772 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12773 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535540110 "\200\tT5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12774 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12775 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12776 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12777 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12778 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12779 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12780 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12781 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12782 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12783 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12784 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12785 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12786 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535540cb0 "\260!T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12787 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12788 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12789 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12790 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12791 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535541ca0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12792 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535540fc8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12793 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12794 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff5355412a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12795 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff5355412a8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12796 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12797 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12798 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12799 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12800 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714271) at src/bin/rayon_demo2.rs:18 #12801 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355414f8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12802 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714271) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12803 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714271) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12804 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535541558, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12805 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12806 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12807 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12808 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12809 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12810 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12811 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12812 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12813 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535541970 "\340!T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12814 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12815 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12816 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12817 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12818 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12819 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12820 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12821 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12822 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12823 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12824 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12825 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355424b0 " -T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12826 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12827 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12828 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12829 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12830 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12831 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12832 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12833 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12834 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12835 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12836 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12837 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535542ff0 "`8T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12838 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12839 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12840 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12841 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12842 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12843 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12844 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12845 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=86, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12846 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12847 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12848 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12849 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12850 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535543b90 "\220PT5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12851 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12852 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12853 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12854 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12855 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535544b80) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12856 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535543ea8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12857 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12858 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535544188) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12859 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535544188) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12860 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12861 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12862 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12863 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12864 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25714186) at src/bin/rayon_demo2.rs:18 #12865 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355443d8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12866 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25714186) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12867 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25714186) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12868 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535544438, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12869 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12870 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12871 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12872 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12873 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=85, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12874 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12875 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12876 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12877 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535544850 "\300PT5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12878 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12879 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12880 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12881 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12882 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12883 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12884 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12885 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=171, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12886 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12887 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12888 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12889 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535545390 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12890 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12891 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12892 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12893 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12894 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12895 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12896 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12897 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=343, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12898 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12899 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12900 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12901 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535545ed0 "@gT5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12902 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12903 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12904 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12905 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12906 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12907 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12908 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12909 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=687, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12910 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12911 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12912 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12913 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12914 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535546a70 "p\177T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12915 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12916 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12917 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12918 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12919 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535547a60) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12920 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535546d88) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12921 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12922 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535547068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12923 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535547068) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12924 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12925 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12926 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12927 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12928 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25713500) at src/bin/rayon_demo2.rs:18 #12929 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff5355472b8, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12930 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25713500) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12931 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25713500) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12932 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535547318, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12933 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12934 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12935 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #12936 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #12937 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=686, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #12938 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12939 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12940 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12941 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535547730 "\240\177T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12942 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12943 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12944 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12945 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12946 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12947 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12948 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12949 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1373, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12950 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12951 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12952 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12953 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535548270 "\340\212T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12954 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12955 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12956 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12957 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12958 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12959 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12960 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12961 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2746, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12962 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #12963 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #12964 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12965 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535548db0 " \226T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12966 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12967 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12968 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12969 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12970 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #12971 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #12972 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #12973 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5493, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #12974 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #12975 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #12976 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #12977 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #12978 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff535549950 "P\256T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #12979 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #12980 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #12981 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #12982 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #12983 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53554a940) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #12984 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535549c68) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #12985 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #12986 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535549f48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #12987 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535549f48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #12988 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #12989 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #12990 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #12991 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #12992 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25708007) at src/bin/rayon_demo2.rs:18 #12993 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53554a198, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #12994 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25708007) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #12995 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25708007) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #12996 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53554a1f8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #12997 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #12998 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #12999 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #13000 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #13001 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5493, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #13002 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13003 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13004 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13005 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53554a610 "\200\256T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13006 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13007 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13008 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13009 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13010 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13011 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13012 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13013 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=10986, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13014 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13015 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13016 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13017 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53554b150 "\300\271T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13018 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13019 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13020 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13021 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13022 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13023 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13024 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13025 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=21972, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13026 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13027 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13028 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13029 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53554bc90 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13030 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13031 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13032 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13033 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13034 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13035 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13036 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13037 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43945, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13038 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #13039 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #13040 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #13041 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13042 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53554c830 "0\335T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13043 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13044 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13045 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13046 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13047 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff53554d820) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #13048 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53554cb48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #13049 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #13050 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53554ce28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #13051 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53554ce28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #13052 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #13053 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #13054 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #13055 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #13056 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25664062) at src/bin/rayon_demo2.rs:18 #13057 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53554d078, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #13058 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25664062) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #13059 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25664062) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #13060 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53554d0d8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #13061 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #13062 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #13063 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #13064 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #13065 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=43945, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #13066 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13067 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13068 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13069 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53554d4f0 "`\335T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13070 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13071 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13072 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13073 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13074 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13075 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13076 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13077 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=87890, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13078 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13079 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13080 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13081 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53554e030 "\240\350T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13082 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13083 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13084 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13085 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13086 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13087 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13088 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13089 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=175781, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13090 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13091 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13092 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13093 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff53554eb70 "\340\363T5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13094 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13095 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13096 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13097 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13098 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13099 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13100 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13101 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=351563, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13102 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #13103 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #13104 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #13105 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13106 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff53554f710 "\020\fU5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13107 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13108 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13109 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13110 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13111 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff535550700) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #13112 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff53554fa28) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #13113 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #13114 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff53554fd08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #13115 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff53554fd08) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #13116 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #13117 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #13118 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #13119 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #13120 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=25312500) at src/bin/rayon_demo2.rs:18 #13121 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff53554ff58, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #13122 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=25312500) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #13123 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=25312500) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #13124 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff53554ffb8, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #13125 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #13126 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #13127 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #13128 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #13129 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=351562, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #13130 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13131 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13132 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13133 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355503d0 "@\fU5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13134 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13135 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13136 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13137 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13138 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13139 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13140 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13141 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=703125, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13142 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13143 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13144 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13145 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535550f10 "\200\027U5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13146 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13147 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13148 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13149 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13150 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13151 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13152 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13153 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=1406250, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13154 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13155 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13156 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13157 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535551a50 "\300\"U5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13158 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13159 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13160 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13161 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13162 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13163 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13164 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13165 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2812500, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13166 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #13167 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #13168 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #13169 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13170 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355525f0 "\360:U5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13171 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13172 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13173 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13174 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13175 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355535e0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #13176 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535552908) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #13177 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #13178 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535552be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #13179 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535552be8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #13180 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #13181 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #13182 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #13183 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #13184 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=22500000) at src/bin/rayon_demo2.rs:18 #13185 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535552e38, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #13186 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=22500000) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #13187 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=22500000) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #13188 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535552e98, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #13189 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #13190 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #13191 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #13192 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #13193 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=2812500, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #13194 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13195 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13196 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13197 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff5355532b0 " ;U5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13198 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13199 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13200 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13201 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13202 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13203 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13204 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13205 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=5625000, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13206 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13207 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13208 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13209 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535553df0 "`FU5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13210 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13211 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13212 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13213 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13214 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13215 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13216 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13217 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=11250000, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13218 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13219 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13220 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13221 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535554930 "\240QU5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13222 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13223 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13224 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13225 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13226 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13227 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13228 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13229 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22500000, migrated=true, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13230 0x000055dc5670c4da in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:427 #13231 0x000055dc5671798f in rayon_core::join::join_context::call_b::{{closure}} (migrated=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:130 #13232 0x000055dc56712224 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #13233 0x000055dc5670dea2 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13234 0x000055dc56715f7e in std::panicking::try::do_call (data=0x7ff5355554d0 "\320iU5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13235 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13236 0x000055dc5671537e in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13237 0x000055dc5670e192 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13238 0x000055dc5670664f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13239 0x000055dc56710c32 in as rayon_core::job::Job>::execute (this=0x7ff5355564c0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #13240 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff5355557e8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #13241 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #13242 0x000055dc56717ede in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x7ff535555ac8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #13243 0x000055dc56717cc9 in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x7ff535555ac8) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #13244 0x000055dc56719b1a in rayon_core::registry::Registry::in_worker_cross (self=0x55dc587bce00, current_thread=0x7ff535558180, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:530 #13245 0x000055dc56719f12 in rayon_core::registry::Registry::in_worker (self=0x55dc587bce00, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:476 #13246 0x000055dc5670c965 in rayon_core::thread_pool::ThreadPool::install (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #13247 0x000055dc5670c8b5 in rayon_core::thread_pool::ThreadPool::scope (self=0x7ffcd1329170, op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #13248 0x000055dc56712db7 in rayon_demo2::main::{{closure}}::{{closure}} (out_i=0) at src/bin/rayon_demo2.rs:18 #13249 0x000055dc567129ae in core::ops::function::impls:: for &F>::call_mut (self=0x7ff535555d18, args=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:252 #13250 0x000055dc56706ef4 in core::iter::traits::iterator::Iterator::for_each::call::{{closure}} (item=0) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:652 #13251 0x000055dc56706e51 in core::iter::traits::iterator::Iterator::fold::ok::{{closure}} (acc=(), x=0) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1900 #13252 0x000055dc5670a7ed in core::iter::traits::iterator::Iterator::try_fold (self=0x7ff535555d78, init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1776 #13253 0x000055dc5670a4ba in core::iter::traits::iterator::Iterator::fold (self=..., init=(), f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:1903 #13254 0x000055dc5670a564 in core::iter::traits::iterator::Iterator::for_each (self=..., f=0x7ff535557770) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/iter/traits/iterator.rs:655 #13255 0x000055dc56713467 in as rayon::iter::plumbing::Folder>::consume_iter (self=..., iter=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:55 #13256 0x000055dc5670b289 in rayon::iter::plumbing::Producer::fold_with (self=..., folder=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:110 #13257 0x000055dc5670bb70 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=22500000, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:438 #13258 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13259 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13260 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13261 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535556190 "") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13262 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13263 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13264 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13265 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13266 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13267 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13268 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13269 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=45000000, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13270 0x000055dc5670c2fa in rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}} (context=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:418 #13271 0x000055dc5671778c in rayon_core::join::join_context::call_a::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:125 #13272 0x000055dc5670dd52 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13273 0x000055dc56715d2e in std::panicking::try::do_call (data=0x7ff535556cd0 "@uU5\365\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13274 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13275 0x000055dc567151fe in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13276 0x000055dc5670df32 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13277 0x000055dc5670622f in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13278 0x000055dc56716347 in rayon_core::join::join_context::{{closure}} (worker_thread=0x7ff535558180, injected=false) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:146 #13279 0x000055dc5671a47a in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13280 0x000055dc56715fe3 in rayon_core::join::join_context (oper_a=..., oper_b=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/join/mod.rs:133 #13281 0x000055dc5670ba94 in rayon::iter::plumbing::bridge_producer_consumer::helper (len=90000000, migrated=false, splitter=..., producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:416 #13282 0x000055dc5670b64a in rayon::iter::plumbing::bridge_producer_consumer (len=90000000, producer=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:397 #13283 0x000055dc5670b57b in as rayon::iter::plumbing::ProducerCallback>::callback (self=..., producer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:373 #13284 0x000055dc5670b46f in as rayon::iter::IndexedParallelIterator>::with_producer (self=..., callback=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/range.rs:111 #13285 0x000055dc5670c753 in rayon::iter::plumbing::bridge (par_iter=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/plumbing/mod.rs:357 #13286 0x000055dc5670b3a3 in as rayon::iter::ParallelIterator>::drive_unindexed (self=..., consumer=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/range.rs:87 #13287 0x000055dc5671354b in rayon::iter::for_each::for_each (pi=..., op=0x7ff535557770) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/for_each.rs:12 #13288 0x000055dc5670b1e3 in rayon::iter::ParallelIterator::for_each (self=..., op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-1.2.0/src/iter/mod.rs:354 #13289 0x000055dc56712e0e in rayon_demo2::main::{{closure}} () at src/bin/rayon_demo2.rs:17 #13290 0x000055dc5670d788 in rayon_core::scope::scope::{{closure}}::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/scope/mod.rs:295 #13291 0x000055dc5670dd1b in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13292 0x000055dc56715e6e in std::panicking::try::do_call (data=0x7ff5355578c0 "p\221\062\321\374\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13293 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13294 0x000055dc5671597a in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13295 0x000055dc5670e13d in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13296 0x000055dc567061b1 in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13297 0x000055dc5670d7ec in rayon_core::scope::ScopeBase::execute_job_closure (self=0x7ff535557a60, func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/scope/mod.rs:563 #13298 0x000055dc5670dbaf in rayon_core::scope::ScopeBase::complete (self=0x7ff535557a60, owner_thread=0x7ff535558180, func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/scope/mod.rs:538 #13299 0x000055dc5670d704 in rayon_core::scope::scope::{{closure}} (owner_thread=0x7ff535558180) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/scope/mod.rs:295 #13300 0x000055dc5671a16b in rayon_core::registry::in_worker (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:853 #13301 0x000055dc5670d5cd in rayon_core::scope::scope (op=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/scope/mod.rs:293 #13302 0x000055dc5670c90e in rayon_core::thread_pool::ThreadPool::scope::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:228 #13303 0x000055dc5670ca2d in rayon_core::thread_pool::ThreadPool::install::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/thread_pool/mod.rs:132 #13304 0x000055dc567190fd in rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}} (injected=true) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:501 #13305 0x000055dc567123c1 in as rayon_core::job::Job>::execute::call::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:113 #13306 0x000055dc5670dc53 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13307 0x000055dc56715d79 in std::panicking::try::do_call (data=0x7ff535557cc8 "p\221\062\321\374\177") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13308 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13309 0x000055dc56714c3b in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13310 0x000055dc5670e033 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13311 0x000055dc567064dd in rayon_core::unwind::halt_unwinding (func=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/unwind.rs:17 #13312 0x000055dc5670fe23 in as rayon_core::job::Job>::execute (this=0x7ffcd1328d90) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:119 #13313 0x000055dc56725c46 in rayon_core::job::JobRef::execute (self=0x7ff535557e48) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/job.rs:59 #13314 0x000055dc5671ea0d in rayon_core::registry::WorkerThread::execute (self=0x7ff535558180, job=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:735 #13315 0x000055dc5671e336 in rayon_core::registry::WorkerThread::wait_until_cold (self=0x7ff535558180, latch=0x55dc587bb7f0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:719 #13316 0x000055dc5671e11a in rayon_core::registry::WorkerThread::wait_until (self=0x7ff535558180, latch=0x55dc587bb7f0) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:693 #13317 0x000055dc5671f266 in rayon_core::registry::main_loop (worker=..., registry=..., index=1) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:813 #13318 0x000055dc5671be50 in rayon_core::registry::ThreadBuilder::run (self=...) at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:58 #13319 0x000055dc5671c491 in ::spawn::{{closure}} () at /home/vagrant/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rayon-core-1.6.0/src/registry.rs:103 #13320 0x000055dc56742410 in std::sys_common::backtrace::__rust_begin_short_backtrace (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/sys_common/backtrace.rs:129 #13321 0x000055dc56739b01 in std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/thread/mod.rs:475 #13322 0x000055dc56731ee3 in as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #13323 0x000055dc567250d3 in std::panicking::try::do_call (data=0x7ff535558940 "\300\272{X\334U") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #13324 0x000055dc56766577 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #13325 0x000055dc56724ca8 in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #13326 0x000055dc56732343 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #13327 0x000055dc567398e6 in std::thread::Builder::spawn_unchecked::{{closure}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/thread/mod.rs:474 #13328 0x000055dc5672c384 in core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:232 #13329 0x000055dc5675c70f in as core::ops::function::FnOnce>::call_once () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/boxed.rs:1015 #13330 0x000055dc56765ec0 in as core::ops::function::FnOnce>::call_once () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/boxed.rs:1015 #13331 std::sys_common::thread::start_thread () at src/libstd/sys_common/thread.rs:13 #13332 std::sys::unix::thread::Thread::new::thread_start () at src/libstd/sys/unix/thread.rs:80 #13333 0x00007ff535d6b6db in start_thread (arg=0x7ff535559700) at pthread_create.c:463 #13334 0x00007ff53587c88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95