The staggering() test in tests/e2e,rs is frequently fails spuriously. Because this test uses threads, the errors are returned as std::any::Any, so it's been tricky to figure out what is going wrong.
I think that the assert_cmd assertions are causing the crash.