#callstack #sampling #perf #windows #debugging

bin+lib blondie

从Windows进程收集CPU调用栈样本

15个版本

0.5.2 2024年5月2日
0.4.2 2024年3月24日
0.4.1 2023年2月10日
0.3.1 2022年5月8日
0.1.1 2022年5月7日

#68 in 性能分析

Download history 425/week @ 2024-05-03 192/week @ 2024-05-10 141/week @ 2024-05-17 129/week @ 2024-05-24 155/week @ 2024-05-31 165/week @ 2024-06-07 159/week @ 2024-06-14 285/week @ 2024-06-21 253/week @ 2024-06-28 312/week @ 2024-07-05 419/week @ 2024-07-12 515/week @ 2024-07-19 1003/week @ 2024-07-26 936/week @ 2024-08-02 1199/week @ 2024-08-09 915/week @ 2024-08-16

4,189 次每月下载
5 个 crate 中使用(通过 flamegraph

MIT OR Apache-2…

345KB
909

blondie

github crates.io docs.rs build status

从Windows进程收集CPU调用栈样本。

由于我们使用的 "SampledProfile" ETW事件来自一个 "内核事件提供程序"(PerfInfo),我们必须使用ETW "内核日志会话",这需要提升权限。因此,您必须以管理员身份运行 blondie 才能使其工作

可以使用 blondie 二进制文件生成每个调用栈的样本计数文本文件,或使用inferno生成火焰图。

可以使用 blondie_dtrace 二进制文件作为 cargo-flamegraph 中的 dtrace 替代品,通过DTRACE环境变量。

示例

./blondie.exe ./target/debug/some_binary_with_debuginfo.exe arg1 arg2 ; ./flamegraph.svg

cargo build --release --bin blondie_dtrace
$ENV:DTRACE = "current_dir/target/release/blondie_dtrace.exe" # Or set DTRACE="current_dir/target/release/blondie_dtrace.exe" in cmd.exe
cd some/other/project
cargo flamegraph ; ./flamegraph.svg

我编写这个是为了能够在Windows上使用https://github.com/flamegraph-rs 获取火焰图。

这是使用ETW(Windows事件跟踪) API收集CPU样本和DLL/EXE加载事件构建的,并使用DbgHelp 符号处理程序 API将ETW给出的虚拟地址转换为符号名称。

未来的工作?

示例输出

来自hello world rust程序的示例flamegraph

以下是blondie在dust上运行的一些示例输出

示例输出

    	dust`__chkstk+0x37
    	dust`std::sys::windows::fs::File::file_attr+0x11
    	dust`std::sys::windows::fs::stat+0x6E
    	dust`std::fs::metadata<ref$<std::path::Path> >+0x4C
    	dust`std::path::Path::metadata+0x1B
    	dust`dust::platform::get_metadata+0x47
    	dust`dust::node::build_node+0x10B
    	dust`dust::dir_walker::walk::closure$0+0x2AF
    	dust`rayon::iter::filter_map::impl$6::consume<enum$<core::result::Result<std::fs::DirEntry,std::io::error::Error> >,dust::node::Node,rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0>+0x96
    	dust`rayon::iter::par_bridge::impl$3::fold_with<std::fs::ReadDir,rayon::iter::filter_map::FilterMapFolder<rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x13F
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x664
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_b::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x96
    	dust`rayon_core::job::impl$4::execute::call::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x44
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::job::impl$4::execute<rayon_core::latch::SpinLatch,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0xE6
    	dust`rayon_core::job::JobRef::execute+0x12
    	dust`rayon_core::registry::WorkerThread::execute+0x1D
    	dust`rayon_core::registry::WorkerThread::wait_until_cold+0x1CF
    	dust`rayon_core::registry::WorkerThread::wait_until<rayon_core::latch::CountLatch>+0x5B
    	dust`rayon_core::registry::main_loop+0x364
    	dust`rayon_core::registry::ThreadBuilder::run+0x37
    	dust`rayon_core::registry::impl$2::spawn::closure$0+0x21
    	dust`std::sys_common::backtrace::__rust_begin_short_backtrace<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >+0x50
    	dust`std::thread::impl$0::spawn_unchecked_::closure$1::closure$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >+0x21
    	dust`core::panic::unwind_safe::impl$23::call_once<tuple$<>,std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > >+0x24
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > >,tuple$<> >+0x51
    	dust`core::str::converts::from_utf8_unchecked_mut+0x43
    	dust`std::panicking::try<tuple$<>,core::panic::unwind_safe::AssertUnwindSafe<std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > > >+0x8B
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > >,tuple$<> >+0x24
    	dust`std::thread::impl$0::spawn_unchecked_::closure$1<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >+0x1A4
    	dust`core::ops::function::FnOnce::call_once<std::thread::impl$0::spawn_unchecked_::closure_env$1<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >,tuple$<> >+0xE
    	dust`std::sys::windows::thread::impl$0::new::thread_start+0x4C
    	kernel32`BaseThreadInitThunk+0x14
    	ntdll`RtlUserThreadStart+0x21
    	1

    	dust`core::sync::atomic::atomic_compare_exchange_weak<usize>+0x126
    	dust`core::sync::atomic::AtomicUsize::compare_exchange_weak+0x63
    	dust`rayon::iter::par_bridge::impl$3::split<std::fs::ReadDir>+0x152
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x1D7
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xA4
    	dust`rayon::iter::par_bridge::impl$1::drive_unindexed<std::fs::ReadDir,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x1DF
    	dust`rayon::iter::filter_map::impl$2::drive_unindexed<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0,dust::node::Node,rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)> >+0xBB
    	dust`rayon::iter::fold::impl$2::drive_unindexed<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node),rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)> >+0x93
    	dust`rayon::iter::map::impl$2::drive_unindexed<rayon::iter::fold::Fold<rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()> >+0xAC
    	dust`rayon::iter::reduce::reduce<rayon::iter::map::Map<rayon::iter::fold::Fold<rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5B
    	dust`rayon::iter::ParallelIterator::reduce<rayon::iter::map::Map<rayon::iter::fold::Fold<rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>+0x30
    	dust`rayon::iter::extend::collect<rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0> >+0x6F
    	dust`rayon::iter::collect::impl$1::par_extend<dust::node::Node,rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0> >+0xCE
    	dust`rayon::iter::from_par_iter::collect_extended<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0> >+0x6A
    	dust`rayon::iter::from_par_iter::impl$0::from_par_iter<dust::node::Node,rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0> >+0x30
    	dust`rayon::iter::ParallelIterator::collect<rayon::iter::filter_map::FilterMap<rayon::iter::par_bridge::IterBridge<std::fs::ReadDir>,dust::dir_walker::walk::closure_env$0>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >+0x30
    	dust`dust::dir_walker::walk+0x16D
    	dust`dust::dir_walker::walk::closure$0+0x1B8
    	dust`rayon::iter::filter_map::impl$6::consume<enum$<core::result::Result<std::fs::DirEntry,std::io::error::Error> >,dust::node::Node,rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0>+0x96
    	dust`rayon::iter::par_bridge::impl$3::fold_with<std::fs::ReadDir,rayon::iter::filter_map::FilterMapFolder<rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x13F
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x6A2
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_a::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x98
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::join::join_context::call_a::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x1F3
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_b::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x96
    	dust`rayon_core::job::impl$4::execute::call::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x44
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::job::impl$4::execute<rayon_core::latch::SpinLatch,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0xE6
    	dust`rayon_core::job::JobRef::execute+0x12
    	dust`rayon_core::registry::WorkerThread::execute+0x1D
    	dust`rayon_core::registry::WorkerThread::wait_until_cold+0x1CF
    	dust`rayon_core::registry::WorkerThread::wait_until<rayon_core::latch::SpinLatch>+0x5B
    	dust`rayon_core::join::join_context::closure$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)+0x386
    	dust`rayon_core::registry::in_worker<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::+0xB4
    	dust`rayon_core::join::join_context<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::v+0x5B
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0x54E
    	dust`rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> >+0xC5
    	dust`rayon_core::join::join_context::call_b::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >+0x96
    	dust`rayon_core::job::impl$4::execute::call::closure$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >+0x44
    	dust`core::panic::unwind_safe::impl$23::call_once<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >+0x30
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x5E
    	dust`std::panicking::try::do_catch<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,rayon_core::registry::impl$6::in_worker_cold::closure$0::closure_env$0<rayon_core::join::join_context::closure_env$0<rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$0<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::collect::consumer::CollectConsumer<dust::node::Node>,dust::dir_walker::walk::closure_env$0> >,rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > > > >,tuple$<rayon::iter::collect::consumer::CollectResult<dust::node::Node>,rayon::iter::collect::consumer::CollectResult<dust::node::Node> > >+0xD3
    	dust`std::panicking::try<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > > >+0x92
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x30
    	dust`rayon_core::unwind::halt_unwinding<rayon_core::job::impl$4::execute::call::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0x4B
    	dust`rayon_core::job::impl$4::execute<rayon_core::latch::SpinLatch,rayon_core::join::join_context::call_b::closure_env$0<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,rayon::iter::plumbing::bridge_unindexed_producer_consumer::closure_env$1<rayon::iter::par_bridge::IterParallelProducer<std::fs::ReadDir>,rayon::iter::filter_map::FilterMapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> >),alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)()>,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>)>,alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(),alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> (*)(alloc::vec::Vec<dust::node::Node,alloc::alloc::Global>,dust::node::Node)>,dust::dir_walker::walk::closure_env$0> > >,alloc::collections::linked_list::LinkedList<alloc::vec::Vec<dust::node::Node,alloc::alloc::Global> > >+0xE6
    	dust`rayon_core::job::JobRef::execute+0x12
    	dust`rayon_core::registry::WorkerThread::execute+0x1D
    	dust`rayon_core::registry::WorkerThread::wait_until_cold+0x1CF
    	dust`rayon_core::registry::WorkerThread::wait_until<rayon_core::latch::CountLatch>+0x5B
    	dust`rayon_core::registry::main_loop+0x364
    	dust`rayon_core::registry::ThreadBuilder::run+0x37
    	dust`rayon_core::registry::impl$2::spawn::closure$0+0x21
    	dust`std::sys_common::backtrace::__rust_begin_short_backtrace<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >+0x50
    	dust`std::thread::impl$0::spawn_unchecked_::closure$1::closure$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >+0x21
    	dust`core::panic::unwind_safe::impl$23::call_once<tuple$<>,std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > >+0x24
    	dust`std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > >,tuple$<> >+0x51
    	dust`core::str::converts::from_utf8_unchecked_mut+0x43
    	dust`std::panicking::try<tuple$<>,core::panic::unwind_safe::AssertUnwindSafe<std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > > >+0x8B
    	dust`std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<std::thread::impl$0::spawn_unchecked_::closure$1::closure_env$0<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> > >,tuple$<> >+0x24
    	dust`std::thread::impl$0::spawn_unchecked_::closure$1<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >+0x1A4
    	dust`core::ops::function::FnOnce::call_once<std::thread::impl$0::spawn_unchecked_::closure_env$1<rayon_core::registry::impl$2::spawn::closure_env$0,tuple$<> >,tuple$<> >+0xE
    	dust`std::sys::windows::thread::impl$0::new::thread_start+0x4C
    	kernel32`BaseThreadInitThunk+0x14
    	ntdll`RtlUserThreadStart+0x21
    	1

名称

这是对一个名为blondie的乐队的歌曲的引用 这首歌。关于"Call Me"和调用栈的内容。看,我不知道,一个朋友建议的,我就这么做了。

依赖项

~146MB
~2.5M SLoC