CI: FAILURE clingwrap

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-06-15 15:36:26ZProgram: ambient-execute-plan
Version: 0.14.0@c37ec71
plan: Runnable plan
After 0.00 seconds at 2026-06-15 15:36:26Z
steps:
- action: mkdir
  pathname: /ci
- action: mkdir
  pathname: /ci/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /ci/src
- action: tar_extract
  archive: /dev/vdf
  directory: /ci/deps
- action: tar_extract
  archive: /dev/vde
  directory: /ci/cache
- action: shell
  shell: ln -sf /ci /workspace
- action: shell
  shell: git config --global user.name 'Ambient CI'
- action: shell
  shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
  archive: /dev/vde
  directory: /ci/cache
- action: tar_create
  archive: /dev/vdd
  directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
envs: {}
plan: Successful action mkdir: /ci
After 0.02 seconds at 2026-06-15 15:36:26Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-06-15 15:36:26Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-06-15 15:36:26Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.03 seconds at 2026-06-15 15:36:26Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-06-15 15:36:26Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-06-15 15:36:26Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.03 seconds at 2026-06-15 15:36:26Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-06-15 15:36:26Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-06-15 15:36:26Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-06-15 15:36:26Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-06-15 15:36:26Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-06-15 15:36:27Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 0.50 seconds at 2026-06-15 15:36:27Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-06-15 15:36:27Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-06-15 15:36:27Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 0.51 seconds at 2026-06-15 15:36:27Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 0.53 seconds at 2026-06-15 15:36:27Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stderr:
    + git config --global user.name 'Ambient CI'
    
  • plan: Action succeeded shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 0.54 seconds at 2026-06-15 15:36:27Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stderr:
    + git config --global user.email ambient@example.com
    
  • plan: Action succeeded shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 0.56 seconds at 2026-06-15 15:36:27Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-06-15 15:36:27Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stdout:
    cargo 1.95.0 (f2d3ce0bd 2026-03-21)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stdout:
    clippy 0.1.95 (59807616e1 2026-04-14)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stdout:
    rustc 1.95.0 (59807616e 2026-04-14)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-06-15 15:36:27Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 0.74 seconds at 2026-06-15 15:36:27Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-06-15 15:36:27Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stdout:
    cargo 1.95.0 (f2d3ce0bd 2026-03-21)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stdout:
    clippy 0.1.95 (59807616e1 2026-04-14)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:27Z
    Exit code: 0
    Stdout:
    rustc 1.95.0 (59807616e 2026-04-14)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:27Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:34Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.103
       Compiling quote v1.0.41
       Compiling unicode-ident v1.0.22
       Compiling serde_core v1.0.228
       Compiling libc v0.2.177
       Compiling syn v2.0.108
        Checking cfg-if v1.0.4
       Compiling serde v1.0.228
       Compiling getrandom v0.3.4
       Compiling rustix v1.1.2
        Checking bitflags v2.10.0
       Compiling serde_derive v1.0.228
       Compiling serde_json v1.0.145
        Checking ryu v1.0.20
        Checking linux-raw-sys v0.11.0
        Checking equivalent v1.0.2
        Checking hashbrown v0.16.0
        Checking winnow v0.7.13
       Compiling thiserror v2.0.17
        Checking itoa v1.0.15
        Checking toml_parser v1.0.4
        Checking indexmap v2.12.0
       Compiling thiserror-impl v2.0.17
        Checking dirs-sys-next v0.1.2
        Checking serde_spanned v1.0.3
        Checking toml_datetime v0.7.3
        Checking unsafe-libyaml-norway v0.2.15
        Checking toml_writer v1.0.4
        Checking memchr v2.7.6
        Checking once_cell v1.21.3
        Checking fastrand v2.3.0
        Checking tempfile v3.23.0
        Checking serde_norway v0.9.42
        Checking toml v0.9.8
        Checking directories-next v2.0.0
       Compiling mutants v0.0.3
        Checking clingwrap v0.6.1 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-06-15 15:36:34Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_build
