[INFO] cloning repository https://github.com/wangchen7722/steer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wangchen7722/steer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangchen7722%2Fsteer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangchen7722%2Fsteer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] efba929da07b736ff5d2d9e44dbdf265700e27d8
[INFO] testing wangchen7722/steer against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangchen7722%2Fsteer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wangchen7722/steer
[INFO] finished tweaking git repo https://github.com/wangchen7722/steer
[INFO] tweaked toml for git repo https://github.com/wangchen7722/steer written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wangchen7722/steer on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wangchen7722/steer 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f
[INFO] running `Command { std: "docker" "start" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling steer-syntax v0.1.0 (/opt/rustwide/workdir/crates/steer-syntax)
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling steer-core v0.1.0 (/opt/rustwide/workdir/crates/steer-core)
[INFO] [stderr]    Compiling steer-cli v0.1.0 (/opt/rustwide/workdir/crates/steer-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
[INFO] running `Command { std: "docker" "inspect" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling steer-syntax v0.1.0 (/opt/rustwide/workdir/crates/steer-syntax)
[INFO] [stderr]    Compiling steer-core v0.1.0 (/opt/rustwide/workdir/crates/steer-core)
[INFO] [stderr]    Compiling steer-cli v0.1.0 (/opt/rustwide/workdir/crates/steer-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.15s
[INFO] running `Command { std: "docker" "inspect" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/steer-8e92a33a79363a5a)
[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 tests/cli.rs (/opt/rustwide/target/debug/deps/cli-17cf6661780fda2a)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test instance_context_nonexistent_instance_fails ... ok
[INFO] [stdout] test instance_start_rejects_invalid_workflow ... ok
[INFO] [stdout] test instance_start_without_context_omits_description ... ok
[INFO] [stdout] test list_marks_unparseable_file ... ok
[INFO] [stdout] test instance_start_appends_context_directive ... ok
[INFO] [stdout] test validate_discovers_workflow_by_bare_name_without_extension ... ok
[INFO] [stdout] test list_shows_workflows_with_descriptions ... ok
[INFO] [stdout] test explicit_cwd_file_takes_precedence_over_steer_workflows ... ok
[INFO] [stdout] test validate_parse_error_exits_nonzero_with_location ... ok
[INFO] [stdout] test instance_context_prints_directive ... ok
[INFO] [stdout] test instance_context_without_directive_prints_placeholder ... ok
[INFO] [stdout] test validate_missing_file_exits_nonzero ... ok
[INFO] [stdout] test instance_start_discovers_workflow_under_steer_workflows ... ok
[INFO] [stdout] test simulate_parse_error_exits_nonzero ... ok
[INFO] [stdout] test validate_value_task_without_return_exits_nonzero_with_message ... ok
[INFO] [stdout] test list_missing_dir_reports_no_workflows ... ok
[INFO] [stdout] test validate_valid_file_exits_zero_and_reports_ok ... ok
[INFO] [stdout] test validate_reports_cannot_read_when_workflow_is_nowhere_to_be_found ... ok
[INFO] [stdout] test simulate_renders_instructions_in_order ... ok
[INFO] [stdout] test list_honors_custom_dir ... ok
[INFO] [stdout] test instance_runs_end_to_end ... ok
[INFO] [stdout] test instance_for_loop_check_requires_per_iteration_report ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/steer_core-6055ba1ffb6b7779)
[INFO] [stdout] 
[INFO] [stdout] running 125 tests
[INFO] [stdout] test context::tests::context_round_trips_through_json ... ok
[INFO] [stdout] test context::tests::new_context_starts_running_at_zero ... ok
[INFO] [stdout] test ir::tests::assign_literal ... ok
[INFO] [stdout] test ir::tests::bare_task_then_halt ... ok
[INFO] [stdout] test ir::tests::empty_module_is_just_halt ... ok
[INFO] [stdout] test ir::tests::elseif_lowers_to_branch_chain ... ok
[INFO] [stdout] test ir::tests::example_bugfix_loop_lowers_without_panic ... ok
[INFO] [stdout] test ir::tests::for_in_loop ... ok
[INFO] [stdout] test ir::tests::function_call_resolves_entry_after_halt ... ok
[INFO] [stdout] test ir::tests::if_else_lowers_to_jif_jump ... ok
[INFO] [stdout] test ir::tests::if_without_else ... ok
[INFO] [stdout] test ir::tests::loop_until_back_edge ... ok
[INFO] [stdout] test ir::tests::function_with_return_value_into_target ... ok
[INFO] [stdout] test ir::tests::meta_lowers_to_set_meta ... ok
[INFO] [stdout] test simulate::tests::empty_workflow_yields_nothing ... ok
[INFO] [stdout] test simulate::tests::assignment_call_simulates_set_prompt_with_target ... ok
[INFO] [stdout] test simulate::tests::iterable_call_is_rendered ... ok
[INFO] [stdout] test simulate::tests::renders_both_if_branches ... ok
[INFO] [stdout] test simulate::tests::renders_in_source_order ... ok
[INFO] [stdout] test simulate::tests::skips_user_function_calls_but_renders_their_bodies ... ok
[INFO] [stdout] test simulate::tests::loop_body_shown_once ... ok
[INFO] [stdout] test simulate::tests::judge_node_is_rendered ... ok
[INFO] [stdout] test storage::tests::workflow_description_absent_is_none ... ok
[INFO] [stdout] test ir::tests::value_task_assigned_is_agent_op_with_target ... ok
[INFO] [stdout] test storage::tests::start_returns_none_without_context_directive ... ok
[INFO] [stdout] test simulate::tests::example_bugfix_loop_workflow_steps ... ok
[INFO] [stdout] test storage::tests::start_returns_context_from_directive ... ok
[INFO] [stdout] test storage::tests::workflow_description_extracts_directive ... ok
[INFO] [stdout] test template::tests::assigned_value_call_renders_set_prompt_with_target ... ok
[INFO] [stdout] test storage::tests::workflow_description_empty_is_none ... ok
[INFO] [stdout] test template::tests::collect_file_template_conveys_reasoning_semantic ... ok
[INFO] [stdout] test template::tests::for_loop_over_list ... ok
[INFO] [stdout] test template::tests::builtin_templates_all_parse ... ok
[INFO] [stdout] test template::tests::collect_template_conveys_reasoning_semantic ... ok
[INFO] [stdout] test simulate::tests::renders_single_task ... ok
[INFO] [stdout] test template::tests::err_unmatched_close ... ok
[INFO] [stdout] test template::tests::err_unterminated_expr ... ok
[INFO] [stdout] test template::tests::err_unclosed_if_block ... ok
[INFO] [stdout] test storage::tests::run_persists_across_load_save_cycles ... ok
[INFO] [stdout] test template::tests::err_unterminated_tag ... ok
[INFO] [stdout] test template::tests::err_wrong_close ... ok
[INFO] [stdout] test storage::tests::load_ir_lowers_the_workflow ... ok
[INFO] [stdout] test storage::tests::start_creates_fresh_context_and_workflow ... ok
[INFO] [stdout] test template::tests::for_over_missing_renders_nothing ... ok
[INFO] [stdout] test template::tests::if_true_and_false ... ok
[INFO] [stdout] test template::tests::if_without_else ... ok
[INFO] [stdout] test template::tests::interpolation_in_instruction_preserved_as_placeholder ... ok
[INFO] [stdout] test storage::tests::start_clears_existing_instance ... ok
[INFO] [stdout] test template::tests::missing_var_renders_empty ... ok
[INFO] [stdout] test template::tests::parse_front_matter_on_check_at_end ... ok
[INFO] [stdout] test template::tests::nested_if_in_for ... ok
[INFO] [stdout] test template::tests::parse_front_matter_with_on_check_block ... ok
[INFO] [stdout] test template::tests::parse_front_matter_with_on_check_inline ... ok
[INFO] [stdout] test template::tests::parse_front_matter_without_on_check ... ok
[INFO] [stdout] test template::tests::plain_text_passes_through ... ok
[INFO] [stdout] test template::tests::render_check_report_format ... ok
[INFO] [stdout] test template::tests::render_bare_task ... ok
[INFO] [stdout] test template::tests::render_check_with_on_check_template ... ok
[INFO] [stdout] test template::tests::render_retry_context_format ... ok
[INFO] [stdout] test template::tests::render_print_uses_minimal_body ... ok
[INFO] [stdout] test template::tests::render_start_output_with_context ... ok
[INFO] [stdout] test template::tests::render_start_output_without_context ... ok
[INFO] [stdout] test template::tests::render_status_output_halted_without_context ... ok
[INFO] [stdout] test template::tests::render_status_output_running_with_context ... ok
[INFO] [stdout] test template::tests::render_check_fallback_without_on_check ... ok
[INFO] [stdout] test template::tests::render_task_with_all_params ... ok
[INFO] [stdout] test template::tests::render_unknown_callee_falls_back_to_value_template ... ok
[INFO] [stdout] test template::tests::var_interpolation ... ok
[INFO] [stdout] test template::tests::value_nodes_differentiate_by_source ... ok
[INFO] [stdout] test validate::tests::bare_task_without_return_is_ok ... ok
[INFO] [stdout] test validate::tests::check_must_be_string ... ok
[INFO] [stdout] test validate::tests::duplicate_function ... ok
[INFO] [stdout] test validate::tests::duplicate_named_argument ... ok
[INFO] [stdout] test validate::tests::nested_blocks_are_checked ... ok
[INFO] [stdout] test validate::tests::print_cannot_be_assigned ... ok
[INFO] [stdout] test validate::tests::duplicate_parameter ... ok
[INFO] [stdout] test template::tests::render_judge_asks_for_boolean_and_targets_var ... ok
[INFO] [stdout] test validate::tests::judge_assigned_without_return_is_ok ... ok
[INFO] [stdout] test validate::tests::valid_simple_workflow ... ok
[INFO] [stdout] test validate::tests::user_func_assigned_is_ok_without_return_arg ... ok
[INFO] [stdout] test validate::tests::value_task_assigned_without_return_is_error ... ok
[INFO] [stdout] test validate::tests::value_task_assigned_with_return_is_ok ... ok
[INFO] [stdout] test validate::tests::produce_must_be_list ... ok
[INFO] [stdout] test validate::tests::multiple_diagnostics_reported ... ok
[INFO] [stdout] test validate::tests::return_arg_must_be_string ... ok
[INFO] [stdout] test validate::tests::reserved_binding_names_are_rejected ... ok
[INFO] [stdout] test validate::tests::return_of_value_task_needs_return_arg ... ok
[INFO] [stdout] test value::tests::eval_and_or_not ... ok
[INFO] [stdout] test validate::tests::root_cause_bugfix_workflow_is_valid ... ok
[INFO] [stdout] test value::tests::eval_div_by_zero ... ok
[INFO] [stdout] test value::tests::eval_int_float_string ... ok
[INFO] [stdout] test value::tests::eval_literal_keeps_placeholder ... ok
[INFO] [stdout] test value::tests::eval_logical_short_circuits ... ok
[INFO] [stdout] test value::tests::eval_string_equality ... ok
[INFO] [stdout] test value::tests::eval_numeric_comparison ... ok
[INFO] [stdout] test value::tests::eval_string_interpolation_resolves ... ok
[INFO] [stdout] test value::tests::eval_unset_var_is_error ... ok
[INFO] [stdout] test value::tests::eval_var_lookup ... ok
[INFO] [stdout] test value::tests::truthiness ... ok
[INFO] [stdout] test value::tests::eval_arithmetic ... ok
[INFO] [stdout] test value::tests::parse_value_typed_literals ... ok
[INFO] [stdout] test vm::tests::assignment_runs_before_step_pausing ... ok
[INFO] [stdout] test vm::tests::bool_return_accepts_boolean_at_set ... ok
[INFO] [stdout] test vm::tests::if_branch_taken_at_runtime ... ok
[INFO] [stdout] test vm::tests::bool_return_rejects_non_boolean_at_set ... ok
[INFO] [stdout] test vm::tests::report_error_halts ... ok
[INFO] [stdout] test vm::tests::for_loop_check_requires_per_iteration_report ... ok
[INFO] [stdout] test vm::tests::passing_check_consumes_report_single_iteration ... ok
[INFO] [stdout] test vm::tests::elseif_runs_the_first_matching_branch ... ok
[INFO] [stdout] test vm::tests::for_loop_iterations ... ok
[INFO] [stdout] test vm::tests::failed_then_pass_within_iteration_consumes_report ... ok
[INFO] [stdout] test vm::tests::func_call_resolves_return_value ... ok
[INFO] [stdout] test vm::tests::check_auto_advances_past_print ... ok
[INFO] [stdout] test vm::tests::loop_until_check_requires_per_iteration_report ... ok
[INFO] [stdout] test vm::tests::full_example_bugfix_loop_run_with_mock_agent ... ok
[INFO] [stdout] test vm::tests::set_of_non_current_op_var_is_not_type_checked ... ok
[INFO] [stdout] test vm::tests::step_stops_at_first_agent_op ... ok
[INFO] [stdout] test vm::tests::string_return_accepts_string_at_set ... ok
[INFO] [stdout] test vm::tests::set_rejected_when_current_op_has_no_return ... ok
[INFO] [stdout] test vm::tests::value_op_check_pending_until_set ... ok
[INFO] [stdout] test vm::tests::string_return_rejects_object_at_set ... ok
[INFO] [stdout] test vm::tests::string_return_rejects_non_string_at_set ... ok
[INFO] [stdout] test vm::tests::unchecked_return_kinds_pass_at_set ... ok
[INFO] [stdout] test vm::tests::task_with_check_uses_checked_flag ... ok
[INFO] [stdout] test template::tests::workflow_template_dir_overrides_default ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- template::tests::workflow_template_dir_overrides_default stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'template::tests::workflow_template_dir_overrides_default' (614) panicked at crates/steer-core/src/template.rs:1242:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f7d63fa5f71 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f7d63fa5f71 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f7d63fa5f71 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f7d63fa5f71 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f7d63fbc6da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f7d63fbc6da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f7d63faa71c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5f7d63faa71c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5f7d63f82786 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f7d63f82786 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f7d63f9d1d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f7d63f14090 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5f7d63f14090 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f7d63f9d392 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5f7d63f9d392 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f7d63f82832 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5f7d63f79de9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f7d63f8351d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5f7d63fbceac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f7d63fbcc22 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5f7d63e99f58 - <core[6883ba1bc0fe4ed1]::result::Result<(), core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5f7d63e99f58 - steer_core[3ede2b82695dd550]::template::tests::workflow_template_dir_overrides_default
[INFO] [stderr] error: test failed, to rerun pass `-p steer-core --lib`
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/steer-core/src/template.rs:1242:39
[INFO] [stdout]   22:     0x5f7d63e93eb7 - steer_core[3ede2b82695dd550]::template::tests::workflow_template_dir_overrides_default::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/steer-core/src/template.rs:1239:49
[INFO] [stdout]   23:     0x5f7d63ec4b16 - <steer_core[3ede2b82695dd550]::template::tests::workflow_template_dir_overrides_default::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f7d63f073cb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f7d63f073cb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5f7d63f14a15 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5f7d63f14a15 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5f7d63f14a15 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x5f7d63f14a15 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5f7d63f14a15 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f7d63f14a15 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5f7d63f14a15 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5f7d63f0f4c4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5f7d63f0f4c4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5f7d63f17b62 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5f7d63f17b62 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5f7d63f17b62 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x5f7d63f17b62 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5f7d63f17b62 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f7d63f17b62 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5f7d63f17b62 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f7d63fa528f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x5f7d63fa528f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x72c27c929aa4 - <unknown>
[INFO] [stdout]   45:     0x72c27c9b6a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     template::tests::workflow_template_dir_overrides_default
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 124 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f", kill_on_drop: false }`
[INFO] [stdout] ee11bd24e928964bff85174c17df29b2521b40cc50c35030b5080e80f7c87b2f
