CI: SUCCESS clingwrap

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-06 10:26:57ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.01 seconds at 2026-03-06 10:26:57Z
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.06 seconds at 2026-03-06 10:26:57Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-06 10:26:57Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-06 10:26:57Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.07 seconds at 2026-03-06 10:26:57Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-06 10:26:57Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-06 10:26:57Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.08 seconds at 2026-03-06 10:26:57Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-06 10:26:57Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-06 10:26:57Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.12 seconds at 2026-03-06 10:26:57Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-06 10:26:57Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-06 10:26:59Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 2.08 seconds at 2026-03-06 10:26:59Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-06 10:26:59Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-06 10:26:59Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 2.10 seconds at 2026-03-06 10:26:59Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-06 10:26:59Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-06 10:26:59Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:26:59Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-06 10:26:59Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 2.12 seconds at 2026-03-06 10:26:59Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-06 10:26:59Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-06 10:26:59Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:26:59Z
    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-06 10:26:59Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 2.14 seconds at 2026-03-06 10:26:59Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-06 10:26:59Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-06 10:26:59Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:26:59Z
    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-06 10:26:59Z
    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 2.19 seconds at 2026-03-06 10:26:59Z
  • 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-06 10:26:59Z
    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-06 10:26:59Z
    • 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-06 10:27:00Z
    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-06 10:27:00Z
    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 3.29 seconds at 2026-03-06 10:27:00Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-06 10:27:00Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:00Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:00Z
    Exit code: 0
    Stdout:
    cargo 1.93.1 (083ac5135 2025-12-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:00Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:00Z
    Exit code: 0
    Stdout:
    clippy 0.1.93 (01f6ddf758 2026-02-11)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-06 10:27:00Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:00Z
    Exit code: 0
    Stdout:
    rustc 1.93.1 (01f6ddf75 2026-02-11)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:00Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:22Z
    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
       Compiling getrandom v0.3.4
       Compiling rustix v1.1.2
       Compiling serde v1.0.228
        Checking cfg-if v1.0.4
        Checking bitflags v2.10.0
       Compiling serde_derive v1.0.228
        Checking hashbrown v0.16.0
        Checking ryu v1.0.20
       Compiling thiserror v2.0.17
        Checking winnow v0.7.13
       Compiling serde_json v1.0.145
        Checking itoa v1.0.15
        Checking equivalent v1.0.2
        Checking linux-raw-sys v0.11.0
        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 fastrand v2.3.0
        Checking once_cell v1.21.3
        Checking toml_writer v1.0.4
        Checking unsafe-libyaml-norway v0.2.15
        Checking memchr v2.7.6
        Checking serde_norway v0.9.42
        Checking toml v0.9.8
        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 21.26s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-06 10:27:22Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_build
After 25.41 seconds at 2026-03-06 10:27:22Z
  • plan: Start action cargo_build
    After 0.00 seconds at 2026-03-06 10:27:22Z
    CargoBuild(
        CargoBuild,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:22Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:22Z
    Exit code: 0
    Stdout:
    cargo 1.93.1 (083ac5135 2025-12-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:22Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:22Z
    Exit code: 0
    Stdout:
    clippy 0.1.93 (01f6ddf758 2026-02-11)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-06 10:27:22Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:22Z
    Exit code: 0
    Stdout:
    rustc 1.93.1 (01f6ddf75 2026-02-11)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:22Z
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:40Z
    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 equivalent v1.0.2
       Compiling linux-raw-sys v0.11.0
       Compiling bitflags v2.10.0
       Compiling itoa v1.0.15
       Compiling winnow v0.7.13
       Compiling ryu v1.0.20
       Compiling serde_spanned v1.0.3
       Compiling serde v1.0.228
       Compiling toml_datetime v0.7.3
       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 unsafe-libyaml-norway v0.2.15
       Compiling once_cell v1.21.3
       Compiling fastrand v2.3.0
       Compiling toml_writer v1.0.4
       Compiling memchr v2.7.6
       Compiling toml v0.9.8
       Compiling serde_json v1.0.145
       Compiling tempfile v3.23.0
       Compiling serde_norway v0.9.42
       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 18.02s
    
  • plan: Action succeeded cargo_build
    After 0.00 seconds at 2026-03-06 10:27:41Z
    CargoBuild(
        CargoBuild,
    )
plan: Successful action cargo_test
After 44.00 seconds at 2026-03-06 10:27:41Z
  • plan: Start action cargo_test
    After 0.00 seconds at 2026-03-06 10:27:41Z
    CargoTest(
        CargoTest,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:41Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:41Z
    Exit code: 0
    Stdout:
    cargo 1.93.1 (083ac5135 2025-12-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:41Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:41Z
    Exit code: 0
    Stdout:
    clippy 0.1.93 (01f6ddf758 2026-02-11)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-06 10:27:41Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:41Z
    Exit code: 0
    Stdout:
    rustc 1.93.1 (01f6ddf75 2026-02-11)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-06 10:27:41Z
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-06 10:27:44Z
    Exit code: 0
    Stdout:
    running 32 tests
    test config::test::filenames ... ok
    test config::test::builtin_defaults ... 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::load_configs ... 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::quote_safe_bytes ... ok
    test runner::test::capture_stderr ... ok
    test runner::test::run_feed_stdin_capture_outputs_separately ... ok
    test runner::test::run_inherit_stdin_combine_outputs ... 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::eq ... ok
    test tildepathbuf::test::just_tilde ... ok
    test tildepathbuf::test::deser ... ok
    test tildepathbuf::test::pathbuf_from ... ok
    test tildepathbuf::test::tilde_slash ... ok
    test tildepathbuf::test::no_tilde ... 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.26s
    
    
    running 5 tests
    test src/config.rs - config (line 75) ... ok
    test src/runner.rs - runner (line 8) ... 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.52s
    
    all doctests ran in 1.66s; merged doctests compilation took 1.12s
    
    Stderr:
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-3d3a80568f62e8fb)
         Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-ab6681bc2b8176f5)
       Doc-tests clingwrap
    
  • plan: Action succeeded cargo_test
    After 0.00 seconds at 2026-03-06 10:27:44Z
    CargoTest(
        CargoTest,
    )
plan: Successful action tar_create
After 47.74 seconds at 2026-03-06 10:27:44Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-06 10:27:44Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-06 10:27:45Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 48.71 seconds at 2026-03-06 10:27:45Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-06 10:27:45Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-06 10:27:45Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 48.73 seconds at 2026-03-06 10:27:45ZHopefully 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": 1772792817,
        "nanos_since_epoch": 22146951
      },
      "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": 1772792817,
        "nanos_since_epoch": 31977724
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 78755336
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 87605621
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 90648370
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 94084900
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 99419595
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 141273793
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1772792817,
        "nanos_since_epoch": 141328447
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 97972723
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 98037391
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 119034390
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 119085608
      },
      "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": 1772792819,
        "nanos_since_epoch": 119103371
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 137863393
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 137922903
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 138269260
      },
      "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": 1772792819,
        "nanos_since_epoch": 138593575
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 166645408
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 166701754
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 167059744
      },
      "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": 1772792819,
        "nanos_since_epoch": 167077796
      },
      "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": 1772792819,
        "nanos_since_epoch": 198186496
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1772792819,
        "nanos_since_epoch": 202800821
      },
      "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": 1772792819,
        "nanos_since_epoch": 210807146
      },
      "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": 1772792819,
        "nanos_since_epoch": 216858348
      },
      "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": 1772792820,
        "nanos_since_epoch": 291164962
      },
      "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": 1772792820,
        "nanos_since_epoch": 302648164
      },
      "log_source": "Plan"
    }
  29. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1772792820,
        "nanos_since_epoch": 317087136
      },
      "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": 1772792820,
        "nanos_since_epoch": 320254609
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.93.1 (083ac5135 2025-12-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792820,
        "nanos_since_epoch": 518409020
      },
      "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": 1772792820,
        "nanos_since_epoch": 522706899
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.93 (01f6ddf758 2026-02-11)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792820,
        "nanos_since_epoch": 783550446
      },
      "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": 1772792820,
        "nanos_since_epoch": 784291583
      },
      "log_source": "Plan"
    }
  35. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.93.1 (01f6ddf75 2026-02-11)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792820,
        "nanos_since_epoch": 915608136
      },
      "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": 1772792820,
        "nanos_since_epoch": 920292941
      },
      "log_source": "Plan"
    }
  37. {
      "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   Compiling getrandom v0.3.4\n   Compiling rustix v1.1.2\n   Compiling serde v1.0.228\n    Checking cfg-if v1.0.4\n    Checking bitflags v2.10.0\n   Compiling serde_derive v1.0.228\n    Checking hashbrown v0.16.0\n    Checking ryu v1.0.20\n   Compiling thiserror v2.0.17\n    Checking winnow v0.7.13\n   Compiling serde_json v1.0.145\n    Checking itoa v1.0.15\n    Checking equivalent v1.0.2\n    Checking linux-raw-sys v0.11.0\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 fastrand v2.3.0\n    Checking once_cell v1.21.3\n    Checking toml_writer v1.0.4\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking memchr v2.7.6\n    Checking serde_norway v0.9.42\n    Checking toml v0.9.8\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 21.26s\n",
      "timestamp": {
        "secs_since_epoch": 1772792842,
        "nanos_since_epoch": 436452214
      },
      "log_source": "Plan"
    }
  38. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1772792842,
        "nanos_since_epoch": 436579240
      },
      "log_source": "Plan"
    }
  39. {
      "type": "execute_action",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1772792842,
        "nanos_since_epoch": 436589386
      },
      "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": 1772792842,
        "nanos_since_epoch": 436603183
      },
      "log_source": "Plan"
    }
  41. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.93.1 (083ac5135 2025-12-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792842,
        "nanos_since_epoch": 548041949
      },
      "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": 1772792842,
        "nanos_since_epoch": 548141710
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.93 (01f6ddf758 2026-02-11)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792842,
        "nanos_since_epoch": 756512778
      },
      "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": 1772792842,
        "nanos_since_epoch": 756592671
      },
      "log_source": "Plan"
    }
  45. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.93.1 (01f6ddf75 2026-02-11)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792842,
        "nanos_since_epoch": 863616708
      },
      "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": 1772792842,
        "nanos_since_epoch": 868218384
      },
      "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 equivalent v1.0.2\n   Compiling linux-raw-sys v0.11.0\n   Compiling bitflags v2.10.0\n   Compiling itoa v1.0.15\n   Compiling winnow v0.7.13\n   Compiling ryu v1.0.20\n   Compiling serde_spanned v1.0.3\n   Compiling serde v1.0.228\n   Compiling toml_datetime v0.7.3\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 unsafe-libyaml-norway v0.2.15\n   Compiling once_cell v1.21.3\n   Compiling fastrand v2.3.0\n   Compiling toml_writer v1.0.4\n   Compiling memchr v2.7.6\n   Compiling toml v0.9.8\n   Compiling serde_json v1.0.145\n   Compiling tempfile v3.23.0\n   Compiling serde_norway v0.9.42\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 18.02s\n",
      "timestamp": {
        "secs_since_epoch": 1772792860,
        "nanos_since_epoch": 987735400
      },
      "log_source": "Plan"
    }
  48. {
      "type": "action_succeeded",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1772792861,
        "nanos_since_epoch": 15075862
      },
      "log_source": "Plan"
    }
  49. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1772792861,
        "nanos_since_epoch": 18560014
      },
      "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": 1772792861,
        "nanos_since_epoch": 21942711
      },
      "log_source": "Plan"
    }
  51. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.93.1 (083ac5135 2025-12-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792861,
        "nanos_since_epoch": 105946502
      },
      "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": 1772792861,
        "nanos_since_epoch": 106022914
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.93 (01f6ddf758 2026-02-11)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792861,
        "nanos_since_epoch": 345406628
      },
      "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": 1772792861,
        "nanos_since_epoch": 345516324
      },
      "log_source": "Plan"
    }
  55. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.93.1 (01f6ddf75 2026-02-11)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1772792861,
        "nanos_since_epoch": 488866246
      },
      "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": 1772792861,
        "nanos_since_epoch": 493482331
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nrunning 32 tests\ntest config::test::filenames ... ok\ntest config::test::builtin_defaults ... 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::load_configs ... 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::quote_safe_bytes ... ok\ntest runner::test::capture_stderr ... ok\ntest runner::test::run_feed_stdin_capture_outputs_separately ... ok\ntest runner::test::run_inherit_stdin_combine_outputs ... 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::eq ... ok\ntest tildepathbuf::test::just_tilde ... ok\ntest tildepathbuf::test::deser ... ok\ntest tildepathbuf::test::pathbuf_from ... ok\ntest tildepathbuf::test::tilde_slash ... ok\ntest tildepathbuf::test::no_tilde ... 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.26s\n\n\nrunning 5 tests\ntest src/config.rs - config (line 75) ... ok\ntest src/runner.rs - runner (line 8) ... 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.52s\n\nall doctests ran in 1.66s; merged doctests compilation took 1.12s\n",
      "stderr": "    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-3d3a80568f62e8fb)\n     Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-ab6681bc2b8176f5)\n   Doc-tests clingwrap\n",
      "timestamp": {
        "secs_since_epoch": 1772792864,
        "nanos_since_epoch": 701389416
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_succeeded",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1772792864,
        "nanos_since_epoch": 761666644
      },
      "log_source": "Plan"
    }
  59. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1772792864,
        "nanos_since_epoch": 765023107
      },
      "log_source": "Plan"
    }
  60. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1772792865,
        "nanos_since_epoch": 728743296
      },
      "log_source": "Plan"
    }
  61. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1772792865,
        "nanos_since_epoch": 732980051
      },
      "log_source": "Plan"
    }
  62. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1772792865,
        "nanos_since_epoch": 744845950
      },
      "log_source": "Plan"
    }
  63. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1772792865,
        "nanos_since_epoch": 756485887
      },
      "log_source": "Plan"
    }
  64. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1772792865,
        "nanos_since_epoch": 759241943
      },
      "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": "bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
  "after": "bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
  "branch": "main",
  "commits": [
    "bdbbd44e94c942700c0da4e75bbf3ae1260d3140"
  ]
}

Ambient stdout

deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
run CI for rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5

Ambient stderr

<empty log>