After 7.80 seconds at 2026-06-15 15:36:34Z
  • plan: Start action cargo_build
    After 0.00 seconds at 2026-06-15 15:36:34Z
    CargoBuild(
        CargoBuild,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:34Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:34Z
    Exit code: 0
    Stdout:
    cargo 1.95.0 (f2d3ce0bd 2026-03-21)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:34Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:34Z
    Exit code: 0
    Stdout:
    clippy 0.1.95 (59807616e1 2026-04-14)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-06-15 15:36:34Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:34Z
    Exit code: 0
    Stdout:
    rustc 1.95.0 (59807616e 2026-04-14)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-06-15 15:36:34Z
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  • plan: Program succeeded
    After 0.00 seconds at 2026-06-15 15:36:42Z
    Exit code: 0
    Stderr:
       Compiling serde_core v1.0.228
       Compiling libc v0.2.177
       Compiling cfg-if v1.0.4
       Compiling hashbrown v0.16.0
       Compiling winnow v0.7.13
       Compiling itoa v1.0.15
       Compiling equivalent v1.0.2
       Compiling ryu v1.0.20
       Compiling bitflags v2.10.0
       Compiling linux-raw-sys v0.11.0
       Compiling toml_parser v1.0.4
       Compiling rustix v1.1.2
       Compiling indexmap v2.12.0
       Compiling serde_spanned v1.0.3
       Compiling serde v1.0.228
       Compiling toml_datetime v0.7.3
       Compiling getrandom v0.3.4
       Compiling dirs-sys-next v0.1.2
       Compiling memchr v2.7.6
       Compiling fastrand v2.3.0
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling once_cell v1.21.3
       Compiling toml_writer v1.0.4
       Compiling toml v0.9.8
       Compiling serde_norway v0.9.42
       Compiling tempfile v3.23.0
       Compiling serde_json v1.0.145
       Compiling directories-next v2.0.0
       Compiling thiserror v2.0.17
       Compiling clingwrap v0.6.1 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s
    
  • plan: Action succeeded cargo_build
    After 0.00 seconds at 2026-06-15 15:36:42Z
    CargoBuild(
        CargoBuild,
    )
plan: Start action cargo_test
After 15.20 seconds at 2026-06-15 15:36:42Z
CargoTest(
    CargoTest,
)
plan: Start program cargo
After 15.20 seconds at 2026-06-15 15:36:42Z
  • cargo
  • --version
plan: Program succeeded
After 15.24 seconds at 2026-06-15 15:36:42Z
Exit code: 0
Stdout:
cargo 1.95.0 (f2d3ce0bd 2026-03-21)
plan: Start program cargo
After 15.24 seconds at 2026-06-15 15:36:42Z
  • cargo
  • clippy
  • --version
plan: Program succeeded
After 15.27 seconds at 2026-06-15 15:36:42Z
Exit code: 0
Stdout:
clippy 0.1.95 (59807616e1 2026-04-14)
plan: Start program rustc
After 15.27 seconds at 2026-06-15 15:36:42Z
  • rustc
  • --version
plan: Program succeeded
After 15.28 seconds at 2026-06-15 15:36:42Z
Exit code: 0
Stdout:
rustc 1.95.0 (59807616e 2026-04-14)
plan: Start program cargo
After 15.29 seconds at 2026-06-15 15:36:42Z
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
plan: ERROR: Program failed
After 15.39 seconds at 2026-06-15 15:36:42Z
Exit code: 101
Stdout:
running 33 tests
test config::test::builtin_defaults ... ok
test config::test::filenames ... ok
test config::test::load_configs ... ok
test config::test::merge_simple ... ok
test config::test::overrides ... ok
test config::test::parse_json ... ok
test config::test::parse_toml ... ok
test config::test::parse_yaml ... ok
test config::test::xdg ... ok
test config::test::xdg_basename ... ok
test runner::test::empty ... ok
test runner::test::minimal_quote_safe ... ok
test runner::test::minimal_quote_unsafe ... ok
test runner::test::mix ... ok
test runner::test::capture_stderr ... ok
test runner::test::quote_safe_bytes ... ok
test runner::test::run_inherit_stdin_combine_outputs ... ok
test runner::test::run_feed_stdin_capture_outputs_separately ... ok
test runner::test::run_non_exec ... ok
test runner::test::run_nonexistent ... ok
test runner::test::single_quote ... ok
test tildepathbuf::test::as_ref ... ok
test ssh::test::from_iter ... ok
test tildepathbuf::test::deref ... ok
test tildepathbuf::test::deser ... ok
test tildepathbuf::test::eq ... ok
test tildepathbuf::test::just_tilde ... ok
test tildepathbuf::test::no_tilde ... ok
test tildepathbuf::test::pathbuf_from ... ok
test tildepathbuf::test::tilde_slash ... ok
test tildepathbuf::test::tilde_slash_with_home_from_var ... ok
test tildepathbuf::test::tilde_username ... ok
test tildepathbuf::test::to_path_buf ... ok

test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s


running 3 tests
test hello_world ... FAILED
test run_false ... ok
test run_true ... FAILED

failures:

---- hello_world stdout ----

thread 'hello_world' (1684) panicked at tests/ssh.rs:21:5:
assertion failed: output.status.success()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- run_true stdout ----

thread 'run_true' (1692) panicked at tests/ssh.rs:7:5:
assertion failed: output.status.success()


failures:
    hello_world
    run_true

test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s

Stderr:
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-f9ed1b9dab0b6b40)
     Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-1bbf225b9d0a9b74)
