[INFO] cloning repository https://github.com/pentaxis93/runa
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pentaxis93/runa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpentaxis93%2Fruna", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpentaxis93%2Fruna'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 30c69eb55d5ab9030918dc53aba5f4b3a5cc7bec
[INFO] testing pentaxis93/runa against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpentaxis93%2Fruna" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pentaxis93/runa
[INFO] finished tweaking git repo https://github.com/pentaxis93/runa
[INFO] tweaked toml for git repo https://github.com/pentaxis93/runa written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pentaxis93/runa on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pentaxis93/runa 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8411388bc66571ca2fd1c675c3d9e865cb6d83fd47eb0dce1aeccaf055347630
[INFO] running `Command { std: "docker" "start" "-a" "8411388bc66571ca2fd1c675c3d9e865cb6d83fd47eb0dce1aeccaf055347630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8411388bc66571ca2fd1c675c3d9e865cb6d83fd47eb0dce1aeccaf055347630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8411388bc66571ca2fd1c675c3d9e865cb6d83fd47eb0dce1aeccaf055347630", kill_on_drop: false }`
[INFO] [stdout] 8411388bc66571ca2fd1c675c3d9e865cb6d83fd47eb0dce1aeccaf055347630
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f5d455983df817fe1057f4e258d91cb5ea3409a2e60c73230782429358dda89
[INFO] running `Command { std: "docker" "start" "-a" "1f5d455983df817fe1057f4e258d91cb5ea3409a2e60c73230782429358dda89", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling rmcp-macros v0.2.1
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling referencing v0.45.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling jsonschema v0.45.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling rmcp v0.2.1
[INFO] [stderr]    Compiling libagent v0.1.2-rc.1 (/opt/rustwide/workdir/libagent)
[INFO] [stderr]    Compiling runa-cli v0.1.2-rc.1 (/opt/rustwide/workdir/runa-cli)
[INFO] [stderr]    Compiling runa-mcp v0.1.2-rc.1 (/opt/rustwide/workdir/runa-mcp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "1f5d455983df817fe1057f4e258d91cb5ea3409a2e60c73230782429358dda89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f5d455983df817fe1057f4e258d91cb5ea3409a2e60c73230782429358dda89", kill_on_drop: false }`
[INFO] [stdout] 1f5d455983df817fe1057f4e258d91cb5ea3409a2e60c73230782429358dda89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eddd0af2567ada9516e49d306f060458505dd770985da542fd380fe630c5d5ae
[INFO] running `Command { std: "docker" "start" "-a" "eddd0af2567ada9516e49d306f060458505dd770985da542fd380fe630c5d5ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling libagent v0.1.2-rc.1 (/opt/rustwide/workdir/libagent)
[INFO] [stderr]    Compiling runa-cli v0.1.2-rc.1 (/opt/rustwide/workdir/runa-cli)
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling process-wrap v8.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling rmcp v0.2.1
[INFO] [stderr]    Compiling runa-mcp v0.1.2-rc.1 (/opt/rustwide/workdir/runa-mcp)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.39s
[INFO] running `Command { std: "docker" "inspect" "eddd0af2567ada9516e49d306f060458505dd770985da542fd380fe630c5d5ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eddd0af2567ada9516e49d306f060458505dd770985da542fd380fe630c5d5ae", kill_on_drop: false }`
[INFO] [stdout] eddd0af2567ada9516e49d306f060458505dd770985da542fd380fe630c5d5ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f6011a331b23f09f9cbf8485a825d57f0947f7004e79aba0225745d3a3d8459
[INFO] running `Command { std: "docker" "start" "-a" "1f6011a331b23f09f9cbf8485a825d57f0947f7004e79aba0225745d3a3d8459", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libagent-953c27edef973f7b)
[INFO] [stdout] 
[INFO] [stdout] running 302 tests
[INFO] [stdout] test context::tests::render_context_prompt_includes_work_unit_in_heading ... ok
[INFO] [stdout] test context::tests::render_context_prompt_inlines_artifact_read_errors ... ok
[INFO] [stdout] test context::tests::render_context_prompt_includes_sections_and_tool_guidance ... ok
[INFO] [stdout] test context::tests::display_path_converts_non_utf8_paths_lossily ... ok
[INFO] [stdout] test enforcement::tests::error_display_invalid_with_violations ... ok
[INFO] [stdout] test context::tests::humanize_key_snake_case ... ok
[INFO] [stdout] test context::tests::json_to_prose_formats_nested_values ... ok
[INFO] [stdout] test enforcement::tests::error_display_post_missing ... ok
[INFO] [stdout] test context::tests::context_view_uses_display_path_only ... ok
[INFO] [stdout] test enforcement::tests::error_display_stale ... ok
[INFO] [stdout] test enforcement::tests::postconditions_empty ... ok
[INFO] [stdout] test enforcement::tests::error_display_pre_missing ... ok
[INFO] [stdout] test enforcement::tests::postconditions_missing_produces ... ok
[INFO] [stdout] test enforcement::tests::preconditions_collects_all_failures ... ok
[INFO] [stdout] test enforcement::tests::preconditions_empty_requires ... ok
[INFO] [stdout] test enforcement::tests::preconditions_ignores_accepts ... ok
[INFO] [stdout] test enforcement::tests::preconditions_missing_requires ... ok
[INFO] [stdout] test enforcement::tests::preconditions_met ... ok
[INFO] [stdout] test enforcement::tests::postconditions_met ... ok
[INFO] [stdout] test enforcement::tests::postconditions_ignores_accepts ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_absent ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_valid ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_invalid ... ok
[INFO] [stdout] test enforcement::tests::postconditions_scoped ... ok
[INFO] [stdout] test context::tests::build_context_collects_required_and_accepted_inputs ... ok
[INFO] [stdout] test enforcement::tests::preconditions_scoped ... ok
[INFO] [stdout] test context::tests::build_context_scoped ... ok
[INFO] [stdout] test enforcement::tests::preconditions_pass_with_mixed_valid_and_stale_instances ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_stale ... ok
[INFO] [stdout] test enforcement::tests::preconditions_stale_requires ... ok
[INFO] [stdout] test enforcement::tests::preconditions_pass_with_mixed_valid_and_invalid_instances ... ok
[INFO] [stdout] test context::tests::build_context_omits_missing_and_invalid_accepted_inputs ... ok
[INFO] [stdout] test enforcement::tests::postconditions_stale_produces ... ok
[INFO] [stdout] test enforcement::tests::postconditions_invalid_produces ... ok
[INFO] [stdout] test enforcement::tests::preconditions_invalid_requires ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_no_skills_have_requires ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_some_missing ... ok
[INFO] [stdout] test graph::tests::duplicate_skill_name ... ok
[INFO] [stdout] test graph::tests::dependencies_and_dependents_diamond ... ok
[INFO] [stdout] test graph::tests::accepts_does_not_block ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_all_requires_met ... ok
[INFO] [stdout] test graph::tests::accepts_not_in_blocked_protocols ... ok
[INFO] [stdout] test graph::tests::error_display_messages ... ok
[INFO] [stdout] test graph::tests::accepts_creates_soft_ordering ... ok
[INFO] [stdout] test graph::tests::cycle_detection ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_multiple_skills_partial_overlap ... ok
[INFO] [stdout] test graph::tests::external_dependency_builds_successfully ... ok
[INFO] [stdout] test graph::tests::external_dependency_reported_as_blocked ... ok
[INFO] [stdout] test graph::tests::conflicting_producers ... ok
[INFO] [stdout] test graph::tests::blocked_protocols_with_partial_artifacts ... ok
[INFO] [stdout] test graph::tests::fan_out ... ok
[INFO] [stdout] test graph::tests::fan_in ... ok
[INFO] [stdout] test graph::tests::linear_chain ... ok
[INFO] [stdout] test graph::tests::may_produce_does_not_conflict_with_produces ... ok
[INFO] [stdout] test graph::tests::may_produce_creates_soft_ordering ... ok
[INFO] [stdout] test graph::tests::multiple_may_produce_creates_soft_edges_to_all ... ok
[INFO] [stdout] test graph::tests::self_referencing_skill ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_prefers_env_over_config_filter ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_uses_config_filter_when_env_absent ... ok
[INFO] [stdout] test graph::tests::may_produce_does_not_conflict_with_may_produce ... ok
[INFO] [stdout] test graph::tests::topological_order_filtered_ignores_cycle_among_excluded_protocols ... ok
[INFO] [stdout] test graph::tests::topological_order_excluding_cycle_returns_valid_order_for_remaining_skills ... ok
[INFO] [stdout] test graph::tests::unknown_skill_returns_empty ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_ignores_empty_env_filter ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_defaults_to_warn_text ... ok
[INFO] [stdout] test graph::tests::isolated_skill ... ok
[INFO] [stdout] test graph::tests::may_produce_cycle_does_not_cause_error ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_may_produce_schema_without_required_work_unit ... ok
[INFO] [stdout] test graph::tests::diamond_dependency ... ok
[INFO] [stdout] test manifest::tests::from_str_parses_valid_manifest ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_produces_schema_missing_required_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_duplicate_artifact_type_names ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_protocol_output_schema_requiring_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_allows_unscoped_output_schema_with_optional_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_invalid_trigger_type ... ok
[INFO] [stdout] test manifest::tests::parse_missing_required_field ... ok
[INFO] [stdout] test manifest::tests::parse_legacy_skills_key_is_rejected ... ok
[INFO] [stdout] test manifest::tests::parse_missing_instruction_file ... ok
[INFO] [stdout] test manifest::tests::parse_optional_vec_fields_omitted ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unsafe_artifact_names_before_schema_lookup ... ok
[INFO] [stdout] test manifest::tests::parse_duplicate_protocol_names ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unscoped_mixed_outputs_when_optional_output_requires_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_missing_schema_at_convention_path ... ok
[INFO] [stdout] test manifest::tests::parse_nested_trigger_conditions ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_dot_protocol_name_before_instruction_lookup ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_old_format_schema_field ... ok
[INFO] [stdout] test manifest::tests::parse_invalid_json_in_convention_schema ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unscoped_may_produce_schema_requiring_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_artifact_type_names_with_unsafe_path_components ... ok
[INFO] [stdout] test model::tests::protocol_declaration_round_trip ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unsafe_protocol_names_before_instruction_lookup ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_output_schema_with_optional_work_unit ... ok
[INFO] [stdout] test model::tests::display_nested_composite ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_protocol_names_with_unsafe_path_components ... ok
[INFO] [stdout] test model::tests::display_on_artifact ... ok
[INFO] [stdout] test model::tests::display_on_change ... ok
[INFO] [stdout] test manifest::tests::parse_resolves_convention_schema ... ok
[INFO] [stdout] test model::tests::artifact_type_round_trip ... ok
[INFO] [stdout] test model::tests::protocol_declaration_defaults_scoped_to_false ... ok
[INFO] [stdout] test model::tests::protocol_declaration_empty_vecs ... ok
[INFO] [stdout] test manifest::tests::parse_resolves_paths_relative_to_manifest_dir ... ok
[INFO] [stdout] test manifest::tests::parse_resolves_convention_layout ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unscoped_produces_schema_requiring_work_unit ... ok
[INFO] [stdout] test model::tests::schema_mentions_work_unit_when_optional_property_is_declared ... ok
[INFO] [stdout] test model::tests::display_on_invalid ... ok
[INFO] [stdout] test project::tests::config_without_logging_uses_default_logging_settings ... ok
[INFO] [stdout] test model::tests::trigger_condition_json_shape ... ok
[INFO] [stdout] test project::tests::load_reads_config_and_state ... ok
[INFO] [stdout] test model::tests::trigger_condition_simple_round_trip ... ok
[INFO] [stdout] test model::tests::trigger_condition_nested_round_trip ... ok
[INFO] [stdout] test model::tests::schema_mentions_work_unit_when_required_without_declared_property ... ok
[INFO] [stdout] test model::tests::validate_output_scope_allows_scoped_output_without_required_work_unit ... ok
[INFO] [stdout] test project::tests::load_rejects_removed_artifacts_dir_field ... ok
[INFO] [stdout] test project::tests::config_with_logging_table_parses_format_and_filter ... ok
[INFO] [stdout] test model::tests::validate_output_scope_rejects_unscoped_output_requiring_work_unit ... ok
[INFO] [stdout] test project::tests::config_with_agent_table_parses_command ... ok
[INFO] [stdout] test project::tests::read_config_rejects_removed_artifacts_dir_field ... ok
[INFO] [stdout] test project::tests::missing_state_returns_not_initialized ... ok
[INFO] [stdout] test scan::tests::empty_dir_returns_empty_result ... ok
[INFO] [stdout] test project::tests::resolve_config_falls_back_to_project_level ... ok
[INFO] [stdout] test projection::tests::unscoped_valid_artifact_does_not_project_invalid_scoped_sibling ... ok
[INFO] [stdout] test project::tests::resolve_config_prefers_override ... ok
[INFO] [stdout] test project::tests::load_with_explicit_config_override ... ok
[INFO] [stdout] test scan::tests::idempotent_scan_has_no_changes_on_second_run ... ok
[INFO] [stdout] test project::tests::missing_config_returns_config_not_found ... ok
[INFO] [stdout] test project::tests::resolve_config_explicit_path_not_found_returns_distinct_error ... ok
[INFO] [stdout] test projection::tests::projection_uses_projected_work_units_for_non_object_outputs ... ok
[INFO] [stdout] test project::tests::resolve_config_returns_error_when_none_found ... ok
[INFO] [stdout] test scan::tests::invalid_artifact_is_reported_and_recorded ... ok
[INFO] [stdout] test scan::tests::malformed_artifact_is_reported_and_recorded ... ok
[INFO] [stdout] test projection::tests::execution_record_suppresses_invalid_sibling_projection_rerun ... ok
[INFO] [stdout] test scan::tests::invalid_artifact_observation_preserves_work_unit ... ok
[INFO] [stdout] test projection::tests::invalid_sibling_reopens_on_artifact_projection ... ok
[INFO] [stdout] test scan::tests::malformed_without_prior_state_gets_none ... ok
[INFO] [stdout] test projection::tests::previously_valid_sibling_becoming_invalid_reopens_on_artifact_projection ... ok
[INFO] [stdout] test scan::tests::has_any_invalid_scoped_with_malformed ... ok
[INFO] [stdout] test scan::tests::missing_workspace_is_empty_only_for_fresh_store ... ok
[INFO] [stdout] test scan::tests::malformed_preserves_previous_work_unit ... ok
[INFO] [stdout] test scan::tests::malformed_observation_preserves_previous_work_unit ... ok
[INFO] [stdout] test scan::tests::modified_artifact_updates_timestamp_and_reports_modified ... ok
[INFO] [stdout] test scan::tests::partially_scanned_type_suppresses_removals ... ok
[INFO] [stdout] test scan::tests::unrecognized_dir_is_reported ... ok
[INFO] [stdout] test scan::tests::removed_artifact_is_deleted_from_store ... ok
[INFO] [stdout] test scan::tests::non_json_files_are_ignored ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_with_work_unit_not_re_recorded ... ok
[INFO] [stdout] test scan::tests::valid_artifact_is_recorded_as_new ... ok
[INFO] [stdout] test selection::tests::activated_but_postconditions_fail_still_candidate ... ok
[INFO] [stdout] test selection::tests::accepts_artifacts_do_not_affect_currentness ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_refreshes_stored_path_when_workspace_moves ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_without_work_unit_stays_none ... ok
[INFO] [stdout] test scan::tests::unreadable_file_is_reported_and_affects_all_work_units ... ok
[INFO] [stdout] test selection::tests::artifact_trigger_discovers_work_units ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_backfills_work_unit ... ok
[INFO] [stdout] test selection::tests::artifact_only_protocol_evaluated_once_unscoped ... ok
[INFO] [stdout] test selection::tests::classify_blocked_precondition_fails ... ok
[INFO] [stdout] test selection::tests::classify_candidates_respects_declared_scope_boundary ... ok
[INFO] [stdout] test selection::tests::classify_waiting_trigger_not_satisfied ... ok
[INFO] [stdout] test selection::tests::classify_blocked_scan_incomplete ... ok
[INFO] [stdout] test selection::tests::classify_ready_candidate ... ok
[INFO] [stdout] test selection::tests::classify_waiting_outputs_current ... ok
[INFO] [stdout] test scan::tests::removed_artifact_observation_preserves_work_unit ... ok
[INFO] [stdout] test selection::tests::classify_and_discover_agree_on_ready ... ok
[INFO] [stdout] test selection::tests::completed_suppression_skips_activated_with_passing_postconditions ... ok
[INFO] [stdout] test selection::tests::any_of_on_change_in_unsatisfied_branch_suppressed ... ok
[INFO] [stdout] test scan::tests::missing_workspace_with_existing_state_errors ... ok
[INFO] [stdout] test selection::tests::any_of_with_on_change_suppressed_when_change_not_satisfied ... ok
[INFO] [stdout] test selection::tests::partially_scanned_output_type_does_not_affect_non_on_change_trigger_gate ... ok
[INFO] [stdout] test scan::tests::schema_change_revalidates_unchanged_file ... ok
[INFO] [stdout] test selection::tests::discover_ready_candidates_keeps_on_change_freshness_per_work_unit ... ok
[INFO] [stdout] test selection::tests::may_produce_only_protocols_are_not_suppressed ... ok
[INFO] [stdout] test selection::tests::partially_scanned_on_change_output_stays_ready ... ok
[INFO] [stdout] test selection::tests::on_change_trigger_not_suppressed_even_when_postconditions_pass ... ok
[INFO] [stdout] test selection::tests::partially_scanned_trigger_type_not_in_requires_skips ... ok
[INFO] [stdout] test selection::tests::on_change_in_all_of_not_suppressed ... ok
[INFO] [stdout] test selection::tests::partially_scanned_output_type_does_not_globally_skip_candidate_discovery ... ok
[INFO] [stdout] test selection::tests::preconditions_fail_not_candidate ... ok
[INFO] [stdout] test selection::tests::protocol_execution_record_inputs_use_valid_only_for_artifact_and_requires ... ok
[INFO] [stdout] test projection::tests::execution_record_reopens_projection_when_any_recorded_invalid_input_changes ... ok
[INFO] [stdout] test selection::tests::execution_record_reopens_when_previously_valid_input_becomes_invalid ... ok
[INFO] [stdout] test selection::tests::protocol_freshness_inputs_use_any_recorded_for_artifact_and_requires ... ok
[INFO] [stdout] test selection::tests::protocol_relevant_input_types_collects_requires_and_trigger_types ... ok
[INFO] [stdout] test selection::tests::protocol_freshness_inputs_keep_change_semantics_when_type_is_also_required ... ok
[INFO] [stdout] test selection::tests::protocol_relevant_inputs_changed_counts_invalid_and_malformed_observations ... ok
[INFO] [stdout] test selection::tests::execution_record_reopens_when_any_recorded_invalid_input_changes ... ok
[INFO] [stdout] test selection::tests::protocol_relevant_inputs_changed_ignores_other_work_units ... ok
[INFO] [stdout] test selection::tests::present_partially_scanned_optional_output_skips_completed_suppression ... ok
[INFO] [stdout] test selection::tests::previously_valid_sibling_becoming_invalid_reopens_on_artifact_protocol ... ok
[INFO] [stdout] test store::tests::artifact_type_names_empty_store ... ok
[INFO] [stdout] test selection::tests::topological_order_determines_candidate_order ... ok
[INFO] [stdout] test selection::tests::unsatisfied_trigger_not_candidate ... ok
[INFO] [stdout] test selection::tests::unscoped_valid_artifact_does_not_promote_invalid_scoped_sibling ... ok
[INFO] [stdout] test store::tests::artifact_type_names_returns_sorted ... ok
[INFO] [stdout] test selection::tests::partially_scanned_type_in_requires_skips ... ok
[INFO] [stdout] test store::tests::all_instance_keys_returns_sorted_keys ... ok
[INFO] [stdout] test selection::tests::invalid_sibling_reopens_on_artifact_protocol ... ok
[INFO] [stdout] test store::tests::content_hash_changes_on_different_data ... ok
[INFO] [stdout] test store::tests::canonical_json_deterministic ... ok
[INFO] [stdout] test selection::tests::stale_outputs_do_not_suppress_candidates ... ok
[INFO] [stdout] test selection::tests::stale_shared_outputs_keep_scoped_work_runnable ... ok
[INFO] [stdout] test store::tests::has_any_invalid_false_with_no_instances ... ok
[INFO] [stdout] test store::tests::execution_record_round_trips_through_persistence ... ok
[INFO] [stdout] test store::tests::has_any_invalid_false_when_all_valid ... ok
[INFO] [stdout] test store::tests::has_any_invalid_true_with_malformed_instance ... ok
[INFO] [stdout] test selection::tests::execution_record_suppresses_invalid_sibling_for_mixed_any_of_trigger ... ok
[INFO] [stdout] test selection::tests::execution_record_suppresses_invalid_sibling_rerun ... ok
[INFO] [stdout] test store::tests::execution_contract_hash_mismatch_clears_execution_records ... ok
[INFO] [stdout] test store::tests::has_any_valid_false_with_only_stale_instances ... ok
[INFO] [stdout] test store::tests::has_any_invalid_true_with_invalid_instance ... ok
[INFO] [stdout] test store::tests::has_any_valid_false_with_only_invalid_instances ... ok
[INFO] [stdout] test store::tests::has_any_invalid_scoped_with_malformed ... ok
[INFO] [stdout] test store::tests::has_any_invalid_scoped ... ok
[INFO] [stdout] test projection::tests::execution_record_suppresses_invalid_sibling_projection_for_mixed_any_of_trigger ... ok
[INFO] [stdout] test selection::tests::trigger_artifact_types_collects_from_tree ... ok
[INFO] [stdout] test selection::tests::partially_scanned_optional_output_does_not_skip_completed_suppression ... ok
[INFO] [stdout] test selection::tests::partially_scanned_on_change_output_unsuppresses_all_work_units ... ok
[INFO] [stdout] test store::tests::has_any_valid_true_with_mixed_validity_instances ... ok
[INFO] [stdout] test store::tests::instances_of_mixed_valid_invalid ... ok
[INFO] [stdout] test store::tests::invalidate_noop_on_missing ... ok
[INFO] [stdout] test store::tests::invalidate_persists_to_disk ... ok
[INFO] [stdout] test store::tests::instances_of_returns_sorted_pairs ... ok
[INFO] [stdout] test store::tests::instances_of_scoped_excludes_other ... ok
[INFO] [stdout] test store::tests::latest_modification_ms_none_for_missing_type ... ok
[INFO] [stdout] test store::tests::has_any_valid_scoped ... ok
[INFO] [stdout] test store::tests::is_valid_scoped ... ok
[INFO] [stdout] test store::tests::latest_modification_ms_scoped ... ok
[INFO] [stdout] test store::tests::instances_of_scoped_includes_unpartitioned ... ok
[INFO] [stdout] test store::tests::invalidate_marks_stale ... ok
[INFO] [stdout] test store::tests::instances_of_unknown_type_returns_empty ... ok
[INFO] [stdout] test store::tests::record_extracts_work_unit_from_json ... ok
[INFO] [stdout] test store::tests::multiple_instances_of_same_type ... ok
[INFO] [stdout] test store::tests::latest_modification_ms_returns_max ... ok
[INFO] [stdout] test store::tests::new_skips_unknown_artifact_types ... ok
[INFO] [stdout] test store::tests::latest_valid_modification_ms_scoped ... ok
[INFO] [stdout] test store::tests::loads_legacy_string_paths_and_rewrites_on_persist ... ok
[INFO] [stdout] test store::tests::malformed_without_prior_state_gets_none ... ok
[INFO] [stdout] test store::tests::persistence_round_trip ... ok
[INFO] [stdout] test store::tests::record_persists_and_reloads_non_utf8_paths ... ok
[INFO] [stdout] test store::tests::record_malformed_artifact ... ok
[INFO] [stdout] test store::tests::malformed_preserves_previous_work_unit ... ok
[INFO] [stdout] test store::tests::is_valid_true_for_valid_false_for_invalid_malformed_stale_missing ... ok
[INFO] [stdout] test store::tests::latest_valid_modification_ms_ignores_unhealthy_instances ... ok
[INFO] [stdout] test store::tests::record_invalid_artifact ... ok
[INFO] [stdout] test store::tests::is_valid_checks_all_instances ... ok
[INFO] [stdout] test store::tests::record_malformed_sets_none_work_unit ... ok
[INFO] [stdout] test store::tests::record_sets_none_when_work_unit_absent ... ok
[INFO] [stdout] test store::tests::unknown_artifact_type_errors ... ok
[INFO] [stdout] test transcript::tests::redaction_replaces_configured_secret_values_in_text ... ok
[INFO] [stdout] test trigger::tests::any_of_not_satisfied_when_all_children_fail ... ok
[INFO] [stdout] test trigger::tests::all_of_empty_is_satisfied ... ok
[INFO] [stdout] test trigger::tests::any_of_empty_is_not_satisfied ... ok
[INFO] [stdout] test store::tests::record_valid_artifact ... ok
[INFO] [stdout] test store::tests::scan_gap_without_store_record_affects_all_scoped_work_units ... ok
[INFO] [stdout] test transcript::tests::redaction_replaces_configured_secret_values_in_json_strings ... ok
[INFO] [stdout] test store::tests::update_path_persists_new_path_without_other_changes ... ok
[INFO] [stdout] test trigger::tests::any_of_satisfied_when_one_child_satisfied ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_includes_unscoped_outputs_for_scoped_work_unit ... ok
[INFO] [stdout] test trigger::tests::all_of_satisfied_when_all_children_satisfied ... ok
[INFO] [stdout] test trigger::tests::all_of_not_satisfied_when_one_child_fails ... ok
[INFO] [stdout] test tests::version_is_set ... ok
[INFO] [stdout] test store::tests::work_unit_round_trips_through_persistence ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_is_none_when_produces_type_is_partially_scanned ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_uses_newest_unscoped_output_for_unscoped_work ... ok
[INFO] [stdout] test trigger::tests::nested_all_of_with_any_of ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_unscopes_instance_scan_gaps_across_work_units ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_is_none_for_may_produce_only_protocols ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_uses_oldest_per_type_maximum ... ok
[INFO] [stdout] test store::tests::scan_gap_with_store_record_affects_all_scoped_work_units ... ok
[INFO] [stdout] test store::tests::remove_deletes_in_memory_and_persisted_state ... ok
[INFO] [stdout] test trigger::tests::on_artifact_not_satisfied_when_no_instances ... ok
[INFO] [stdout] test trigger::tests::on_artifact_not_satisfied_when_only_malformed_instances_exist ... ok
[INFO] [stdout] test trigger::tests::nested_all_of_with_any_of_not_satisfied ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_mixed_valid_and_malformed_instances ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_all_valid ... ok
[INFO] [stdout] test trigger::tests::on_artifact_scoped ... ok
[INFO] [stdout] test trigger::tests::on_change_not_satisfied_when_output_newer_than_input ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_mixed_valid_and_stale_instances ... ok
[INFO] [stdout] test trigger::tests::on_artifact_not_satisfied_when_stale ... ok
[INFO] [stdout] test trigger::tests::on_change_not_satisfied_when_same_timestamp ... ok
[INFO] [stdout] test trigger::tests::on_change_satisfied_when_input_newer_than_output ... ok
[INFO] [stdout] test trigger::tests::on_change_ignores_stale_may_produce_timestamps ... ok
[INFO] [stdout] test trigger::tests::on_change_satisfied_when_required_outputs_are_partially_scanned ... ok
[INFO] [stdout] test trigger::tests::on_change_uses_newest_matching_output_timestamp_per_type ... ok
[INFO] [stdout] test trigger::tests::on_invalid_not_satisfied_when_all_valid ... ok
[INFO] [stdout] test trigger::tests::on_change_satisfied_when_no_output_evidence ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_mixed_valid_and_invalid_instances ... ok
[INFO] [stdout] test trigger::tests::on_change_not_satisfied_when_no_instances ... ok
[INFO] [stdout] test trigger::tests::on_invalid_satisfied_with_malformed_instance ... ok
[INFO] [stdout] test trigger::tests::on_invalid_not_satisfied_when_stale ... ok
[INFO] [stdout] test trigger::tests::unpartitioned_visible_to_scoped_trigger ... ok
[INFO] [stdout] test validation::tests::empty_object_fails_with_required_fields ... ok
[INFO] [stdout] test validation::tests::error_contains_artifact_type_name ... ok
[INFO] [stdout] test trigger::tests::on_invalid_not_satisfied_when_no_instances ... ok
[INFO] [stdout] test validation::tests::missing_required_field_fails ... ok
[INFO] [stdout] test validation::tests::error_contains_schema_path ... ok
[INFO] [stdout] test validation::tests::complex_schema_validation ... ok
[INFO] [stdout] test trigger::tests::on_invalid_satisfied_with_invalid_instance ... ok
[INFO] [stdout] test validation::tests::invalid_schema_returns_error ... ok
[INFO] [stdout] test validation::tests::multiple_violations_collected ... ok
[INFO] [stdout] test validation::tests::violations_carry_distinct_paths ... ok
[INFO] [stdout] test validation::tests::wrong_type_fails ... ok
[INFO] [stdout] test validation::tests::valid_artifact_passes ... ok
[INFO] [stdout] test validation::tests::nested_object_validation_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 302 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/runa-9019267acd2769cd)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test commands::init::tests::days_to_date_known_timestamps ... ok
[INFO] [stdout] test commands::init::tests::existing_runa_path_diagnostic_ignores_owner_mismatch_when_writable ... ok
[INFO] [stdout] test commands::init::tests::invalid_manifest_returns_error ... ok
[INFO] [stdout] test commands::init::tests::existing_runa_path_diagnostic_reports_owner_mismatch_when_unwritable ... ok
[INFO] [stdout] test commands::init::tests::nonexistent_methodology_returns_error ... ok
[INFO] [stdout] test commands::run::tests::classify_outcome_still_blocks_when_waiting_for_non_quiescent_reason ... ok
[INFO] [stdout] test commands::run::tests::classify_outcome_uses_waiting_reason_not_display_text_for_current_outputs ... ok
[INFO] [stdout] test commands::step::tests::command_has_mcp_config_arg_matches_claude_mcp_config_spellings ... ok
[INFO] [stdout] test commands::run::tests::usable_agent_command_requires_non_empty_argv ... ok
[INFO] [stdout] test commands::init::tests::custom_config_path_writes_config_there ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_includes_protocol_scope_and_project_env ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_skips_non_executable_sibling_and_uses_path ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_skips_non_executable_path_entries ... ok
[INFO] [stdout] test commands::init::tests::state_file_does_not_contain_methodology_path ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_uses_path_when_sibling_is_missing ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_forwards_transcript_environment_when_enabled ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_preserves_unresolved_bare_preview_command ... ok
[INFO] [stdout] test commands::step::tests::candidate_key_preserves_protocol_and_work_unit ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_prefers_sibling_over_path ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_absolutizes_relative_command_and_config_paths ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_uses_path_when_current_exe_is_unavailable ... ok
[INFO] [stdout] test commands::step::tests::live_fallback_reports_blocked_when_refresh_still_has_no_ready_work ... ok
[INFO] [stdout] test commands::init::tests::idempotent_run_succeeds_twice ... ok
[INFO] [stdout] test commands::init::tests::config_file_omits_artifacts_dir_when_not_provided ... ok
[INFO] [stdout] test exit_codes::tests::commons_exit_codes_match_specification ... ok
[INFO] [stdout] test commands::step::tests::live_fallback_reports_nothing_ready_when_refresh_only_has_current_outputs ... ok
[INFO] [stdout] test commands::step::tests::live_fallback_reselects_ready_entry_after_refresh ... ok
[INFO] [stdout] test commands::init::tests::config_file_records_methodology_path ... ok
[INFO] [stdout] test commands::init::tests::valid_manifest_creates_config_and_state_files ... ok
[INFO] [stdout] test commands::init::tests::state_file_records_version_and_timestamp ... ok
[INFO] [stdout] test commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state ... FAILED
[INFO] [stdout] test commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path ... FAILED
[INFO] [stdout] test commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled ... FAILED
[INFO] [stdout] test commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled ... FAILED
[INFO] [stdout] test commands::step::tests::execute_entry_rejects_direct_claude_command_with_equals_mcp_config ... ok
[INFO] [stdout] test commands::step::tests::execute_entry_wires_direct_claude_command_to_mcp_config ... ok
[INFO] [stdout] stdout SECRET_VALUE
[INFO] [stderr] stderr SECRET_VALUE
[INFO] [stdout] test commands::step::tests::execute_entry_writes_redacted_agent_transcript_events_when_enabled ... ok
[INFO] [stdout] test commands::step::tests::execute_entry_rejects_direct_claude_command_with_existing_mcp_config ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state' (330) panicked at runa-cli/src/commands/init.rs:538:46:
[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:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6395d13db0ba - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6395d13db0ba - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6395d13f112a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6395d13f112a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x6395d13dfb72 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x6395d13dfb72 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6395d13b791f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6395d13b791f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6395d13d2439 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6395d118e56c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x6395d118e56c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6395d13d25f2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x6395d13d25f2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6395d13b79d8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6395d13af019 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6395d13b893d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6395d13f18ec - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6395d13f1662 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6395d11430e6 - <core[35159d6ffb30e017]::result::Result<(), std[ec419fa8110287d5]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6395d11430e6 - runa[5d680566481d3cfe]::commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:538:46
[INFO] [stdout]   22:     0x6395d113c7a7 - runa[5d680566481d3cfe]::commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:525:84
[INFO] [stdout]   23:     0x6395d116b246 - <runa[5d680566481d3cfe]::commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6395d118184b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6395d118184b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x6395d118f03b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6395d118f03b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x6395d118f03b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x6395d1189a14 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x6395d1189a14 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6395d1191c42 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6395d1191c42 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6395d1191c42 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6395d13da47f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x6395d13da47f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7ff32787daa4 - <unknown>
[INFO] [stdout]   45:     0x7ff32790aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path' (331) panicked at runa-cli/src/commands/init.rs:484:46:
[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:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6395d13db0ba - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6395d13db0ba - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6395d13f112a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6395d13f112a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x6395d13dfb72 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x6395d13dfb72 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6395d13b791f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6395d13b791f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6395d13d2439 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6395d118e56c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x6395d118e56c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6395d13d25f2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x6395d13d25f2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6395d13b79d8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6395d13af019 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6395d13b893d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6395d13f18ec - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6395d13f1662 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6395d1141ec6 - <core[35159d6ffb30e017]::result::Result<(), std[ec419fa8110287d5]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6395d1141ec6 - runa[5d680566481d3cfe]::commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:484:46
[INFO] [stdout]   22:     0x6395d113c717 - runa[5d680566481d3cfe]::commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:473:74
[INFO] [stdout]   23:     0x6395d116b186 - <runa[5d680566481d3cfe]::commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6395d118184b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6395d118184b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x6395d118f03b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6395d118f03b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x6395d118f03b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x6395d1189a14 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x6395d1189a14 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6395d1191c42 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6395d1191c42 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6395d1191c42 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6395d13da47f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x6395d13da47f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7ff32787daa4 - <unknown>
[INFO] [stdout]   45:     0x7ff32790aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled' (349) panicked at runa-cli/src/commands/step.rs:1626:9:
[INFO] [stdout] agent stdout should be a pipe when transcripts are enabled: /tmp/.tmpm1XRUh/fd-report.txt
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6395d13db0ba - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6395d13db0ba - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6395d13f112a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6395d13f112a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x6395d13dfb72 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x6395d13dfb72 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6395d13b791f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6395d13b791f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6395d13d2439 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6395d118e56c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x6395d118e56c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6395d13d25f2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x6395d13d25f2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6395d13b79d8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6395d13af019 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6395d13b893d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6395d13f18ec - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6395d11360b7 - runa[5d680566481d3cfe]::commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/step.rs:1626:9
[INFO] [stdout]   20:     0x6395d112ad67 - runa[5d680566481d3cfe]::commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/step.rs:1596:72
[INFO] [stdout]   21:     0x6395d116b5c6 - <runa[5d680566481d3cfe]::commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x6395d118184b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x6395d118184b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x6395d118f03b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x6395d118f03b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x6395d118f03b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x6395d1189a14 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x6395d1189a14 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x6395d1191c42 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x6395d1191c42 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x6395d1191c42 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6395d13da47f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x6395d13da47f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7ff32787daa4 - <unknown>
[INFO] [stdout]   43:     0x7ff32790aa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled' (350) panicked at runa-cli/src/commands/step.rs:1581:9:
[INFO] [stdout] assertion `left == right` failed: agent stdout should be inherited unchanged when transcripts are disabled
[INFO] [stdout]   left: Some("/tmp/.tmpjtqejr/fd-report.txt")
[INFO] [stdout]  right: Some("pipe:[808451]")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6395d13db0ba - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6395d13db0ba - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6395d13db0ba - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6395d13f112a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6395d13f112a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x6395d13dfb72 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x6395d13dfb72 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6395d13b791f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6395d13b791f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6395d13d2439 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6395d118e56c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x6395d118e56c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6395d13d25f2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x6395d13d25f2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6395d13b79d8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6395d13af019 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6395d13b893d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6395d13f18ec - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6395d13f1803 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x6395d115c061 - core[35159d6ffb30e017]::panicking::assert_failed::<core[35159d6ffb30e017]::option::Option<std[ec419fa8110287d5]::path::PathBuf>, core[35159d6ffb30e017]::option::Option<std[ec419fa8110287d5]::path::PathBuf>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x6395d113a477 - runa[5d680566481d3cfe]::commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/step.rs:1581:9
[INFO] [stdout]   22:     0x6395d112ae87 - runa[5d680566481d3cfe]::commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/step.rs:1555:87
[INFO] [stdout]   23:     0x6395d116b746 - <runa[5d680566481d3cfe]::commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6395d118184b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6395d118184b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x6395d118f03b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6395d118f03b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6395d118f03b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6395d118f03b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x6395d118f03b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x6395d1189a14 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x6395d1189a14 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6395d1191c42 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6395d1191c42 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6395d1191c42 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6395d1191c42 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6395d1191c42 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6395d13da47f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x6395d13da47f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7ff32787daa4 - <unknown>
[INFO] [stdout]   45:     0x7ff32790aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state
[INFO] [stdout]     commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path
[INFO] [stdout]     commands::step::tests::execute_entry_pipes_agent_streams_when_transcripts_are_enabled
[INFO] [stdout]     commands::step::tests::execute_entry_preserves_inherited_agent_streams_when_transcripts_are_disabled
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 34 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p runa-cli --bin runa`
[INFO] running `Command { std: "docker" "inspect" "1f6011a331b23f09f9cbf8485a825d57f0947f7004e79aba0225745d3a3d8459", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f6011a331b23f09f9cbf8485a825d57f0947f7004e79aba0225745d3a3d8459", kill_on_drop: false }`
[INFO] [stdout] 1f6011a331b23f09f9cbf8485a825d57f0947f7004e79aba0225745d3a3d8459
