[INFO] cloning repository https://github.com/byebyebryan/powered-descent-lab
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/byebyebryan/powered-descent-lab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyebyebryan%2Fpowered-descent-lab", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyebyebryan%2Fpowered-descent-lab'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1184d004e69d43e5d1494f5c009c205791913797
[INFO] testing byebyebryan/powered-descent-lab against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyebyebryan%2Fpowered-descent-lab" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/byebyebryan/powered-descent-lab
[INFO] finished tweaking git repo https://github.com/byebyebryan/powered-descent-lab
[INFO] tweaked toml for git repo https://github.com/byebyebryan/powered-descent-lab written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/byebyebryan/powered-descent-lab on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/byebyebryan/powered-descent-lab already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.6.1
[INFO] [stderr]   Downloaded clap_derive v4.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2bd17c3b8ebff3b6ccde4858c64d6eb5d9312ce7cf7a6459c14b69548d2d368c
[INFO] running `Command { std: "docker" "start" "-a" "2bd17c3b8ebff3b6ccde4858c64d6eb5d9312ce7cf7a6459c14b69548d2d368c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2bd17c3b8ebff3b6ccde4858c64d6eb5d9312ce7cf7a6459c14b69548d2d368c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bd17c3b8ebff3b6ccde4858c64d6eb5d9312ce7cf7a6459c14b69548d2d368c", kill_on_drop: false }`
[INFO] [stdout] 2bd17c3b8ebff3b6ccde4858c64d6eb5d9312ce7cf7a6459c14b69548d2d368c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a57fe217700356b5dcc531cfca4d94790e7d6cd195d5f8cfdfff7f3bdd0918e4
[INFO] running `Command { std: "docker" "start" "-a" "a57fe217700356b5dcc531cfca4d94790e7d6cd195d5f8cfdfff7f3bdd0918e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling pd-core v0.1.0 (/opt/rustwide/workdir/pd-core)
[INFO] [stderr]    Compiling pd-control v0.1.0 (/opt/rustwide/workdir/pd-control)
[INFO] [stderr]    Compiling pd-report v0.1.0 (/opt/rustwide/workdir/pd-report)
[INFO] [stderr]    Compiling pd-eval v0.1.0 (/opt/rustwide/workdir/pd-eval)
[INFO] [stderr]    Compiling pd-cli v0.1.0 (/opt/rustwide/workdir/pd-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.13s
[INFO] running `Command { std: "docker" "inspect" "a57fe217700356b5dcc531cfca4d94790e7d6cd195d5f8cfdfff7f3bdd0918e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a57fe217700356b5dcc531cfca4d94790e7d6cd195d5f8cfdfff7f3bdd0918e4", kill_on_drop: false }`
[INFO] [stdout] a57fe217700356b5dcc531cfca4d94790e7d6cd195d5f8cfdfff7f3bdd0918e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2ce83db9af6b5813c197c67163a848d3c49ec7353a29a6e658844225421bb9d
[INFO] running `Command { std: "docker" "start" "-a" "f2ce83db9af6b5813c197c67163a848d3c49ec7353a29a6e658844225421bb9d", kill_on_drop: false }`
[INFO] [stderr]    Compiling pd-core v0.1.0 (/opt/rustwide/workdir/pd-core)
[INFO] [stderr]    Compiling pd-control v0.1.0 (/opt/rustwide/workdir/pd-control)
[INFO] [stderr]    Compiling pd-report v0.1.0 (/opt/rustwide/workdir/pd-report)
[INFO] [stderr]    Compiling pd-cli v0.1.0 (/opt/rustwide/workdir/pd-cli)
[INFO] [stderr]    Compiling pd-eval v0.1.0 (/opt/rustwide/workdir/pd-eval)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.40s
[INFO] running `Command { std: "docker" "inspect" "f2ce83db9af6b5813c197c67163a848d3c49ec7353a29a6e658844225421bb9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2ce83db9af6b5813c197c67163a848d3c49ec7353a29a6e658844225421bb9d", kill_on_drop: false }`
[INFO] [stdout] f2ce83db9af6b5813c197c67163a848d3c49ec7353a29a6e658844225421bb9d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d4209da456b7ba5675d008f1ad846b556bcbff3d8176d9ff171e29c80132ccf6
[INFO] running `Command { std: "docker" "start" "-a" "d4209da456b7ba5675d008f1ad846b556bcbff3d8176d9ff171e29c80132ccf6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pd_cli-8516541603be7f1c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pd_control-faaa85cab2c69ce3)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test terminal_pdg::tests::long_capture_only_activates_for_high_urgent_over_authority_candidate ... ok
[INFO] [stdout] test terminal_pdg::tests::long_capture_prefers_added_lower_ratio_candidate ... ok
[INFO] [stdout] test terminal_pdg::tests::urgent_lateral_latest_safe_prefers_shorter_candidate ... ok
[INFO] [stdout] test tests::baseline_controller_emits_phase_markers_when_phase_changes ... ok
[INFO] [stdout] test tests::baseline_controller_emits_bounded_commands ... ok
[INFO] [stdout] test tests::staged_controller_emits_gate_markers ... ok
[INFO] [stdout] test tests::terminal_pdg_centered_latest_safe_settle_reports_applied_targets ... ok
[INFO] [stdout] test tests::terminal_pdg_controller_emits_guidance_metrics_and_gate_markers ... ok
[INFO] [stdout] test tests::terminal_pdg_preserves_more_altitude_when_lateral_cleanup_is_behind ... ok
[INFO] [stdout] test tests::terminal_pdg_preserves_altitude_when_projected_touchdown_is_outside_safe_center ... ok
[INFO] [stdout] test tests::terminal_pdg_touchdown_rescue_builds_small_inside_pad_vx_reserve ... ok
[INFO] [stdout] test tests::terminal_pdg_settles_near_pad_edge_when_lateral_stop_stays_inside_pad ... ok
[INFO] [stdout] test tests::terminal_pdg_touchdown_rescue_does_not_late_recenter_on_pad_with_safe_vx ... ok
[INFO] [stdout] test tests::terminal_pdg_settled_descent_does_not_depend_on_sim_timeout ... ok
[INFO] [stdout] test tests::terminal_pdg_touchdown_rescue_scales_lateral_braking_tilt ... ok
[INFO] [stdout] test tests::terminal_pdg_touchdown_rescue_keeps_small_latest_safe_tilt_on_pad ... ok
[INFO] [stdout] test tests::baseline_controller_lands_flat_fixture ... ok
[INFO] [stdout] test tests::staged_controller_lands_flat_fixture ... ok
[INFO] [stdout] test tests::terminal_pdg_controller_lands_flat_fixture ... ok
[INFO] [stdout] test tests::terminal_pdg_controller_stabilizes_earth_terminal_reference_fixture ... ok
[INFO] [stdout] test tests::terminal_pdg_lands_sparse_clean_low_clearance_cushion_case ... ok
[INFO] [stdout] test tests::terminal_pdg_lands_sparse_traj_error_final_upright_case ... ok
[INFO] [stdout] test tests::terminal_pdg_lands_sparse_traj_error_captured_settle_case ... ok
[INFO] [stdout] test tests::terminal_pdg_lands_sparse_traj_error_lateral_cleanup_case ... ok
[INFO] [stdout] test tests::terminal_pdg_lands_scored_shallow_half_high_terminal_case ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pd_core-54573a300dff8fb8)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test eval::tests::timed_checkpoint_succeeds_when_state_is_inside_envelope ... ok
[INFO] [stdout] test model::tests::sim_config_rejects_non_divisible_rates ... ok
[INFO] [stdout] test sim::tests::deeper_touchdown_penetration_is_still_a_crash ... ok
[INFO] [stdout] test sim::tests::near_edge_safe_touchdown_penetration_is_still_stable ... ok
[INFO] [stdout] test terrain::tests::samples_heightfield_linearly ... ok
[INFO] [stdout] test sim::tests::run_simulation_emits_authoritative_logs ... ok
[INFO] [stdout] test sim::tests::replay_simulation_reproduces_manifest_and_events ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pd_eval-d9aa4f3ad19dac20)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test report::report_tests::selector_keys_use_semantic_vehicle_variant_order ... ok
[INFO] [stdout] test report::report_tests::selector_keys_use_semantic_condition_order ... ok
[INFO] [stdout] test report::report_tests::selector_keys_use_semantic_velocity_band_order ... ok
[INFO] [stdout] test tests::concrete_entry_metadata_overrides_selector_axes ... ok
[INFO] [stdout] test tests::missing_compare_skip_allows_unresolved_cache_ref ... ok
[INFO] [stdout] test tests::run_pack_aggregates_nominal_suite ... ok
[INFO] [stdout] test tests::cached_batch_validation_rejects_schema_mismatch ... ok
[INFO] [stdout] test tests::terminal_matrix_entry_rejects_overwritten_adjustment_paths ... ok
[INFO] [stdout] test tests::terminal_matrix_entry_rejects_unknown_condition_set ... ok
[INFO] [stdout] test tests::terminal_matrix_eval_timeout_must_not_shorten_reachability_window ... ok
[INFO] [stdout] test tests::terminal_matrix_projected_error_conditions_resolve_exact_engine_off_miss ... ok
[INFO] [stdout] test tests::compare_reports_flags_regressions_on_shared_runs ... ok
[INFO] [stdout] test tests::compare_reports_passes_policy_for_identical_reports ... ok
[INFO] [stdout] test tests::compare_reports_prefer_current_lane_policy_scope ... ok
[INFO] [stdout] test tests::compare_policy_warns_on_aggregate_deltas_when_coverage_differs ... ok
[INFO] [stdout] test tests::stable_output_runs_tree_is_refreshed_from_cache ... FAILED
[INFO] [stdout] test report::report_tests::external_compare_report_renders_context_section ... ok
[INFO] [stdout] test report::report_tests::standalone_report_prefers_current_lane_context ... ok
[INFO] [stdout] test tests::family_entry_expands_deterministically_across_workers ... ok
[INFO] [stdout] test tests::analytic_coupled_bound_does_not_invalidate_projected_error_successes ... ok
[INFO] [stdout] test tests::terminal_matrix_entry_expands_documented_smoke_axes ... ok
[INFO] [stdout] test report::report_tests::terminal_matrix_report_renders_arc_and_band_levels ... ok
[INFO] [stdout] test report::report_tests::terminal_matrix_report_surfaces_impossible_runs_as_warnings ... ok
[INFO] [stdout] test tests::analytic_vertical_bound_invalidates_heavy_cargo_vertical_high_cases ... ok
[INFO] [stdout] test report::report_tests::terminal_matrix_report_surfaces_frontier_runs_as_scored_annotations ... ok
[INFO] [stdout] test tests::analytic_authority_frontier_marks_low_thrust_high_energy_cases_but_keeps_them_scored ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::stable_output_runs_tree_is_refreshed_from_cache stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::stable_output_runs_tree_is_refreshed_from_cache' (73) panicked at pd-eval/src/lib.rs:5883:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: failed to create artifact bundle dir /opt/rustwide/workdir/outputs/eval/cache/1184d004e69d-dirty-2a7ce313fc85fd72/stable_output_runs__spec_a4ec2bbb__runs_48a26702/runs/checkpoint_success_idle
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <std::io::error::Error as anyhow::context::ext::StdError>::ext_context::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), std::io::error::Error> as anyhow::Context<(), std::io::error::Error>>::with_context::<alloc::string::String, pd_eval::write_artifact_bundle::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs:65:37
[INFO] [stdout]    2: pd_eval::write_artifact_bundle
[INFO] [stdout]              at ./src/lib.rs:3913:10
[INFO] [stdout]    3: pd_eval::execute_resolved_run
[INFO] [stdout]              at ./src/lib.rs:2906:9
[INFO] [stdout]    4: pd_eval::execute_resolved_runs::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:2631:24
[INFO] [stdout]    5: core::iter::adapters::map::map_try_fold::<&pd_eval::ResolvedBatchRun, core::result::Result<pd_eval::BatchRunRecord, anyhow::Error>, (), core::ops::control_flow::ControlFlow<core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>, pd_eval::execute_resolved_runs::{closure#0}, <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::try_fold<(), core::iter::traits::iterator::Iterator::try_for_each::call<pd_eval::BatchRunRecord, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>::Break>::{closure#0}, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/map.rs:95:28
[INFO] [stdout]    6: <core::slice::iter::Iter<pd_eval::ResolvedBatchRun> as core::iter::traits::iterator::Iterator>::try_fold::<(), core::iter::adapters::map::map_try_fold<&pd_eval::ResolvedBatchRun, core::result::Result<pd_eval::BatchRunRecord, anyhow::Error>, (), core::ops::control_flow::ControlFlow<core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>, pd_eval::execute_resolved_runs::{closure#0}, <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::try_fold<(), core::iter::traits::iterator::Iterator::try_for_each::call<pd_eval::BatchRunRecord, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>::Break>::{closure#0}, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>::{closure#0}>::{closure#0}, core::ops::control_flow::ControlFlow<core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:2496:21
[INFO] [stdout]    7: <core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}> as core::iter::traits::iterator::Iterator>::try_fold::<(), <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::try_fold<(), core::iter::traits::iterator::Iterator::try_for_each::call<pd_eval::BatchRunRecord, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>::Break>::{closure#0}, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>::{closure#0}, core::ops::control_flow::ControlFlow<core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stdout]    8: <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::try_fold::<(), core::iter::traits::iterator::Iterator::try_for_each::call<pd_eval::BatchRunRecord, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>::Break>::{closure#0}, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/mod.rs:195:14
[INFO] [stdout]    9: <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::try_for_each::<core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>::Break, core::ops::control_flow::ControlFlow<pd_eval::BatchRunRecord>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:2558:14
[INFO] [stdout]   10: <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::next
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/mod.rs:177:14
[INFO] [stdout]   11: <alloc::vec::Vec<pd_eval::BatchRunRecord> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<pd_eval::BatchRunRecord, core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>>>>::from_iter
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   12: <alloc::vec::Vec<pd_eval::BatchRunRecord> as alloc::vec::spec_from_iter::SpecFromIter<pd_eval::BatchRunRecord, core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>>>>::from_iter
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   13: <alloc::vec::Vec<pd_eval::BatchRunRecord> as core::iter::traits::collect::FromIterator<pd_eval::BatchRunRecord>>::from_iter::<core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/vec/mod.rs:3895:9
[INFO] [stdout]   14: <core::iter::adapters::GenericShunt<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, core::result::Result<core::convert::Infallible, anyhow::Error>> as core::iter::traits::iterator::Iterator>::collect::<alloc::vec::Vec<pd_eval::BatchRunRecord>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:2092:9
[INFO] [stdout]   15: <core::result::Result<alloc::vec::Vec<pd_eval::BatchRunRecord>, anyhow::Error> as core::iter::traits::collect::FromIterator<core::result::Result<pd_eval::BatchRunRecord, anyhow::Error>>>::from_iter::<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>>::{closure#0}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:2156:51
[INFO] [stdout]   16: core::iter::adapters::try_process::<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>, pd_eval::BatchRunRecord, core::result::Result<core::convert::Infallible, anyhow::Error>, <core::result::Result<alloc::vec::Vec<pd_eval::BatchRunRecord>, anyhow::Error> as core::iter::traits::collect::FromIterator<core::result::Result<pd_eval::BatchRunRecord, anyhow::Error>>>::from_iter<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>>::{closure#0}, alloc::vec::Vec<pd_eval::BatchRunRecord>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/mod.rs:163:17
[INFO] [stdout]   17: <core::result::Result<alloc::vec::Vec<pd_eval::BatchRunRecord>, anyhow::Error> as core::iter::traits::collect::FromIterator<core::result::Result<pd_eval::BatchRunRecord, anyhow::Error>>>::from_iter::<core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:2156:9
[INFO] [stdout]   18: <core::iter::adapters::map::Map<core::slice::iter::Iter<pd_eval::ResolvedBatchRun>, pd_eval::execute_resolved_runs::{closure#0}> as core::iter::traits::iterator::Iterator>::collect::<core::result::Result<alloc::vec::Vec<pd_eval::BatchRunRecord>, anyhow::Error>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:2092:9
[INFO] [stdout]   19: pd_eval::execute_resolved_runs
[INFO] [stdout]              at ./src/lib.rs:2632:14
[INFO] [stdout]   20: pd_eval::run_pack_cached
[INFO] [stdout]              at ./src/lib.rs:1182:23
[INFO] [stdout]   21: pd_eval::tests::stable_output_runs_tree_is_refreshed_from_cache
[INFO] [stdout]              at ./src/lib.rs:5873:23
[INFO] [stdout]   22: pd_eval::tests::stable_output_runs_tree_is_refreshed_from_cache::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:5849:57
[INFO] [stdout]   23: <pd_eval::tests::stable_output_runs_tree_is_refreshed_from_cache::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31: test::run_test_in_process
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44: <unknown>
[INFO] [stdout]   45: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fcc359436aa - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fcc359436aa - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fcc359436aa - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5fcc359436aa - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5fcc35959d5a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5fcc35959d5a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5fcc359486d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5fcc359486d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5fcc3591fcaf - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5fcc3591fcaf - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5fcc3593a9f9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5fcc357ca9bc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5fcc357ca9bc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5fcc3593ac72 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5fcc3593ac72 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5fcc3591fd68 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5fcc35914729 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5fcc35920c2d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5fcc3595a4ec - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fcc3595a262 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5fcc3577e1e0 - <core[e929cb53b82a81ca]::result::Result<pd_eval[ae305a2d9d9a62e3]::CachedBatchRunOutcome, anyhow[4b33063320ba2d1b]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5fcc3577e1e0 - pd_eval[ae305a2d9d9a62e3]::tests::stable_output_runs_tree_is_refreshed_from_cache
[INFO] [stdout]                                at /opt/rustwide/workdir/pd-eval/src/lib.rs:5883:10
[INFO] [stdout]   22:     0x5fcc3576f497 - pd_eval[ae305a2d9d9a62e3]::tests::stable_output_runs_tree_is_refreshed_from_cache::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/pd-eval/src/lib.rs:5849:57
[INFO] [stdout]   23:     0x5fcc3564e656 - <pd_eval[ae305a2d9d9a62e3]::tests::stable_output_runs_tree_is_refreshed_from_cache::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5fcc357bdc9b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5fcc357bdc9b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5fcc357cb48b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5fcc357cb48b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5fcc357cb48b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5fcc357cb48b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5fcc357cb48b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5fcc357cb48b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5fcc357cb48b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5fcc357c4ba4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5fcc357c4ba4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5fcc357ce092 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5fcc357ce092 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5fcc357ce092 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5fcc357ce092 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5fcc357ce092 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5fcc357ce092 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5fcc357ce092 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5fcc35942a8f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5fcc35942a8f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7d1a3be16aa4 - <unknown>
[INFO] [stdout]   45:     0x7d1a3bea3a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::stable_output_runs_tree_is_refreshed_from_cache
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 25 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.31s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p pd-eval --lib`
[INFO] running `Command { std: "docker" "inspect" "d4209da456b7ba5675d008f1ad846b556bcbff3d8176d9ff171e29c80132ccf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4209da456b7ba5675d008f1ad846b556bcbff3d8176d9ff171e29c80132ccf6", kill_on_drop: false }`
[INFO] [stdout] d4209da456b7ba5675d008f1ad846b556bcbff3d8176d9ff171e29c80132ccf6