error: test failed, to rerun pass `--test ssh`
plan: Action failed: cargo_test
After 15.42 seconds at 2026-06-15 15:36:42Z
CargoTest(
    CargoTest,
)

Raw log messages for Ambient troubleshooting

Raw log messages

These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.

  1. {
      "type": "executor_starts",
      "name": "ambient-execute-plan",
      "version": "0.14.0@c37ec71",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 841002121
      },
      "log_source": "Plan"
    }
  2. {
      "type": "runnable_plan",
      "steps": [
        {
          "action": "mkdir",
          "pathname": "/ci"
        },
        {
          "action": "mkdir",
          "pathname": "/ci/artifacts"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vdc",
          "directory": "/ci/src"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vdf",
          "directory": "/ci/deps"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vde",
          "directory": "/ci/cache"
        },
        {
          "action": "shell",
          "shell": "ln -sf /ci /workspace"
        },
        {
          "action": "shell",
          "shell": "git config --global user.name 'Ambient CI'"
        },
        {
          "action": "shell",
          "shell": "git config --global user.email ambient@example.com"
        },
        {
          "action": "cargo_fmt"
        },
        {
          "action": "cargo_clippy"
        },
        {
          "action": "cargo_build"
        },
        {
          "action": "cargo_test"
        },
        {
          "action": "tar_create",
          "archive": "/dev/vde",
          "directory": "/ci/cache"
        },
        {
          "action": "tar_create",
          "archive": "/dev/vdd",
          "directory": "/ci/artifacts"
        }
      ],
      "executor_drive": "/dev/vdb",
      "source_drive": "/dev/vdc",
      "artifact_drive": "/dev/vdd",
      "cache_drive": "/dev/vde",
      "deps_drive": "/dev/vdf",
      "workspace_dir": "/ci",
      "source_dir": "/ci/src",
      "deps_dir": "/ci/deps",
      "cache_dir": "/ci/cache",
      "artifacts_dir": "/ci/artifacts",
      "envs": {},
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 845631253
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 861479331
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 863751188
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 866982264
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 870551892
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 873383148
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 886096125
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1781537786,
        "nanos_since_epoch": 886128704
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 342907916
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 342945606
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 349572861
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 349595066
      },
      "log_source": "Plan"
    }
  14. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            98,
            97,
            115,
            104
          ]
        },
        {
          "Unix": [
            45,
            99
          ]
        },
        {
          "Unix": [
            115,
            101,
            116,
            32,
            45,
            120,
            101,
            117,
            111,
            32,
            112,
            105,
            112,
            101,
            102,
            97,
            105,
            108,
            10,
            108,
            110,
            32,
            45,
            115,
            102,
            32,
            47,
            99,
            105,
            32,
            47,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 349605918
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 361521622
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 364183474
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 366587808
      },
      "log_source": "Plan"
    }
  18. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            98,
            97,
            115,
            104
          ]
        },
        {
          "Unix": [
            45,
            99
          ]
        },
        {
          "Unix": [
            115,
            101,
            116,
            32,
            45,
            120,
            101,
            117,
            111,
            32,
            112,
            105,
            112,
            101,
            102,
            97,
            105,
            108,
            10,
            103,
            105,
            116,
            32,
            99,
            111,
            110,
            102,
            105,
            103,
            32,
            45,
            45,
            103,
            108,
            111,
            98,
            97,
            108,
            32,
            117,
            115,
            101,
            114,
            46,
            110,
            97,
            109,
            101,
            32,
            39,
            65,
            109,
            98,
            105,
            101,
            110,
            116,
            32,
            67,
            73,
            39,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 369241330
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 379559892
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 382458320
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 385119173
      },
      "log_source": "Plan"
    }
  22. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            98,
            97,
            115,
            104
          ]
        },
        {
          "Unix": [
            45,
            99
          ]
        },
        {
          "Unix": [
            115,
            101,
            116,
            32,
            45,
            120,
            101,
            117,
            111,
            32,
            112,
            105,
            112,
            101,
            102,
            97,
            105,
            108,
            10,
            103,
            105,
            116,
            32,
            99,
            111,
            110,
            102,
            105,
            103,
            32,
            45,
            45,
            103,
            108,
            111,
            98,
            97,
            108,
            32,
            117,
            115,
            101,
            114,
            46,
            101,
            109,
            97,
            105,
            108,
            32,
            97,
            109,
            98,
            105,
            101,
            110,
            116,
            64,
            101,
            120,
            97,
            109,
            112,
            108,
            101,
            46,
            99,
            111,
            109,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 387883975
      },
      "log_source": "Plan"
    }
  23. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.email ambient@example.com\n",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 395993987
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 399014108
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 401801248
      },
      "log_source": "Plan"
    }
  26. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 403800328
      },
      "log_source": "Plan"
    }
  27. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.95.0 (f2d3ce0bd 2026-03-21)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 431274879
      },
      "log_source": "Plan"
    }
  28. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 434087806
      },
      "log_source": "Plan"
    }
  29. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.95 (59807616e1 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 484441264
      },
      "log_source": "Plan"
    }
  30. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 487323622
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.95.0 (59807616e 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 504913389
      },
      "log_source": "Plan"
    }
  32. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            102,
            109,
            116
          ]
        },
        {
          "Unix": [
            45,
            45,
            99,
            104,
            101,
            99,
            107
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 504957913
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 577513820
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 577550381
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 577556820
      },
      "log_source": "Plan"
    }
  36. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 577565639
      },
      "log_source": "Plan"
    }
  37. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.95.0 (f2d3ce0bd 2026-03-21)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 594310253
      },
      "log_source": "Plan"
    }
  38. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 597076231
      },
      "log_source": "Plan"
    }
  39. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.95 (59807616e1 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 626266162
      },
      "log_source": "Plan"
    }
  40. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 626306991
      },
      "log_source": "Plan"
    }
  41. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.95.0 (59807616e 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 643694926
      },
      "log_source": "Plan"
    }
  42. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            97,
            108,
            108,
            45,
            116,
            97,
            114,
            103,
            101,
            116,
            115
          ]
        },
        {
          "Unix": [
            45,
            45,
            110,
            111,
            45,
            100,
            101,
            112,
            115
          ]
        },
        {
          "Unix": [
            45,
            45
          ]
        },
        {
          "Unix": [
            45,
            45,
            100,
            101,
            110,
            121
          ]
        },
        {
          "Unix": [
            119,
            97,
            114,
            110,
            105,
            110,
            103,
            115
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537787,
        "nanos_since_epoch": 643744099
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.103\n   Compiling quote v1.0.41\n   Compiling unicode-ident v1.0.22\n   Compiling serde_core v1.0.228\n   Compiling libc v0.2.177\n   Compiling syn v2.0.108\n    Checking cfg-if v1.0.4\n   Compiling serde v1.0.228\n   Compiling getrandom v0.3.4\n   Compiling rustix v1.1.2\n    Checking bitflags v2.10.0\n   Compiling serde_derive v1.0.228\n   Compiling serde_json v1.0.145\n    Checking ryu v1.0.20\n    Checking linux-raw-sys v0.11.0\n    Checking equivalent v1.0.2\n    Checking hashbrown v0.16.0\n    Checking winnow v0.7.13\n   Compiling thiserror v2.0.17\n    Checking itoa v1.0.15\n    Checking toml_parser v1.0.4\n    Checking indexmap v2.12.0\n   Compiling thiserror-impl v2.0.17\n    Checking dirs-sys-next v0.1.2\n    Checking serde_spanned v1.0.3\n    Checking toml_datetime v0.7.3\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking toml_writer v1.0.4\n    Checking memchr v2.7.6\n    Checking once_cell v1.21.3\n    Checking fastrand v2.3.0\n    Checking tempfile v3.23.0\n    Checking serde_norway v0.9.42\n    Checking toml v0.9.8\n    Checking directories-next v2.0.0\n   Compiling mutants v0.0.3\n    Checking clingwrap v0.6.1 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s\n",
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 638968795
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 639040727
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 639047176
      },
      "log_source": "Plan"
    }
  46. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 639056733
      },
      "log_source": "Plan"
    }
  47. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.95.0 (f2d3ce0bd 2026-03-21)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 672089153
      },
      "log_source": "Plan"
    }
  48. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 674822889
      },
      "log_source": "Plan"
    }
  49. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.95 (59807616e1 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 703257189
      },
      "log_source": "Plan"
    }
  50. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 703296971
      },
      "log_source": "Plan"
    }
  51. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.95.0 (59807616e 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 720030656
      },
      "log_source": "Plan"
    }
  52. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            98,
            117,
            105,
            108,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            97,
            108,
            108,
            45,
            116,
            97,
            114,
            103,
            101,
            116,
            115
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537794,
        "nanos_since_epoch": 720074850
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling serde_core v1.0.228\n   Compiling libc v0.2.177\n   Compiling cfg-if v1.0.4\n   Compiling hashbrown v0.16.0\n   Compiling winnow v0.7.13\n   Compiling itoa v1.0.15\n   Compiling equivalent v1.0.2\n   Compiling ryu v1.0.20\n   Compiling bitflags v2.10.0\n   Compiling linux-raw-sys v0.11.0\n   Compiling toml_parser v1.0.4\n   Compiling rustix v1.1.2\n   Compiling indexmap v2.12.0\n   Compiling serde_spanned v1.0.3\n   Compiling serde v1.0.228\n   Compiling toml_datetime v0.7.3\n   Compiling getrandom v0.3.4\n   Compiling dirs-sys-next v0.1.2\n   Compiling memchr v2.7.6\n   Compiling fastrand v2.3.0\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling once_cell v1.21.3\n   Compiling toml_writer v1.0.4\n   Compiling toml v0.9.8\n   Compiling serde_norway v0.9.42\n   Compiling tempfile v3.23.0\n   Compiling serde_json v1.0.145\n   Compiling directories-next v2.0.0\n   Compiling thiserror v2.0.17\n   Compiling clingwrap v0.6.1 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s\n",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 45576029
      },
      "log_source": "Plan"
    }
  54. {
      "type": "action_succeeded",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 45661508
      },
      "log_source": "Plan"
    }
  55. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 45668137
      },
      "log_source": "Plan"
    }
  56. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 45677449
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.95.0 (f2d3ce0bd 2026-03-21)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 76272797
      },
      "log_source": "Plan"
    }
  58. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 79010928
      },
      "log_source": "Plan"
    }
  59. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.95 (59807616e1 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 107649151
      },
      "log_source": "Plan"
    }
  60. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 110364087
      },
      "log_source": "Plan"
    }
  61. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.95.0 (59807616e 2026-04-14)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 124842051
      },
      "log_source": "Plan"
    }
  62. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            116,
            101,
            115,
            116
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 127636088
      },
      "log_source": "Plan"
    }
  63. {
      "type": "program_failed",
      "exit_code": 101,
      "stdout": "\nrunning 33 tests\ntest config::test::builtin_defaults ... ok\ntest config::test::filenames ... ok\ntest config::test::load_configs ... ok\ntest config::test::merge_simple ... ok\ntest config::test::overrides ... ok\ntest config::test::parse_json ... ok\ntest config::test::parse_toml ... ok\ntest config::test::parse_yaml ... ok\ntest config::test::xdg ... ok\ntest config::test::xdg_basename ... ok\ntest runner::test::empty ... ok\ntest runner::test::minimal_quote_safe ... ok\ntest runner::test::minimal_quote_unsafe ... ok\ntest runner::test::mix ... ok\ntest runner::test::capture_stderr ... ok\ntest runner::test::quote_safe_bytes ... ok\ntest runner::test::run_inherit_stdin_combine_outputs ... ok\ntest runner::test::run_feed_stdin_capture_outputs_separately ... ok\ntest runner::test::run_non_exec ... ok\ntest runner::test::run_nonexistent ... ok\ntest runner::test::single_quote ... ok\ntest tildepathbuf::test::as_ref ... ok\ntest ssh::test::from_iter ... ok\ntest tildepathbuf::test::deref ... ok\ntest tildepathbuf::test::deser ... ok\ntest tildepathbuf::test::eq ... ok\ntest tildepathbuf::test::just_tilde ... ok\ntest tildepathbuf::test::no_tilde ... ok\ntest tildepathbuf::test::pathbuf_from ... ok\ntest tildepathbuf::test::tilde_slash ... ok\ntest tildepathbuf::test::tilde_slash_with_home_from_var ... ok\ntest tildepathbuf::test::tilde_username ... ok\ntest tildepathbuf::test::to_path_buf ... ok\n\ntest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 3 tests\ntest hello_world ... FAILED\ntest run_false ... ok\ntest run_true ... FAILED\n\nfailures:\n\n---- hello_world stdout ----\n\nthread 'hello_world' (1684) panicked at tests/ssh.rs:21:5:\nassertion failed: output.status.success()\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n\n---- run_true stdout ----\n\nthread 'run_true' (1692) panicked at tests/ssh.rs:7:5:\nassertion failed: output.status.success()\n\n\nfailures:\n    hello_world\n    run_true\n\ntest result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s\n\n",
      "stderr": "    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-f9ed1b9dab0b6b40)\n     Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-1bbf225b9d0a9b74)\nerror: test failed, to rerun pass `--test ssh`\n",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 228474127
      },
      "log_source": "Plan"
    }
  64. {
      "type": "action_failed",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 262103396
      },
      "log_source": "Plan"
    }
  65. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1781537802,
        "nanos_since_epoch": 265673904
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5",
    "name": "clingwrap",
    "description": "Utilities for making command line apps in Rust",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "b4c60f5c2d61e0f2296b1315d3086d419b6a611f",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "ci: don't muck about with SSH config in plan",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "31be2837205adfc423cb6f29b468fb07c75a3c32",
    "after": "7725dbc1236c28537c8f5763cec5abf10d121c92",
    "commits": [
      "7725dbc1236c28537c8f5763cec5abf10d121c92"
    ],
    "target": "31be2837205adfc423cb6f29b468fb07c75a3c32",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b4c60f5c2d61e0f2296b1315d3086d419b6a611f",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "",
        "base": "31be2837205adfc423cb6f29b468fb07c75a3c32",
        "oid": "7725dbc1236c28537c8f5763cec5abf10d121c92",
        "timestamp": 1781537775
      }
    ]
  }
}

Ambient stdout

executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>