CI: SUCCESS clingwrap

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-24 17:33:36ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-24 17:33:36Z
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: shell
  shell: |
    echo >> "$HOME/.ssh/config StrictHostKeyChecking no"
    systemctl start sshd
    ssh -o StrictHostKeyChecking=no localhost /bin/true
- 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
plan: Successful action mkdir: /ci
After 0.03 seconds at 2026-03-24 17:33:36Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-24 17:33:36Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-24 17:33:36Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.04 seconds at 2026-03-24 17:33:36Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-24 17:33:36Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-24 17:33:36Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-03-24 17:33:36Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 17:33:36Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 17:33:36Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.08 seconds at 2026-03-24 17:33:36Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 17:33:36Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 17:33:37Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 1.34 seconds at 2026-03-24 17:33:37Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 17:33:37Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 17:33:37Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 1.35 seconds at 2026-03-24 17:33:37Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:33:37Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:37Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 1.37 seconds at 2026-03-24 17:33:37Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:33:37Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:37Z
    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-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 1.41 seconds at 2026-03-24 17:33:37Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:33:37Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:37Z
    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-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action shell: echo >> "$HOME/.ssh/config StrictHostKeyChecking no" systemctl start sshd ssh -o StrictHostKeyChecking=no localhost /bin/true
After 1.43 seconds at 2026-03-24 17:33:37Z
  • plan: Start action shell: echo >> "$HOME/.ssh/config StrictHostKeyChecking no" systemctl start sshd ssh -o StrictHostKeyChecking=no localhost /bin/true
    After 0.00 seconds at 2026-03-24 17:33:37Z
    Shell(
        Shell {
            shell: "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:33:37Z
    • bash
    • -c
    • set -xeuo pipefail echo >> "$HOME/.ssh/config StrictHostKeyChecking no" systemctl start sshd ssh -o StrictHostKeyChecking=no localhost /bin/true
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:38Z
    Exit code: 0
    Stderr:
    + echo
    + systemctl start sshd
    + ssh -o StrictHostKeyChecking=no localhost /bin/true
    Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
    
  • plan: Action succeeded shell: echo >> "$HOME/.ssh/config StrictHostKeyChecking no" systemctl start sshd ssh -o StrictHostKeyChecking=no localhost /bin/true
    After 0.00 seconds at 2026-03-24 17:33:38Z
    Shell(
        Shell {
            shell: "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n",
        },
    )
plan: Successful action cargo_clippy
After 2.44 seconds at 2026-03-24 17:33:38Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-24 17:33:38Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:33:38Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:38Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:33:38Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:39Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 17:33:39Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:39Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:33:39Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:56Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.103
       Compiling unicode-ident v1.0.22
       Compiling quote v1.0.41
       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
       Compiling serde_derive v1.0.228
       Compiling thiserror v2.0.17
        Checking bitflags v2.10.0
        Checking ryu v1.0.20
       Compiling serde_json v1.0.145
        Checking hashbrown v0.16.0
        Checking linux-raw-sys v0.11.0
        Checking winnow v0.7.13
        Checking itoa v1.0.15
        Checking equivalent v1.0.2
        Checking indexmap v2.12.0
        Checking toml_parser v1.0.4
       Compiling thiserror-impl v2.0.17
        Checking dirs-sys-next v0.1.2
        Checking toml_datetime v0.7.3
        Checking serde_spanned v1.0.3
        Checking once_cell v1.21.3
        Checking unsafe-libyaml-norway v0.2.15
        Checking fastrand v2.3.0
        Checking memchr v2.7.6
        Checking toml_writer v1.0.4
        Checking toml v0.9.8
        Checking serde_norway v0.9.42
        Checking tempfile v3.23.0
        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 17.14s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-24 17:33:56Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_build
After 20.30 seconds at 2026-03-24 17:33:56Z
  • plan: Start action cargo_build
    After 0.00 seconds at 2026-03-24 17:33:56Z
    CargoBuild(
        CargoBuild,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:33:56Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:56Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:33:56Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:56Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 17:33:56Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:33:56Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:33:56Z
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:34:17Z
    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 linux-raw-sys v0.11.0
       Compiling equivalent v1.0.2
       Compiling bitflags v2.10.0
       Compiling itoa v1.0.15
       Compiling ryu v1.0.20
       Compiling winnow v0.7.13
       Compiling toml_datetime v0.7.3
       Compiling serde_spanned v1.0.3
       Compiling serde v1.0.228
       Compiling rustix v1.1.2
       Compiling toml_parser v1.0.4
       Compiling indexmap v2.12.0
       Compiling getrandom v0.3.4
       Compiling dirs-sys-next v0.1.2
       Compiling toml_writer v1.0.4
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling memchr v2.7.6
       Compiling fastrand v2.3.0
       Compiling once_cell v1.21.3
       Compiling serde_norway v0.9.42
       Compiling tempfile v3.23.0
       Compiling serde_json v1.0.145
       Compiling toml v0.9.8
       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 20.23s
    
  • plan: Action succeeded cargo_build
    After 0.00 seconds at 2026-03-24 17:34:17Z
    CargoBuild(
        CargoBuild,
    )
plan: Successful action cargo_test
After 41.10 seconds at 2026-03-24 17:34:17Z
  • plan: Start action cargo_test
    After 0.00 seconds at 2026-03-24 17:34:17Z
    CargoTest(
        CargoTest,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:34:17Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:34:17Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:34:17Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:34:17Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 17:34:17Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:34:17Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:34:17Z
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:34:20Z
    Exit code: 0
    Stdout:
    running 32 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 runner::test::empty ... ok
    test runner::test::capture_stderr ... ok
    test runner::test::minimal_quote_safe ... ok
    test runner::test::minimal_quote_unsafe ... ok
    test runner::test::mix ... 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::single_quote ... ok
    test runner::test::run_nonexistent ... ok
    test ssh::test::from_iter ... ok
    test tildepathbuf::test::as_ref ... 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. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
    
    
    running 3 tests
    test run_false ... ok
    test hello_world ... ok
    test run_true ... ok
    
    test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.16s
    
    
    running 5 tests
    test src/runner.rs - runner (line 8) ... ok
    test src/config.rs - config (line 75) ... ok
    test src/ssh.rs - ssh::Args (line 23) ... ok
    test src/tildepathbuf.rs - tildepathbuf (line 9) ... ok
    test src/ssh.rs - ssh (line 6) ... ok
    
    test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
    
    all doctests ran in 1.42s; merged doctests compilation took 0.92s
    
    Stderr:
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-70966e29edd95808)
         Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-8a9cc000d721fc19)
       Doc-tests clingwrap
    
  • plan: Action succeeded cargo_test
    After 0.00 seconds at 2026-03-24 17:34:20Z
    CargoTest(
        CargoTest,
    )
plan: Successful action tar_create
After 44.60 seconds at 2026-03-24 17:34:20Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-24 17:34:20Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-24 17:34:21Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 45.75 seconds at 2026-03-24 17:34:21Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-24 17:34:21Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-24 17:34:21Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 45.79 seconds at 2026-03-24 17:34:21ZHopefully all is good.

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.13.1@52633e5",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 141593859
      },
      "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": "shell",
          "shell": "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n"
        },
        {
          "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",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 145994337
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 173358722
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 178689621
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 182156688
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 185990905
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 189736165
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 218398713
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774373616,
        "nanos_since_epoch": 223874147
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 472424386
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 476761696
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 485908252
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 490453047
      },
      "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": 1774373617,
        "nanos_since_epoch": 494348312
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 506867741
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 510985093
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 514930327
      },
      "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": 1774373617,
        "nanos_since_epoch": 519243236
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 538438638
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 542933508
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 547115931
      },
      "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": 1774373617,
        "nanos_since_epoch": 551525672
      },
      "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": 1774373617,
        "nanos_since_epoch": 566769570
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 566822446
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "shell",
      "shell": "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n",
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 566834182
      },
      "log_source": "Plan"
    }
  26. {
      "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,
            101,
            99,
            104,
            111,
            32,
            62,
            62,
            32,
            34,
            36,
            72,
            79,
            77,
            69,
            47,
            46,
            115,
            115,
            104,
            47,
            99,
            111,
            110,
            102,
            105,
            103,
            32,
            83,
            116,
            114,
            105,
            99,
            116,
            72,
            111,
            115,
            116,
            75,
            101,
            121,
            67,
            104,
            101,
            99,
            107,
            105,
            110,
            103,
            32,
            110,
            111,
            34,
            10,
            115,
            121,
            115,
            116,
            101,
            109,
            99,
            116,
            108,
            32,
            115,
            116,
            97,
            114,
            116,
            32,
            115,
            115,
            104,
            100,
            10,
            115,
            115,
            104,
            32,
            45,
            111,
            32,
            83,
            116,
            114,
            105,
            99,
            116,
            72,
            111,
            115,
            116,
            75,
            101,
            121,
            67,
            104,
            101,
            99,
            107,
            105,
            110,
            103,
            61,
            110,
            111,
            32,
            108,
            111,
            99,
            97,
            108,
            104,
            111,
            115,
            116,
            32,
            47,
            98,
            105,
            110,
            47,
            116,
            114,
            117,
            101,
            10,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373617,
        "nanos_since_epoch": 566853535
      },
      "log_source": "Plan"
    }
  27. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ echo\n+ systemctl start sshd\n+ ssh -o StrictHostKeyChecking=no localhost /bin/true\nWarning: Permanently added 'localhost' (ED25519) to the list of known hosts.\r\n",
      "timestamp": {
        "secs_since_epoch": 1774373618,
        "nanos_since_epoch": 583496601
      },
      "log_source": "Plan"
    }
  28. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n",
      "timestamp": {
        "secs_since_epoch": 1774373618,
        "nanos_since_epoch": 583560893
      },
      "log_source": "Plan"
    }
  29. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1774373618,
        "nanos_since_epoch": 583848421
      },
      "log_source": "Plan"
    }
  30. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373618,
        "nanos_since_epoch": 584129824
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373618,
        "nanos_since_epoch": 772401416
      },
      "log_source": "Plan"
    }
  32. {
      "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": 1774373618,
        "nanos_since_epoch": 776873814
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373619,
        "nanos_since_epoch": 2350857
      },
      "log_source": "Plan"
    }
  34. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373619,
        "nanos_since_epoch": 11323473
      },
      "log_source": "Plan"
    }
  35. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373619,
        "nanos_since_epoch": 113257330
      },
      "log_source": "Plan"
    }
  36. {
      "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": 1774373619,
        "nanos_since_epoch": 117823526
      },
      "log_source": "Plan"
    }
  37. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.103\n   Compiling unicode-ident v1.0.22\n   Compiling quote v1.0.41\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   Compiling serde_derive v1.0.228\n   Compiling thiserror v2.0.17\n    Checking bitflags v2.10.0\n    Checking ryu v1.0.20\n   Compiling serde_json v1.0.145\n    Checking hashbrown v0.16.0\n    Checking linux-raw-sys v0.11.0\n    Checking winnow v0.7.13\n    Checking itoa v1.0.15\n    Checking equivalent v1.0.2\n    Checking indexmap v2.12.0\n    Checking toml_parser v1.0.4\n   Compiling thiserror-impl v2.0.17\n    Checking dirs-sys-next v0.1.2\n    Checking toml_datetime v0.7.3\n    Checking serde_spanned v1.0.3\n    Checking once_cell v1.21.3\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking fastrand v2.3.0\n    Checking memchr v2.7.6\n    Checking toml_writer v1.0.4\n    Checking toml v0.9.8\n    Checking serde_norway v0.9.42\n    Checking tempfile v3.23.0\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 17.14s\n",
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 439589301
      },
      "log_source": "Plan"
    }
  38. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 439693862
      },
      "log_source": "Plan"
    }
  39. {
      "type": "execute_action",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 439701915
      },
      "log_source": "Plan"
    }
  40. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 439713364
      },
      "log_source": "Plan"
    }
  41. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 548010394
      },
      "log_source": "Plan"
    }
  42. {
      "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": 1774373636,
        "nanos_since_epoch": 552201746
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 754836837
      },
      "log_source": "Plan"
    }
  44. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 760985356
      },
      "log_source": "Plan"
    }
  45. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373636,
        "nanos_since_epoch": 881743681
      },
      "log_source": "Plan"
    }
  46. {
      "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": 1774373636,
        "nanos_since_epoch": 885980020
      },
      "log_source": "Plan"
    }
  47. {
      "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 linux-raw-sys v0.11.0\n   Compiling equivalent v1.0.2\n   Compiling bitflags v2.10.0\n   Compiling itoa v1.0.15\n   Compiling ryu v1.0.20\n   Compiling winnow v0.7.13\n   Compiling toml_datetime v0.7.3\n   Compiling serde_spanned v1.0.3\n   Compiling serde v1.0.228\n   Compiling rustix v1.1.2\n   Compiling toml_parser v1.0.4\n   Compiling indexmap v2.12.0\n   Compiling getrandom v0.3.4\n   Compiling dirs-sys-next v0.1.2\n   Compiling toml_writer v1.0.4\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling memchr v2.7.6\n   Compiling fastrand v2.3.0\n   Compiling once_cell v1.21.3\n   Compiling serde_norway v0.9.42\n   Compiling tempfile v3.23.0\n   Compiling serde_json v1.0.145\n   Compiling toml v0.9.8\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 20.23s\n",
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 238506880
      },
      "log_source": "Plan"
    }
  48. {
      "type": "action_succeeded",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 238618774
      },
      "log_source": "Plan"
    }
  49. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 238628583
      },
      "log_source": "Plan"
    }
  50. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 238642811
      },
      "log_source": "Plan"
    }
  51. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 383599099
      },
      "log_source": "Plan"
    }
  52. {
      "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": 1774373657,
        "nanos_since_epoch": 387735931
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 657236908
      },
      "log_source": "Plan"
    }
  54. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 657305760
      },
      "log_source": "Plan"
    }
  55. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373657,
        "nanos_since_epoch": 755848948
      },
      "log_source": "Plan"
    }
  56. {
      "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": 1774373657,
        "nanos_since_epoch": 760503170
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nrunning 32 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 runner::test::empty ... ok\ntest runner::test::capture_stderr ... ok\ntest runner::test::minimal_quote_safe ... ok\ntest runner::test::minimal_quote_unsafe ... ok\ntest runner::test::mix ... 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::single_quote ... ok\ntest runner::test::run_nonexistent ... ok\ntest ssh::test::from_iter ... ok\ntest tildepathbuf::test::as_ref ... 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. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s\n\n\nrunning 3 tests\ntest run_false ... ok\ntest hello_world ... ok\ntest run_true ... ok\n\ntest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.16s\n\n\nrunning 5 tests\ntest src/runner.rs - runner (line 8) ... ok\ntest src/config.rs - config (line 75) ... ok\ntest src/ssh.rs - ssh::Args (line 23) ... ok\ntest src/tildepathbuf.rs - tildepathbuf (line 9) ... ok\ntest src/ssh.rs - ssh (line 6) ... ok\n\ntest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s\n\nall doctests ran in 1.42s; merged doctests compilation took 0.92s\n",
      "stderr": "    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-70966e29edd95808)\n     Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-8a9cc000d721fc19)\n   Doc-tests clingwrap\n",
      "timestamp": {
        "secs_since_epoch": 1774373660,
        "nanos_since_epoch": 635977543
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_succeeded",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1774373660,
        "nanos_since_epoch": 741605812
      },
      "log_source": "Plan"
    }
  59. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373660,
        "nanos_since_epoch": 745400466
      },
      "log_source": "Plan"
    }
  60. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373661,
        "nanos_since_epoch": 890803618
      },
      "log_source": "Plan"
    }
  61. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373661,
        "nanos_since_epoch": 894786798
      },
      "log_source": "Plan"
    }
  62. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373661,
        "nanos_since_epoch": 917368251
      },
      "log_source": "Plan"
    }
  63. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1774373661,
        "nanos_since_epoch": 926638789
      },
      "log_source": "Plan"
    }
  64. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1774373661,
        "nanos_since_epoch": 933437311
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5",
    "name": "clingwrap",
    "description": "Utilities for making command line apps in Rust",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "e29a382bba14261f63cd185f8ec6197f215e8289",
  "after": "e29a382bba14261f63cd185f8ec6197f215e8289",
  "branch": "main",
  "commits": [
    "e29a382bba14261f63cd185f8ec6197f215e8289"
  ]
}

Ambient stdout

run CI for rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5

Ambient stderr

<empty log>