[INFO] cloning repository https://github.com/sizzlecar/orchestral [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sizzlecar/orchestral" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsizzlecar%2Forchestral", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsizzlecar%2Forchestral'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4035de34069427800902a88fc519309eb25a6762 [INFO] testing sizzlecar/orchestral against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsizzlecar%2Forchestral" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/sizzlecar/orchestral [INFO] finished tweaking git repo https://github.com/sizzlecar/orchestral [INFO] tweaked toml for git repo https://github.com/sizzlecar/orchestral written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sizzlecar/orchestral on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sizzlecar/orchestral 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc1253a6026a9cc9eada2efc6eb87a41dc073111f93f371b1e0e8858876ea615 [INFO] running `Command { std: "docker" "start" "-a" "dc1253a6026a9cc9eada2efc6eb87a41dc073111f93f371b1e0e8858876ea615", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc1253a6026a9cc9eada2efc6eb87a41dc073111f93f371b1e0e8858876ea615", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc1253a6026a9cc9eada2efc6eb87a41dc073111f93f371b1e0e8858876ea615", kill_on_drop: false }` [INFO] [stdout] dc1253a6026a9cc9eada2efc6eb87a41dc073111f93f371b1e0e8858876ea615 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b267ca0f6c31bf76a4261c25ec243199d0b972d953b8b2d8f14c16de1c131ea [INFO] running `Command { std: "docker" "start" "-a" "4b267ca0f6c31bf76a4261c25ec243199d0b972d953b8b2d8f14c16de1c131ea", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling zerocopy v0.8.36 [INFO] [stderr] Compiling zmij v1.0.17 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling cc v1.2.54 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling time v0.3.46 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling bumpalo v3.19.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling liblzma-sys v0.4.5 [INFO] [stderr] Compiling zlib-rs v0.6.0 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling libbz2-rs-sys v0.2.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling webpki-roots v1.0.5 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling unicode-truncate v2.0.1 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling kasuari v0.4.11 [INFO] [stderr] Compiling liblzma v0.4.6 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling bzip2 v0.6.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling compact_str v0.9.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling uuid v1.20.0 [INFO] [stderr] Compiling lru v0.16.3 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling ppmd-rust v1.4.0 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling orchestral-core v0.2.0 (/opt/rustwide/workdir/core/orchestral-core) [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling zip v4.6.1 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling ratatui-core v0.1.0 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling llm v1.3.7 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling line-clipping v0.3.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling ratatui-widgets v0.3.0 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling clap_builder v4.5.57 [INFO] [stderr] Compiling ratatui-crossterm v0.1.0 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling ratatui-macros v0.7.0 [INFO] [stderr] Compiling ratatui v0.30.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling clap v4.5.57 [INFO] [stderr] Compiling orchestral-runtime v0.2.0 (/opt/rustwide/workdir/core/orchestral-runtime) [INFO] [stderr] Compiling orchestral v0.2.0 (/opt/rustwide/workdir/core/orchestral) [INFO] [stderr] Compiling orchestral-examples v0.1.0 (/opt/rustwide/workdir/examples) [INFO] [stderr] Compiling orchestral-cli v0.2.0 (/opt/rustwide/workdir/apps/orchestral-cli) [INFO] [stderr] Compiling orchestral-telegram v0.2.0 (/opt/rustwide/workdir/apps/orchestral-telegram) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s [INFO] running `Command { std: "docker" "inspect" "4b267ca0f6c31bf76a4261c25ec243199d0b972d953b8b2d8f14c16de1c131ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b267ca0f6c31bf76a4261c25ec243199d0b972d953b8b2d8f14c16de1c131ea", kill_on_drop: false }` [INFO] [stdout] 4b267ca0f6c31bf76a4261c25ec243199d0b972d953b8b2d8f14c16de1c131ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81d378aa0c364beb84d22a2ddc9ead9d3f95d7a079882961fd8f0f6a1961def1 [INFO] running `Command { std: "docker" "start" "-a" "81d378aa0c364beb84d22a2ddc9ead9d3f95d7a079882961fd8f0f6a1961def1", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling orchestral-core v0.2.0 (/opt/rustwide/workdir/core/orchestral-core) [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling llm v1.3.7 [INFO] [stderr] Compiling orchestral-runtime v0.2.0 (/opt/rustwide/workdir/core/orchestral-runtime) [INFO] [stderr] Compiling orchestral-examples v0.1.0 (/opt/rustwide/workdir/examples) [INFO] [stderr] Compiling orchestral v0.2.0 (/opt/rustwide/workdir/core/orchestral) [INFO] [stderr] Compiling orchestral-cli v0.2.0 (/opt/rustwide/workdir/apps/orchestral-cli) [INFO] [stderr] Compiling orchestral-telegram v0.2.0 (/opt/rustwide/workdir/apps/orchestral-telegram) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "81d378aa0c364beb84d22a2ddc9ead9d3f95d7a079882961fd8f0f6a1961def1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81d378aa0c364beb84d22a2ddc9ead9d3f95d7a079882961fd8f0f6a1961def1", kill_on_drop: false }` [INFO] [stdout] 81d378aa0c364beb84d22a2ddc9ead9d3f95d7a079882961fd8f0f6a1961def1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 16ae5c1d9ccb156d05a3ec1f62ec37fd156ace30c28ed29746611b3f36fddb06 [INFO] running `Command { std: "docker" "start" "-a" "16ae5c1d9ccb156d05a3ec1f62ec37fd156ace30c28ed29746611b3f36fddb06", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orchestral-34615a1aebee8bf0) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/orchestral_cli-ff725ed232df91b0) [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test envfile::tests::test_parse_env_entries_rejects_invalid_lines ... ok [INFO] [stdout] test envfile::tests::test_parse_env_entries_supports_export_prefix_and_quotes ... ok [INFO] [stdout] test runtime::client::config::tests::test_embedded_default_config_excludes_deprecated_actions ... ok [INFO] [stdout] test runtime::client::config::tests::test_auto_override_planner_no_override_when_key_present ... ok [INFO] [stdout] test runtime::client::config::tests::test_auto_override_planner_switches_backend_when_key_missing ... ok [INFO] [stdout] test runtime::client::config::tests::test_detect_default_llm_profile_falls_back_to_openrouter_then_openai_default ... ok [INFO] [stdout] test runtime::client::config::tests::test_detect_default_llm_profile_accepts_google_and_claude_aliases ... ok [INFO] [stdout] test runtime::client::config::tests::test_detect_default_llm_profile_prefers_anthropic_over_openai ... ok [INFO] [stdout] test runtime::client::config::tests::test_detect_default_llm_profile_openai_only ... ok [INFO] [stdout] test runtime::client::config::tests::test_detect_default_llm_profile_prefers_google_over_other_keys ... ok [INFO] [stdout] test runtime::client::config::tests::test_embedded_default_config_includes_core_actions ... ok [INFO] [stdout] test runtime::client::submit::tests::test_render_plan_summary_formats_steps ... ok [INFO] [stdout] test runtime::client::submit::tests::test_render_plan_summary_uses_done_output_type_for_empty_steps ... ok [INFO] [stdout] test runtime::client::submit::tests::test_render_plan_summary_uses_need_input_output_type_for_empty_steps ... ok [INFO] [stdout] test runtime::client::submit::tests::test_should_render_terminal_execution_status_ignores_recoverable_failure ... ok [INFO] [stdout] test runtime::client::tests::test_apply_planner_overrides_aligns_backend_with_model_profile ... ok [INFO] [stdout] test runtime::client::tests::test_event_interaction_id_from_assistant_output ... ok [INFO] [stdout] test runtime::client::submit::tests::test_should_render_terminal_execution_status_keeps_terminal_failure ... ok [INFO] [stdout] test runtime::client::tests::test_build_boot_info_graceful_on_missing_config ... ok [INFO] [stdout] test runtime::client::tests::test_event_interaction_id_from_system_trace_payload ... ok [INFO] [stdout] test runtime::client::tests::test_format_running_label_avoids_duplicate_parentheses ... ok [INFO] [stdout] test runtime::client::tests::test_runtime_override_config_path_is_stable_sibling_file ... ok [INFO] [stdout] test runtime::event_projection::tests::test_project_execution_completed_preserves_agent_loop_continue_flag ... ok [INFO] [stdout] test scenario::tests::test_assert_contains_passes_when_joined_output_matches ... ok [INFO] [stdout] test scenario::tests::test_command_looks_like_path_detects_relative_paths ... ok [INFO] [stdout] test runtime::client::config::tests::test_embedded_default_config_is_valid_yaml ... ok [INFO] [stdout] test runtime::client::tests::test_normalize_step_action_label_falls_back_to_step_id_for_empty_action ... ok [INFO] [stdout] test runtime::event_projection::tests::test_project_execution_progress_agent_progress ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_allows_expected_failed_status ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_checks_activity_occurrence_bounds ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_fails_on_failed_status ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_checks_assistant_and_execution_mode ... ok [INFO] [stdout] test scenario::tests::test_parse_status_line_extracts_status ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_collects_failures ... ok [INFO] [stdout] test runtime::client::tests::test_build_boot_info_reads_config ... ok [INFO] [stdout] test scenario::tests::test_resolve_relative_keeps_absolute_paths ... ok [INFO] [stdout] test scenario::tests::test_resolve_relative_joins_spec_dir ... ok [INFO] [stdout] test scenario::tests::test_sanitize_name_normalizes_symbols ... ok [INFO] [stdout] test tui::tests::test_parse_script_inputs_skips_comments_and_blanks ... ok [INFO] [stdout] test tui::ui::tests::test_draw_approval_modal_does_not_hide_top_history_lines ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_checks_artifact_content ... ok [INFO] [stdout] test scenario::tests::test_evaluate_expectations_checks_turn_snapshots ... ok [INFO] [stdout] test scenario::tests::test_prepare_scenario_rejects_thread_id_with_fresh_thread_per_turn ... ok [INFO] [stdout] test scenario::tests::test_archive_runtime_log_copies_runtime_log ... ok [INFO] [stdout] test tui::ui::tests::test_top_anchored_rect_starts_near_top ... ok [INFO] [stdout] test tui::ui::tests::test_input_anchored_rect_respects_viewport_top_padding ... ok [INFO] [stdout] test tui::ui::tests::test_input_anchored_rect_tracks_input_bottom ... ok [INFO] [stdout] test tui::update::tests::test_approval_modal_enter_submits_approve_once ... ok [INFO] [stdout] test tui::update::tests::test_approval_modal_remember_prefix_and_submit ... ok [INFO] [stdout] test tui::update::tests::test_late_assistant_delta_after_outputpersist_is_ignored ... ok [INFO] [stdout] test tui::update::tests::test_log_preview_handles_multibyte ... ok [INFO] [stdout] test scenario::tests::test_materialize_workspace_copies_file_to_relative_target ... ok [INFO] [stdout] test tui::update::tests::test_output_persist_dedupes_same_line_in_one_turn ... ok [INFO] [stdout] test tui::update::tests::test_outputpersist_before_execution_end_reply_kept_in_history ... ok [INFO] [stdout] test tui::update::tests::test_repeated_multiline_outputpersist_does_not_add_full_text_fallback_duplicate ... ok [INFO] [stdout] test tui::update::tests::test_second_outputpersist_before_execution_end_replaces_previous_block ... ok [INFO] [stdout] test tui::update::tests::test_stream_provisional_then_final_output_replaces_stream_line ... ok [INFO] [stdout] test tui::update::tests::test_stream_then_outputpersist_dedupes_final_reply ... ok [INFO] [stdout] test tui::update::tests::test_log_preview_short_string ... ok [INFO] [stdout] test tui::update::tests::test_multiline_stream_then_outputpersist_replaces_stream_line_without_duplicate ... ok [INFO] [stdout] test tui::update::tests::test_assistant_delta_done_without_chunk_does_not_insert_blank_line ... ok [INFO] [stdout] test tui::update::tests::test_outputpersist_after_execution_end_reply_still_rendered ... ok [INFO] [stdout] test tui::ui::tests::test_draw_keeps_assistant_reply_visible_after_execution_end ... ok [INFO] [stdout] test scenario::tests::test_cleanup_session_restores_snapshots_and_removes_new_matching_files ... ok [INFO] [stdout] test scenario::tests::test_run_verification_collects_stdout_assertions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orchestral_core-6e5fae6a0a168e41) [INFO] [stdout] [INFO] [stdout] running 59 tests [INFO] [stdout] test config::loader::tests::test_validate_config_rejects_empty_runtime_extension_name ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_rejects_s3_mode_without_bucket ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_rejects_zero_max_planner_iterations ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_accepts_default_extensions ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_accepts_mcp_server_with_command ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_rejects_mcp_server_without_transport ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_ignores_legacy_duplicate_recipe_templates ... ok [INFO] [stdout] test config::loader::tests::test_extensions_alias_plugins_maps_to_runtime ... ok [INFO] [stdout] test config::loader::tests::test_validate_config_accepts_recipe_templates ... ok [INFO] [stdout] test executor::step_support::tests::test_render_working_set_template_errors_on_missing_binding ... ok [INFO] [stdout] test executor::step_support::tests::test_resolve_param_templates_keeps_legacy_dot_index_lookup ... ok [INFO] [stdout] test executor::step_support::tests::test_resolve_param_templates_supports_bracket_index_and_string_path_accessor ... ok [INFO] [stdout] test executor::step_support::tests::test_resolve_param_templates_synthesizes_step_object_from_exported_fields ... ok [INFO] [stdout] test executor::step_support::tests::test_render_working_set_template_renders_nested_scalar_bindings ... ok [INFO] [stdout] test executor::tests::test_executor_resolves_param_templates_from_working_set ... ok [INFO] [stdout] test executor::tests::test_input_schema_validation_fails_on_wrong_type ... ok [INFO] [stdout] test executor::tests::test_io_binding_injects_input_for_downstream_step ... ok [INFO] [stdout] test executor::tests::test_agent_step_uses_configured_agent_executor ... ok [INFO] [stdout] test executor::tests::test_action_preflight_hook_rejects_step_before_action_run ... ok [INFO] [stdout] test executor::tests::test_execute_with_max_parallel_one_keeps_remaining_ready_nodes ... ok [INFO] [stdout] test executor::tests::test_executor_resolves_param_templates_from_io_bound_params ... ok [INFO] [stdout] test executor::tests::test_agent_step_requires_executor_or_fails ... ok [INFO] [stdout] test executor::tests::test_output_schema_validation_fails_on_wrong_type ... ok [INFO] [stdout] test executor::tests::test_missing_declared_export_fails_step_when_strict ... ok [INFO] [stdout] test executor::tests::test_missing_required_binding_fails_step ... ok [INFO] [stdout] test executor::tests::test_progress_reporter_receives_step_lifecycle_events ... ok [INFO] [stdout] test executor::tests::test_retryable_error_exhausts_and_fails ... ok [INFO] [stdout] test executor::tests::test_retryable_error_retries_and_then_succeeds ... ok [INFO] [stdout] test executor::tests::test_step_completion_metadata_uses_target_path_when_present ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_derives_depends_on_from_io_bindings ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_infers_wait_user_kind_from_action_name ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_converts_legacy_output_rules_array_for_leaf_agents ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_populates_agent_exports_from_output_keys ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_populates_exports_from_action_output_schema ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_rejects_agent_params_when_iterations_out_of_range ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_rejects_agent_params_without_goal ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_rejects_explore_agent_with_side_effect_sensitive_outputs ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_derives_depends_on_from_param_templates ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_infers_agent_kind_and_applies_default_iterations ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_rejects_leaf_agent_with_shell_actions ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_repairs_leaf_agent_with_file_read_actions_to_explore ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_repairs_malformed_leaf_output_rules_entries ... ok [INFO] [stdout] test spi::lifecycle::tests::test_before_step_skip_short_circuits ... ok [INFO] [stdout] test spi::lifecycle::tests::test_lifecycle_registry_dispatches_hooks ... ok [INFO] [stdout] test spi::tests::test_dispatch_fail_closed_stops ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_applies_leaf_agent_defaults ... ok [INFO] [stdout] test normalizer::tests::test_normalizer_allows_external_working_set_template_refs_without_dependencies ... ok [INFO] [stdout] test spi::tests::test_dispatch_fail_open_continues ... ok [INFO] [stdout] test spi::tests::test_dispatch_sequential_order ... ok [INFO] [stdout] test store::working_set::tests::test_working_set_evicts_oldest_entry_when_limit_exceeded ... ok [INFO] [stdout] test store::event_bus::tests::test_broadcast_bus_publish_without_subscribers_is_ok ... ok [INFO] [stdout] test types::task::tests::test_task_checkpoint_updates_payload ... ok [INFO] [stdout] test store::memory_task::tests::test_in_memory_task_store_limit ... ok [INFO] [stdout] test store::memory_event::tests::test_in_memory_event_store_limit ... ok [INFO] [stdout] test types::task::tests::test_task_state_classification_flags ... ok [INFO] [stdout] test types::task::tests::test_task_transition_methods_update_state ... ok [INFO] [stdout] test store::event_bus::tests::test_broadcast_bus_delivers_event ... ok [INFO] [stdout] test store::working_set::tests::test_working_set_update_marks_entry_as_recent ... ok [INFO] [stdout] test executor::tests::test_execute_runs_ready_steps_in_parallel_batches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orchestral_examples-ab2fe55df5cdf67c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orchestral_runtime-7002786142962b44) [INFO] [stdout] [INFO] [stdout] running 189 tests [INFO] [stdout] test action::builtin::tests::test_extract_inline_script_body_detects_python_c_and_shell_c ... ok [INFO] [stdout] test action::builtin::skill_activate::tests::skill_activate_returns_error_for_unknown_skill ... ok [INFO] [stdout] test action::builtin::skill_activate::tests::skill_activate_returns_full_instructions ... ok [INFO] [stdout] test action::builtin::tests::test_approval_decision_from_ctx_reads_object_message ... ok [INFO] [stdout] test action::builtin::tests::test_approval_decision_from_ctx_reads_string_payload ... ok [INFO] [stdout] test action::builtin::tests::test_file_write_rejects_empty_content_by_default ... ok [INFO] [stdout] test action::builtin::tests::test_file_write_rejects_in_read_only_mode ... ok [INFO] [stdout] test action::builtin::tests::test_requires_destructive_approval_flags_git_reset_shell_expression ... ok [INFO] [stdout] test action::builtin::tests::test_requires_destructive_approval_does_not_flag_git_log_shell_expression ... ok [INFO] [stdout] test action::builtin::tests::test_requires_destructive_approval_for_find_delete_args ... ok [INFO] [stdout] test action::builtin::tests::test_json_stdout_action_serializes_payload_to_stdout ... ok [INFO] [stdout] test action::builtin::tests::test_requires_destructive_approval_for_find_delete_shell_expression ... ok [INFO] [stdout] test action::builtin::tests::test_requires_destructive_approval_for_find_without_delete ... ok [INFO] [stdout] test action::builtin::tests::test_shell_blocks_command_by_policy ... ok [INFO] [stdout] test action::builtin::tests::test_shell_blocks_expression_when_contains_blocked_command ... ok [INFO] [stdout] test action::builtin::tests::test_shell_blocks_expression_when_contains_disallowed_command ... ok [INFO] [stdout] test action::builtin::tests::test_shell_non_zero_exit_is_error_by_default ... ok [INFO] [stdout] test action::builtin::tests::test_shell_rejects_expression_without_explicit_shell_mode ... ok [INFO] [stdout] test action::builtin::tool_lookup::tests::tool_lookup_returns_error_for_unknown_action ... ok [INFO] [stdout] test action::builtin::tool_lookup::tests::tool_lookup_returns_schema_for_registered_action ... ok [INFO] [stdout] test action::factory::tests::test_factory_builds_builtin_actions ... ok [INFO] [stdout] test action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots ... FAILED [INFO] [stdout] test action::factory::tests::test_factory_rejects_removed_document_structured_kinds ... ok [INFO] [stdout] test action::builtin::tests::test_file_read_trims_whitespace_around_path ... FAILED [INFO] [stdout] test action::factory::tests::test_merge_action_metadata_overrides_declared_interface ... ok [INFO] [stdout] test action::builtin::tests::test_file_read_respects_size_limit_and_truncate ... FAILED [INFO] [stdout] test action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots ... FAILED [INFO] [stdout] test action::builtin::tests::test_file_write_allows_empty_content_with_opt_in ... FAILED [INFO] [stdout] test action::loader::tests::summarize_description_compacts_whitespace ... ok [INFO] [stdout] test action::loader::tests::summarize_schema_lists_fields_and_required ... ok [INFO] [stdout] test action::mcp::tests::extract_tool_names_sorts_and_deduplicates ... ok [INFO] [stdout] test action::mcp::tests::from_spec_requires_command_or_url ... ok [INFO] [stdout] test action::mcp::tests::allows_tool_respects_enabled_and_disabled_lists ... ok [INFO] [stdout] test action::mcp::tests::probe_mcp_server_tools_respects_enabled_disabled_filter ... ok [INFO] [stdout] test action::mcp::tests::run_call_over_stdio_invokes_tool_and_returns_payload ... ok [INFO] [stdout] test action::providers::tests::collect_action_registration_specs_records_sources ... ok [INFO] [stdout] test action::mcp::tests::mcp_tool_action_calls_tool_directly ... ok [INFO] [stdout] test action::providers::tests::collect_action_specs_keeps_override_order_for_same_name ... ok [INFO] [stdout] test action::providers::tests::collect_mcp_action_specs_discovers_project_root_when_config_under_configs_dir ... ok [INFO] [stdout] test action::providers::tests::env_disable_flag_interprets_boolean_values ... ok [INFO] [stdout] test action::providers::tests::extra_paths_from_config_and_env_handles_missing_env ... ok [INFO] [stdout] test action::providers::tests::extra_paths_from_config_and_env_merges_sources ... ok [INFO] [stdout] test action::providers::tests::parse_mcp_discovery_file_parses_aliases_and_timeouts ... ok [INFO] [stdout] test action::shell_sandbox::tests::test_linux_bwrap_args_contain_expected_flags ... ok [INFO] [stdout] test action::providers::tests::collect_mcp_action_specs_merges_discovery_and_explicit_overrides ... ok [INFO] [stdout] test action::mcp::tests::probe_mcp_server_tools_returns_descriptors_with_schemas ... ok [INFO] [stdout] test action::shell_sandbox::tests::test_none_mode_passthrough_command ... ok [INFO] [stdout] test action::shell_sandbox::tests::test_parse_sandbox_backend ... ok [INFO] [stdout] test action::mcp::tests::run_list_tools_over_stdio_returns_success_exports ... ok [INFO] [stdout] test action::shell_sandbox::tests::test_parse_sandbox_mode ... ok [INFO] [stdout] test agent::tests::test_action_preflight_allows_shell_expression_command_with_existing_binary_token ... ok [INFO] [stdout] test action::test_hooks::tests::test_forced_action_failure_once_consumes_single_hit ... ok [INFO] [stdout] test agent::tests::test_agent_executor_forces_finalization_after_last_action_iteration ... ok [INFO] [stdout] test agent::tests::test_agent_executor_fast_fails_when_shell_python_script_is_missing ... ok [INFO] [stdout] test agent::tests::test_action_preflight_resolves_python_script_relative_to_workdir ... ok [INFO] [stdout] test agent::tests::test_agent_executor_returns_error_when_final_has_no_materialized_evidence ... ok [INFO] [stdout] test agent::tests::test_agent_executor_materializes_outputs_from_auto_stdout_slot_via_rules ... ok [INFO] [stdout] test agent::tests::test_agent_executor_materializes_outputs_from_stdout_json_without_capture ... ok [INFO] [stdout] test agent::tests::test_agent_executor_materializes_outputs_from_saved_slot ... ok [INFO] [stdout] test agent::tests::test_agent_executor_materializes_template_summary_from_outputs ... ok [INFO] [stdout] test agent::tests::test_agent_executor_wraps_json_stdout_payload_for_leaf_outputs ... ok [INFO] [stdout] test agent::tests::test_agent_executor_with_tool_call_client ... ok [INFO] [stdout] test agent::tests::test_agent_executor_runs_action_then_returns_final ... ok [INFO] [stdout] test agent::tests::test_agent_tool_definitions_has_three_tools ... ok [INFO] [stdout] test agent::tests::test_collect_agent_debug_text_payloads_finds_multiline_script ... ok [INFO] [stdout] test agent::tests::test_leaf_execute_action_schema_requires_payload_and_result_slot ... ok [INFO] [stdout] test agent::tests::test_materialize_output_rules_accept_requires_action_evidence ... ok [INFO] [stdout] test agent::tests::test_materialize_output_rules_allow_explicit_fallback_aliases ... ok [INFO] [stdout] test agent::tests::test_agent_prompt_includes_execution_environment ... ok [INFO] [stdout] test agent::tests::test_materialize_output_rules_do_not_fallback_to_generic_aliases ... ok [INFO] [stdout] test agent::tests::test_agent_prompt_includes_skill_knowledge ... ok [INFO] [stdout] test agent::tests::test_materialize_output_rules_reject_spoofed_action_named_slot ... ok [INFO] [stdout] test agent::tests::test_parse_agent_params_parses_output_rules ... ok [INFO] [stdout] test agent::tests::test_parse_agent_params_retains_bound_inputs ... ok [INFO] [stdout] test agent::tests::test_parse_leaf_agent_params_and_prompt ... ok [INFO] [stdout] test agent::tests::test_parse_tool_call_finish ... ok [INFO] [stdout] test agent::tests::test_parse_tool_call_return_final ... ok [INFO] [stdout] test agent::tests::test_parse_tool_call_unknown_tool ... ok [INFO] [stdout] test agent::tests::test_summarize_bound_input_value_compacts_multiline_skill_text ... ok [INFO] [stdout] test agent::tests::test_validate_agent_action_success_rejects_empty_leaf_payload ... ok [INFO] [stdout] test api::runtime::tests::test_default_builder_accepts_extension_config ... ok [INFO] [stdout] test agent::tests::test_parse_agent_params_supports_legacy_output_sources ... ok [INFO] [stdout] test agent::tests::test_parse_tool_call_execute_action ... ok [INFO] [stdout] test bootstrap::runtime_builder::tests::test_resolve_planner_backend_selection_falls_back_to_available_openai ... ok [INFO] [stdout] test bootstrap::runtime_builder::tests::test_resolve_planner_backend_selection_prefers_requested_backend_when_key_exists ... ok [INFO] [stdout] test bootstrap::tests::test_default_blob_store_writes_and_reads ... ok [INFO] [stdout] test bootstrap::tests::test_default_component_factory_builds_min_runtime_components ... ok [INFO] [stdout] test bootstrap::tests::test_queue_concurrency_policy_is_rejected_in_bootstrap ... ok [INFO] [stdout] test bootstrap::tests::test_runtime_component_options_include_store_and_blob_hints ... ok [INFO] [stdout] test context::tests::test_compact_system_trace ... ok [INFO] [stdout] test context::tests::test_context_budget_defers_core_when_overflow ... ok [INFO] [stdout] test context::tests::test_context_budget_keeps_core_when_fit ... ok [INFO] [stdout] test context::tests::test_fifo_eviction_compresses_old_system_slices ... ok [INFO] [stdout] test context::tests::test_token_budget_estimate_tokens ... ok [INFO] [stdout] test context::tests::test_truncate_tool_output_head_tail ... ok [INFO] [stdout] test interpreter::tests::postprocess_message_keeps_non_skill_completion_message ... ok [INFO] [stdout] test orchestrator::planning::tests::test_build_single_action_plan_uses_single_step_template ... ok [INFO] [stdout] test orchestrator::planning::tests::test_filter_actions_for_planner_iteration_keeps_original_actions_without_ready_fills ... ok [INFO] [stdout] test orchestrator::planning::tests::test_filter_actions_for_planner_iteration_prefers_spreadsheet_actions_once_fills_ready ... ok [INFO] [stdout] test agent::tests::test_agent_prompt_adds_spreadsheet_binary_rules ... ok [INFO] [stdout] test orchestrator::planning::tests::test_materialize_done_message_rejects_missing_placeholders ... ok [INFO] [stdout] test orchestrator::planning::tests::test_materialize_done_message_renders_working_set_placeholders ... ok [INFO] [stdout] test orchestrator::planning::tests::test_validate_and_prepare_mini_plan_accepts_mcp_actions ... ok [INFO] [stdout] test agent::tests::test_build_bound_inputs_block_omits_skill_doc_in_leaf_mode_when_other_inputs_exist ... ok [INFO] [stdout] test context::tests::test_truncate_tool_output_preserves_short ... ok [INFO] [stdout] test orchestrator::planning::tests::test_validate_and_prepare_mini_plan_sets_default_failure_template ... ok [INFO] [stdout] test orchestrator::planning::tests::test_validate_single_action_accepts_mcp_tools ... ok [INFO] [stdout] test orchestrator::planning::tests::test_validate_single_action_allows_typed_action ... ok [INFO] [stdout] test orchestrator::planning::tests::test_validate_single_action_rejects_unknown_action ... ok [INFO] [stdout] test orchestrator::support::tests::test_summarize_available_bindings_prefers_step_scoped_aliases_and_nested_paths ... ok [INFO] [stdout] test orchestrator::planning::tests::test_validate_single_action_rejects_unavailable_action ... ok [INFO] [stdout] test orchestrator::planning::tests::test_warn_param_issues_logs_missing_required ... ok [INFO] [stdout] test orchestrator::support::tests::test_summarize_binding_shapes_includes_nested_contract_hints ... ok [INFO] [stdout] test orchestrator::tests::test_apply_resume_event_to_working_set_for_external_event ... ok [INFO] [stdout] test orchestrator::tests::test_build_normalization_repair_intent_adds_hard_rules ... ok [INFO] [stdout] test orchestrator::tests::test_locate_normalization_repair_target_patches_only_unfinished_subgraph ... ok [INFO] [stdout] test orchestrator::tests::test_locate_normalization_repair_target_prefers_full_rewrite_without_checkpoint ... ok [INFO] [stdout] test orchestrator::tests::test_locate_recovery_cut_step_backtracks_to_upstream_on_data_contract_error ... ok [INFO] [stdout] test orchestrator::tests::test_locate_recovery_cut_step_does_not_backtrack_to_unfinished_dependency ... ok [INFO] [stdout] test orchestrator::tests::test_locate_recovery_cut_step_keeps_failed_step_on_runtime_error ... ok [INFO] [stdout] test orchestrator::tests::test_locate_recovery_cut_step_prefers_error_referenced_dependency ... ok [INFO] [stdout] 2026-03-31T15:49:17.119815Z  INFO orchestral_runtime::bootstrap::observability: tracing initialized log_level=info traces_enabled=false log_file="(stdout)" [INFO] [stdout] test orchestrator::tests::test_complete_wait_step_for_resume_marks_wait_user ... ok [INFO] [stdout] test orchestrator::tests::test_complete_wait_step_for_resume_matches_wait_event_kind ... ok [INFO] [stdout] 2026-03-31T15:49:17.122629Z  INFO orchestral_runtime::orchestrator::entry: orchestrator received event thread_id=5c1bda36-6bec-4180-8186-fd98ad9b45bb event_type=user_input [INFO] [stdout] 2026-03-31T15:49:17.122899Z  INFO orchestral_runtime::orchestrator::planning: orchestrator planner iteration started interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 iteration=1 max_iterations=4 available_actions=1 history_items=0 observation_count=0 [INFO] [stdout] 2026-03-31T15:49:17.122943Z  INFO orchestral_runtime::orchestrator::planning: orchestrator planner latency interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 iteration=1 planner_elapsed_ms=0 [INFO] [stdout] test orchestrator::tests::test_resolve_plan_response_template_appends_summary_when_on_complete_is_static ... ok [INFO] [stdout] 2026-03-31T15:49:17.123257Z  INFO orchestral_runtime::orchestrator::execution: orchestrator normalize/execute started interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 step_count=1 [INFO] [stdout] test orchestrator::tests::test_resolve_plan_response_template_does_not_duplicate_summary_when_placeholder_exists ... ok [INFO] [stdout] 2026-03-31T15:49:17.123355Z  INFO orchestral_runtime::orchestrator::execution: execute_plan_once DAG state after restore_checkpoint interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 task_completed_step_ids=[] dag_completed=[] dag_ready=["single_action"] plan_step_count=1 [INFO] [stdout] 2026-03-31T15:49:17.123431Z  INFO orchestral_core::executor::run: step execution started task_id=18638a8e-4799-4eaf-9002-01e0178a6393 step_id=single_action action=file_read [INFO] [stdout] test orchestrator::tests::test_resolve_plan_response_template_materializes_nested_bindings ... ok [INFO] [stdout] test orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates ... FAILED [INFO] [stdout] test orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution ... FAILED [INFO] [stdout] 2026-03-31T15:49:17.125946Z  INFO orchestral_runtime::action::loader: action registry loaded count=5 [INFO] [stdout] 2026-03-31T15:49:17.125995Z  INFO orchestral_runtime::action::loader: registered action source="action_config" name=echo kind=echo category=utility desc=Echoes input back as output capabilities=pure input=fields=[message] required=[message] output=fields=[result] required=[result] [INFO] [stdout] 2026-03-31T15:49:17.126040Z  INFO orchestral_runtime::action::loader: registered action source="action_config" name=file_read kind=file_read category=direct desc=Reads a file from disk capabilities=filesystem_read,read_only,verification input=fields=[path] required=[path] output=fields=[content,path] required=[content,path] [INFO] [stdout] 2026-03-31T15:49:17.126110Z  INFO orchestral_runtime::action::loader: registered action source="action_config" name=file_write kind=file_write category=direct desc=Writes a file to disk capabilities=filesystem_write,side_effect input=fields=[append,content,path] required=[content,path] output=fields=[bytes,path] required=[bytes,path] [INFO] [stdout] 2026-03-31T15:49:17.126151Z  INFO orchestral_runtime::action::loader: registered action source="action_config" name=http kind=http category=direct desc=Performs an HTTP request capabilities=network_io,side_effect input=fields=[body,headers,json,method,url] required=[] output=fields=[body,headers,status,url] required=[body,headers,status,url] [INFO] [stdout] 2026-03-31T15:49:17.126187Z  INFO orchestral_runtime::action::loader: registered action source="action_config" name=shell kind=shell category=direct desc=Runs a shell command capabilities=fallback,filesystem_write,shell,side_effect,verification input=fields=[args,command] required=[command] output=fields=[status,stderr,stdout] required=[status,stderr,stdout] [INFO] [stdout] test orchestrator::tests::test_runtime_progress_reporter_persists_and_publishes ... ok [INFO] [stdout] test orchestrator::tests::test_summarize_working_set_applies_semantic_limits ... ok [INFO] [stdout] test orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action ... FAILED [INFO] [stdout] test orchestrator::tests::test_summarize_working_set_is_utf8_safe ... ok [INFO] [stdout] test api::runtime::tests::test_runtime_api_uses_injected_builder ... ok [INFO] [stdout] test planner::factory::tests::test_claude_backend_accepts_claude_api_key_alias ... ok [INFO] [stdout] test planner::factory::tests::test_google_backend_accepts_google_api_key_alias ... ok [INFO] [stdout] test planner::factory::tests::test_unknown_kind ... ok [INFO] [stdout] test planner::factory::tests::test_missing_env_var ... ok [INFO] [stdout] test planner::gemini::tests::test_live_gemini_completion_when_env_set ... ignored, requires live GEMINI_API_KEY and network [INFO] [stdout] test planner::gemini::tests::test_default_config ... ok [INFO] [stdout] test planner::gemini::tests::test_build_url ... ok [INFO] [stdout] test planner::llm::catalog::tests::test_build_capability_catalog_groups_by_category ... ok [INFO] [stdout] test planner::llm::prompt::tests::test_action_selector_prompt_includes_action_metadata ... ok [INFO] [stdout] 2026-03-31T15:49:17.128397Z ERROR orchestral_core::executor::action_runner: action returned terminal error task_id=18638a8e-4799-4eaf-9002-01e0178a6393 step_id=single_action action=file_read error=Invalid path: No such file or directory (os error 2) [INFO] [stdout] 2026-03-31T15:49:17.128450Z ERROR orchestral_core::executor::run: step execution failed task_id=18638a8e-4799-4eaf-9002-01e0178a6393 step_id=single_action action=file_read error=Invalid path: No such file or directory (os error 2) [INFO] [stdout] 2026-03-31T15:49:17.128524Z  INFO orchestral_runtime::orchestrator::execution: orchestrator execution completed interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 result=Failed { step_id: StepId("single_action"), error: "Invalid path: No such file or directory (os error 2)" } [INFO] [stdout] 2026-03-31T15:49:17.128562Z  INFO orchestral_runtime::orchestrator::execution: orchestrator execute_plan_once latency interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 run_elapsed_ms=5 result=Failed { step_id: StepId("single_action"), error: "Invalid path: No such file or directory (os error 2)" } [INFO] [stdout] 2026-03-31T15:49:17.128581Z  INFO orchestral_runtime::orchestrator::execution: orchestrator checkpoint snapshot interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 completed_steps=[] ws_keys=[] [INFO] [stdout] 2026-03-31T15:49:17.128630Z  INFO orchestral_runtime::orchestrator::execution: orchestrator execute_existing_task finished interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 execute_existing_task_elapsed_ms=5 [INFO] [stdout] 2026-03-31T15:49:17.128777Z  INFO orchestral_runtime::orchestrator::planning: orchestrator planner iteration started interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 iteration=2 max_iterations=4 available_actions=1 history_items=0 observation_count=1 [INFO] [stdout] 2026-03-31T15:49:17.128816Z  INFO orchestral_runtime::orchestrator::planning: orchestrator planner latency interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 iteration=2 planner_elapsed_ms=0 [INFO] [stdout] 2026-03-31T15:49:17.128905Z  INFO orchestral_runtime::orchestrator::output: assistant output emitted task_id=18638a8e-4799-4eaf-9002-01e0178a6393 interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb 请提供正确的文件路径 [INFO] [stdout] 2026-03-31T15:49:17.128925Z  INFO orchestral_runtime::orchestrator::planning: orchestrator agent_loop need_input latency interaction_id=844219ec-20b3-42e7-ace4-87e0a84a2acb task_id=18638a8e-4799-4eaf-9002-01e0178a6393 total_turn_elapsed_ms=6 [INFO] [stdout] test planner::llm::tests::test_extract_json_handles_braces_inside_strings ... ok [INFO] [stdout] test orchestrator::tests::test_resolve_plan_response_template_uses_scoped_summary_fallback ... ok [INFO] [stdout] test planner::llm::prompt::tests::test_planner_prompt_uses_template_rules_and_examples ... ok [INFO] [stdout] 2026-03-31T15:49:17.129294Z  INFO orchestral_runtime::planner::llm: action selector request prepared model=anthropic/claude-sonnet-4.5 temperature=0.20000000298023224 action_count=3 selector_max_actions=2 selector_min_action_count=1 [INFO] [stdout] test planner::llm::prompt::tests::test_planner_prompt_includes_observed_execution_state ... ok [INFO] [stdout] test planner::llm::tests::test_extract_json_ignores_non_json_braces ... ok [INFO] [stdout] 2026-03-31T15:49:17.129395Z  INFO orchestral_runtime::planner::llm: action selector resolved actions selected_count=2 blocked_count=1 selected_actions=file_read, file_write blocked_actions=shell reason=Some("typed file actions are sufficient") [INFO] [stdout] 2026-03-31T15:49:17.129472Z  INFO orchestral_runtime::planner::llm: planner request prepared model=anthropic/claude-sonnet-4.5 temperature=0.20000000298023224 intent_len=30 action_count=2 history_count=0 [INFO] [stdout] 2026-03-31T15:49:17.129539Z  INFO orchestral_runtime::planner::llm: planner parsed output output_type="done" ok [INFO] [stdout] 2026-03-31T15:49:17.129573Z  INFO orchestral_runtime::planner::llm: action selector request prepared model=anthropic/claude-sonnet-4.5 temperature=0.20000000298023224 action_count=2 selector_max_actions=1 selector_min_action_count=1 [INFO] [stdout] 2026-03-31T15:49:17.129649Z  WARN orchestral_runtime::planner::llm: action selector did not resolve any narrower action subset; falling back to full action set [INFO] [stdout] 2026-03-31T15:49:17.129707Z  INFO orchestral_runtime::planner::llm: planner request prepared model=anthropic/claude-sonnet-4.5 temperature=0.20000000298023224 intent_len=21 action_count=2 history_count=0 [INFO] [stdout] 2026-03-31T15:49:17.129751Z  INFO orchestral_runtime::planner::llm: planner parsed output output_type="done" ok [INFO] [stdout] test planner::llm::tests::test_llm_planner_uses_selector_filtered_actions ... ok [INFO] [stdout] test planner::llm::tests::test_llm_planner_falls_back_when_selector_returns_unknown_actions ... ok [INFO] [stdout] test planner::llm::tests::test_parse_action_selection_output ... ok [INFO] [stdout] test planner::llm::tests::test_parse_done_output ... ok [INFO] [stdout] test planner::llm::tests::test_parse_mini_plan_output ... ok [INFO] [stdout] test planner::llm::tests::test_planner_prompt_contains_skill_knowledge ... ok [INFO] [stdout] test planner::llm::tests::test_parse_need_input_output ... ok [INFO] [stdout] test planner::llm::tests::test_parse_single_action_output ... ok [INFO] [stdout] test planner::llm::tests::test_planner_prompt_uses_new_output_shapes ... ok [INFO] [stdout] test sdk::tests::test_builder_build_fails_with_invalid_backend ... ok [INFO] [stdout] test sdk::tests::test_builder_defaults ... ok [INFO] [stdout] test sdk::tests::test_builder_fluent_api ... ok [INFO] [stdout] test sdk::tests::test_builder_with_hooks ... ok [INFO] [stdout] test sdk::tests::test_run_result_from_completed_no_assistant_output ... ok [INFO] [stdout] test sdk::tests::test_run_result_from_failed ... ok [INFO] [stdout] test sdk::tests::test_run_result_from_queued ... ok [INFO] [stdout] test sdk::tests::test_run_result_from_rejected ... ok [INFO] [stdout] test sdk::tests::test_run_result_from_completed ... ok [INFO] [stdout] test orchestrator::tests::test_summarize_working_set_prioritizes_stdout_content_and_stderr ... ok [INFO] [stdout] test skill::tests::test_build_instructions_prefers_relevant_skill_matches ... ok [INFO] [stdout] test skill::discovery::tests::test_discover_skills ... ok [INFO] [stdout] test skill::tests::test_build_instructions_requires_name_or_description_relevance_for_keyword_matches ... ok [INFO] [stdout] test skill::tests::test_build_instructions_respects_explicit_skill_name ... ok [INFO] [stdout] test skill::tests::test_build_instructions_skips_irrelevant_skills ... ok [INFO] [stdout] test skill::discovery::tests::test_discover_skills_with_scripts_dir ... ok [INFO] [stdout] test skill::tests::test_build_instructions_uses_ranked_skill_card ... ok [INFO] [stdout] test orchestrator::tests::test_orchestrator_agent_loop_replans_after_failed_action_and_returns_need_input ... ok [INFO] [stdout] test sdk::tests::test_assistant_output_for_task_matches_by_payload_task_id ... ok [INFO] [stdout] test skill::tests::test_build_instructions_does_not_match_generic_docs_skill_for_excel_intent ... ok [INFO] [stdout] test skill::tests::test_skill_catalog_reload_updates_entries ... ok [INFO] [stdout] test skill::tests::test_skill_catalog_zero_max_active_disables_loading ... ok [INFO] [stdout] test skill::tests::test_skill_catalog_max_active ... ok [INFO] [stdout] test skill::tests::test_skill_catalog_active_entries_returns_all_up_to_limit ... ok [INFO] [stdout] test thread_runtime::tests::test_handle_event_publishes_to_event_bus ... ok [INFO] [stdout] test skill::tests::test_skill_catalog_reload_preserves_matching ... ok [INFO] [stdout] test system_prompts::tests::planner_prompt_template_renders_dynamic_fields ... ok [INFO] [stdout] test thread_runtime::tests::test_queue_policy_returns_rejected_not_queued ... ok [INFO] [stdout] test thread_runtime::tests::test_rejects_when_max_active_interactions_reached ... ok [INFO] [stdout] test thread_runtime::tests::test_find_resume_interaction_prefers_latest_waiting_user ... ok [INFO] [stdout] test thread_runtime::tests::test_append_event_to_interaction_rewrites_user_interaction_id ... ok [INFO] [stdout] test action::builtin::tests::test_shell_can_allow_non_zero_exit ... ok [INFO] [stdout] test action::builtin::tests::test_shell_minimal_env_hides_secret_vars ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots' (151) panicked at core/orchestral-runtime/src/action/builtin/tests.rs:603:14: [INFO] [stdout] create target dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d9215b62 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5717d90d2e0c - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x5717d8358e1b - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:603:14 [INFO] [stdout] 22: 0x5717d825b92d - as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5717d805886d - ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 24: 0x5717d805722b - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 25: 0x5717d805722b - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 26: 0x5717d805722b - ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 27: 0x5717d7ffb2a0 - ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 28: 0x5717d804b7ad - ::block_on::>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 29: 0x5717d802c114 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 30: 0x5717d81d14db - >::set::<::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x5717d80c6ae9 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 32: 0x5717d8165282 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 33: 0x5717d815de4e - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 34: 0x5717d80ba03d - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 35: 0x5717d8018b60 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 36: 0x5717d801be16 - ::block_on::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 37: 0x5717d8025f40 - ::block_on::::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 38: 0x5717d83d4ef3 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x5717d7ff18b6 - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 40: 0x5717d82688dc - ::block_on_inner:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 41: 0x5717d826c7fb - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 42: 0x5717d8323ab4 - tokio_test[1f837a1d46fb9817]::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs:35:8 [INFO] [stdout] 43: 0x5717d83a0003 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:600:5 [INFO] [stdout] 44: 0x5717d834bb67 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:599:57 [INFO] [stdout] 45: 0x5717d8088c36 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7b557a9f5aa4 - [INFO] [stdout] 67: 0x7b557aa82a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- action::builtin::tests::test_file_read_trims_whitespace_around_path stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'action::builtin::tests::test_file_read_trims_whitespace_around_path' (153) panicked at core/orchestral-runtime/src/action/builtin/tests.rs:634:14: [INFO] [stdout] create target dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d9215b62 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5717d90d2e0c - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x5717d8350d09 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_trims_whitespace_around_path::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:634:14 [INFO] [stdout] 22: 0x5717d825b7ed - as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5717d805872d - ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 24: 0x5717d8056a0b - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 25: 0x5717d8056a0b - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 26: 0x5717d8056a0b - ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 27: 0x5717d7ffa300 - ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 28: 0x5717d804828d - ::block_on::>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 29: 0x5717d802c074 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 30: 0x5717d81d0e4b - >::set::<::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x5717d80c69a9 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 32: 0x5717d8164c42 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 33: 0x5717d815dc6e - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 34: 0x5717d80b9efd - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 35: 0x5717d80176c0 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 36: 0x5717d801bb96 - ::block_on::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 37: 0x5717d8024eb0 - ::block_on::::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 38: 0x5717d83d47c3 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x5717d7ff1454 - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 40: 0x5717d826806c - ::block_on_inner:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 41: 0x5717d826bb2b - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 42: 0x5717d8322fbf - tokio_test[1f837a1d46fb9817]::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs:35:8 [INFO] [stdout] 43: 0x5717d839ff59 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_trims_whitespace_around_path [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:631:5 [INFO] [stdout] 44: 0x5717d834ba77 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_trims_whitespace_around_path::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:630:49 [INFO] [stdout] 45: 0x5717d8088af6 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7b557a9f5aa4 - [INFO] [stdout] 67: 0x7b557aa82a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- action::builtin::tests::test_file_read_respects_size_limit_and_truncate stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'action::builtin::tests::test_file_read_respects_size_limit_and_truncate' (152) panicked at core/orchestral-runtime/src/action/builtin/tests.rs:438:14: [INFO] [stdout] create target dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d9215b62 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5717d90d2e0c - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x5717d835388d - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_respects_size_limit_and_truncate::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:438:14 [INFO] [stdout] 22: 0x5717d825b86d - as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5717d80587ad - ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 24: 0x5717d8056d4b - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 25: 0x5717d8056d4b - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 26: 0x5717d8056d4b - ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 27: 0x5717d7ffa940 - ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 28: 0x5717d80497cd - ::block_on::>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 29: 0x5717d802c0b4 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 30: 0x5717d81d10eb - >::set::<::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x5717d80c6a29 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 32: 0x5717d8164ec2 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 33: 0x5717d815dd2e - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 34: 0x5717d80b9f7d - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 35: 0x5717d8017f00 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 36: 0x5717d801bc96 - ::block_on::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 37: 0x5717d8025550 - ::block_on::::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 38: 0x5717d83d4aa3 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x5717d7ff1616 - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 40: 0x5717d82683cc - ::block_on_inner:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 41: 0x5717d826c04b - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 42: 0x5717d8323424 - tokio_test[1f837a1d46fb9817]::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs:35:8 [INFO] [stdout] 43: 0x5717d839ffa7 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_respects_size_limit_and_truncate [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:435:5 [INFO] [stdout] 44: 0x5717d834bad7 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_read_respects_size_limit_and_truncate::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:434:53 [INFO] [stdout] 45: 0x5717d8088b76 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7b557a9f5aa4 - [INFO] [stdout] 67: 0x7b557aa82a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots' (157) panicked at core/orchestral-runtime/src/action/builtin/tests.rs:213:22: [INFO] [stdout] expected success, got Error { message: "Create dirs failed: Read-only file system (os error 30)" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d835d5b2 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:213:22 [INFO] [stdout] 20: 0x5717d825b9ed - as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5717d805892d - ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 22: 0x5717d805770b - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 23: 0x5717d805770b - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 24: 0x5717d805770b - ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 25: 0x5717d7ffbc00 - ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 26: 0x5717d804d78d - ::block_on::>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 27: 0x5717d802c174 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 28: 0x5717d81d18cb - >::set::<::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 29: 0x5717d80c6ba9 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 30: 0x5717d8165642 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 31: 0x5717d815df6e - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 32: 0x5717d80ba0fd - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 33: 0x5717d80197c0 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 34: 0x5717d801bf96 - ::block_on::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 35: 0x5717d8026930 - ::block_on::::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 36: 0x5717d83d5343 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 37: 0x5717d7ff1b56 - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 38: 0x5717d8268dec - ::block_on_inner:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 39: 0x5717d826cfab - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 40: 0x5717d8324164 - tokio_test[1f837a1d46fb9817]::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs:35:8 [INFO] [stdout] 41: 0x5717d83a0217 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:175:5 [INFO] [stdout] 42: 0x5717d834bc27 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:174:59 [INFO] [stdout] 43: 0x5717d8088d36 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 48: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 49: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 50: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 55: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 56: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 57: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 58: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 59: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 61: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 63: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 64: 0x7b557a9f5aa4 - [INFO] [stdout] 65: 0x7b557aa82a64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- action::builtin::tests::test_file_write_allows_empty_content_with_opt_in stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'action::builtin::tests::test_file_write_allows_empty_content_with_opt_in' (156) panicked at core/orchestral-runtime/src/action/builtin/tests.rs:593:22: [INFO] [stdout] expected success, got Error { message: "Create dirs failed: Read-only file system (os error 30)" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d8357367 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_write_allows_empty_content_with_opt_in::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:593:22 [INFO] [stdout] 20: 0x5717d825b8ad - as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5717d80587ed - ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 22: 0x5717d8056eeb - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 23: 0x5717d8056eeb - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 24: 0x5717d8056eeb - ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 25: 0x5717d7ffac60 - ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 26: 0x5717d804a26d - ::block_on::>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 27: 0x5717d802c0d4 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 28: 0x5717d81d123b - >::set::<::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 29: 0x5717d80c6a69 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 30: 0x5717d8165002 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 31: 0x5717d815dd8e - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 32: 0x5717d80b9fbd - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 33: 0x5717d8018320 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 34: 0x5717d801bd16 - ::block_on::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 35: 0x5717d80258a0 - ::block_on::::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 36: 0x5717d83d4c13 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 37: 0x5717d7ff16f6 - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 38: 0x5717d826857c - ::block_on_inner:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 39: 0x5717d826c2db - ::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 40: 0x5717d8323654 - tokio_test[1f837a1d46fb9817]::block_on:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs:35:8 [INFO] [stdout] 41: 0x5717d839ffc7 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_write_allows_empty_content_with_opt_in [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:558:5 [INFO] [stdout] 42: 0x5717d834bb07 - orchestral_runtime[422799e17e5f0c23]::action::builtin::tests::test_file_write_allows_empty_content_with_opt_in::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/action/builtin/tests.rs:557:54 [INFO] [stdout] 43: 0x5717d8088bb6 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 48: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 49: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 50: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 55: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 56: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 57: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 58: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 59: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 61: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 63: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 64: 0x7b557a9f5aa4 - [INFO] [stdout] 65: 0x7b557aa82a64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates' (290) panicked at core/orchestral-runtime/src/orchestrator/tests.rs:604:31: [INFO] [stdout] create test dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d9215b62 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5717d90d2e0c - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x5717d82fc9a8 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::write_test_file [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:604:31 [INFO] [stdout] 22: 0x5717d82e3b69 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:686:16 [INFO] [stdout] 23: 0x5717d825ad32 - > as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5717d825b42d - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 25: 0x5717d805836d - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 26: 0x5717d80551ab - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 27: 0x5717d80551ab - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 28: 0x5717d80551ab - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 29: 0x5717d7ff7420 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 30: 0x5717d803e32d - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 31: 0x5717d802be94 - ::enter::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 32: 0x5717d81cfa9b - >::set::<::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 33: 0x5717d80c65e9 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 34: 0x5717d8163982 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 35: 0x5717d815d6ce - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 36: 0x5717d80b9b3d - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 37: 0x5717d80138e0 - ::enter::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 38: 0x5717d801b416 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 39: 0x5717d8021d00 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 40: 0x5717d83d3233 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 41: 0x5717d7ff0751 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 42: 0x5717d8266724 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 43: 0x5717d82694df - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 44: 0x5717d83030f3 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:730:34 [INFO] [stdout] 45: 0x5717d82e2587 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:685:76 [INFO] [stdout] 46: 0x5717d8086bc6 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 48: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 49: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 50: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 51: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 52: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 53: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 54: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 55: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 56: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 57: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 58: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 59: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 61: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 62: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 63: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 64: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 65: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 66: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 67: 0x7b557a9f5aa4 - [INFO] [stdout] 68: 0x7b557aa82a64 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution' (289) panicked at core/orchestral-runtime/src/orchestrator/tests.rs:604:31: [INFO] [stdout] create test dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d9215b62 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5717d90d2e0c - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x5717d82fc9a8 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::write_test_file [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:604:31 [INFO] [stdout] 22: 0x5717d82e75a4 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:790:16 [INFO] [stdout] 23: 0x5717d825ad32 - > as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5717d825b42d - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 25: 0x5717d805836d - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 26: 0x5717d80551ab - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 27: 0x5717d80551ab - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 28: 0x5717d80551ab - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 29: 0x5717d7ff7420 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 30: 0x5717d803e32d - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 31: 0x5717d802be94 - ::enter::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 32: 0x5717d81cfa9b - >::set::<::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 33: 0x5717d80c65e9 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 34: 0x5717d8163982 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 35: 0x5717d815d6ce - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 36: 0x5717d80b9b3d - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 37: 0x5717d80138e0 - ::enter::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 38: 0x5717d801b416 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 39: 0x5717d8021d00 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 40: 0x5717d83d3233 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 41: 0x5717d7ff0751 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 42: 0x5717d8266724 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 43: 0x5717d82694df - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 44: 0x5717d830bfa3 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:837:34 [INFO] [stdout] 45: 0x5717d82e2797 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:789:91 [INFO] [stdout] 46: 0x5717d8086e86 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 48: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 49: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 50: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 51: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 52: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 53: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 54: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 55: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 56: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 57: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 58: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 59: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 61: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 62: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 63: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 64: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 65: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 66: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 67: 0x7b557a9f5aa4 - [INFO] [stdout] 68: 0x7b557aa82a64 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action' (291) panicked at core/orchestral-runtime/src/orchestrator/tests.rs:604:31: [INFO] [stdout] create test dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5717d91fc7ea - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5717d91fc7ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5717d91fc7ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5717d92155aa - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5717d92155aa - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5717d92019d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5717d92019d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5717d91d788f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5717d91d788f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5717d91f3039 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5717d85d58ec - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5717d85d58ec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5717d91f32b2 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5717d91f32b2 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5717d91d7948 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5717d91cede9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5717d91d8a9d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5717d9215e1c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5717d9215b62 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5717d90d2e0c - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x5717d82fc9a8 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::write_test_file [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:604:31 [INFO] [stdout] 22: 0x5717d82e5233 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:612:16 [INFO] [stdout] 23: 0x5717d825ad32 - > as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5717d825b42d - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 25: 0x5717d805836d - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 26: 0x5717d80551ab - tokio[b298fa6e322090f7]::task::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 27: 0x5717d80551ab - tokio[b298fa6e322090f7]::task::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 28: 0x5717d80551ab - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 29: 0x5717d7ff7420 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 30: 0x5717d803e32d - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 31: 0x5717d802be94 - ::enter::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 32: 0x5717d81cfa9b - >::set::<::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 33: 0x5717d80c65e9 - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 34: 0x5717d8163982 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 35: 0x5717d815d6ce - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 36: 0x5717d80b9b3d - tokio[b298fa6e322090f7]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 37: 0x5717d80138e0 - ::enter::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 38: 0x5717d801b416 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 39: 0x5717d8021d00 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 40: 0x5717d83d3233 - tokio[b298fa6e322090f7]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 41: 0x5717d7ff0751 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 42: 0x5717d8266724 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 43: 0x5717d82694df - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 44: 0x5717d83054e3 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:681:34 [INFO] [stdout] 45: 0x5717d82e2677 - orchestral_runtime[422799e17e5f0c23]::orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/core/orchestral-runtime/src/orchestrator/tests.rs:611:78 [INFO] [stdout] 46: 0x5717d8086d06 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5717d85c99cb - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 48: 0x5717d85c99cb - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 49: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 50: 0x5717d85d63bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 51: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 52: 0x5717d85d63bb - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 53: 0x5717d85d63bb - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 54: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 55: 0x5717d85d63bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 56: 0x5717d85d1ad4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 57: 0x5717d85d1ad4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 58: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 59: 0x5717d85d8fc2 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 60: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 61: 0x5717d85d8fc2 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 62: 0x5717d85d8fc2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 63: 0x5717d85d8fc2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 64: 0x5717d85d8fc2 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 65: 0x5717d91fb6bf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 66: 0x5717d91fb6bf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 67: 0x7b557a9f5aa4 - [INFO] [stdout] 68: 0x7b557aa82a64 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] action::builtin::tests::test_file_read_rejects_path_outside_workspace_roots [INFO] [stdout] action::builtin::tests::test_file_read_respects_size_limit_and_truncate [INFO] [stdout] action::builtin::tests::test_file_read_trims_whitespace_around_path [INFO] [stdout] action::builtin::tests::test_file_write_allows_empty_content_with_opt_in [INFO] [stdout] action::builtin::tests::test_file_write_allows_new_file_under_workspace_roots [INFO] [stdout] orchestrator::tests::test_orchestrator_agent_loop_enforces_iteration_limit_after_completed_execution [INFO] [stdout] orchestrator::tests::test_orchestrator_agent_loop_materializes_done_message_templates [INFO] [stdout] orchestrator::tests::test_orchestrator_agent_loop_replans_after_completed_single_action [INFO] [stdout] [INFO] [stdout] test result: FAILED. 180 passed; 8 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p orchestral-runtime --lib` [INFO] running `Command { std: "docker" "inspect" "16ae5c1d9ccb156d05a3ec1f62ec37fd156ace30c28ed29746611b3f36fddb06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16ae5c1d9ccb156d05a3ec1f62ec37fd156ace30c28ed29746611b3f36fddb06", kill_on_drop: false }` [INFO] [stdout] 16ae5c1d9ccb156d05a3ec1f62ec37fd156ace30c28ed29746611b3f36fddb06