CI: SUCCESS mrh

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-09 06:38:15ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-09 06:38:15Z
steps:
- action: mkdir
  pathname: /ci
- action: mkdir
  pathname: /ci/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /ci/src
- action: tar_extract
  archive: /dev/vdf
  directory: /ci/deps
- action: tar_extract
  archive: /dev/vde
  directory: /ci/cache
- action: shell
  shell: ln -sf /ci /workspace
- action: shell
  shell: git config --global user.name 'Ambient CI'
- action: shell
  shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: shell
  shell: |
    cargo build
    cargo build --features json
    cargo build --no-default-features
- 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.00 seconds at 2026-03-09 06:38:15Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-09 06:38:15Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-09 06:38:15Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.00 seconds at 2026-03-09 06:38:15Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-09 06:38:15Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-09 06:38:15Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.00 seconds at 2026-03-09 06:38:15Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-09 06:38:15Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-09 06:38:15Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.21 seconds at 2026-03-09 06:38:15Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-09 06:38:15Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-09 06:38:17Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 2.44 seconds at 2026-03-09 06:38:17Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-09 06:38:17Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-09 06:38:17Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 2.45 seconds at 2026-03-09 06:38:17Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-09 06:38:17Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-09 06:38:17Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:17Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-09 06:38:17Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 2.47 seconds at 2026-03-09 06:38:17Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-09 06:38:17Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-09 06:38:17Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:17Z
    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-09 06:38:17Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 2.51 seconds at 2026-03-09 06:38:17Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-09 06:38:17Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-09 06:38:17Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:17Z
    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-09 06:38:17Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 2.54 seconds at 2026-03-09 06:38:17Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-03-09 06:38:17Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:38:17Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:18Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:38:18Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:18Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-09 06:38:18Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:18Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:38:18Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:19Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-03-09 06:38:19Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 3.95 seconds at 2026-03-09 06:38:19Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-09 06:38:19Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:38:19Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:19Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:38:19Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:19Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-09 06:38:19Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:38:19Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:38:19Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:39:56Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.101
       Compiling quote v1.0.41
       Compiling unicode-ident v1.0.19
       Compiling libc v0.2.176
       Compiling syn v2.0.106
       Compiling jobserver v0.1.34
        Checking stable_deref_trait v1.2.0
       Compiling find-msvc-tools v0.1.2
       Compiling shlex v1.3.0
       Compiling cc v1.2.39
       Compiling pkg-config v0.3.32
       Compiling vcpkg v0.2.15
        Checking litemap v0.8.0
       Compiling synstructure v0.13.2
        Checking writeable v0.6.1
       Compiling openssl-sys v0.9.109
       Compiling libz-sys v1.1.22
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.0
        Checking zerofrom v0.1.6
       Compiling zerovec-derive v0.11.1
        Checking yoke v0.8.0
       Compiling displaydoc v0.2.5
        Checking zerovec v0.11.4
        Checking zerotrie v0.2.2
       Compiling icu_normalizer_data v2.0.0
       Compiling icu_properties_data v2.0.1
        Checking tinystr v0.8.1
        Checking icu_locale_core v2.0.0
        Checking potential_utf v0.1.3
        Checking icu_collections v2.0.0
        Checking icu_provider v2.0.0
       Compiling libssh2-sys v0.3.1
        Checking smallvec v1.15.1
        Checking memchr v2.7.6
       Compiling serde_core v1.0.228
       Compiling crossbeam-utils v0.8.21
        Checking icu_normalizer v2.0.0
        Checking icu_properties v2.0.1
       Compiling serde v1.0.228
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.7
        Checking idna_adapter v1.2.1
        Checking aho-corasick v1.1.3
       Compiling serde_derive v1.0.228
       Compiling libgit2-sys v0.18.2+1.9.1
        Checking utf8_iter v1.0.4
        Checking percent-encoding v2.3.2
        Checking anstyle-query v1.1.4
        Checking anstyle v1.0.13
        Checking is_terminal_polyfill v1.70.1
        Checking regex-syntax v0.8.6
        Checking colorchoice v1.0.4
        Checking log v0.4.28
        Checking anstream v0.6.20
        Checking form_urlencoded v1.2.2
        Checking idna v1.1.0
        Checking regex-automata v0.4.11
        Checking crossbeam-epoch v0.9.18
        Checking bstr v1.12.0
        Checking clap_lex v0.7.5
        Checking strsim v0.11.1
       Compiling heck v0.5.0
        Checking same-file v1.0.6
       Compiling anyhow v1.0.100
        Checking walkdir v2.5.0
       Compiling clap_derive v4.5.47
        Checking clap_builder v4.5.48
        Checking globset v0.4.16
        Checking crossbeam-deque v0.8.6
        Checking url v2.5.7
        Checking dirs-sys-next v0.1.2
        Checking openssl-probe v0.1.6
        Checking cfg-if v1.0.3
        Checking bitflags v2.9.4
        Checking hashbrown v0.16.0
        Checking equivalent v1.0.2
        Checking indexmap v2.11.4
        Checking dirs-next v2.0.0
        Checking ignore v0.4.23
        Checking clap v4.5.48
        Checking ansi_term v0.12.1
        Checking git2 v0.20.2
        Checking mrh v0.13.2 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-09 06:39:56Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action shell: cargo build cargo build --features json cargo build --no-default-features
After 100.89 seconds at 2026-03-09 06:39:56Z
  • plan: Start action shell: cargo build cargo build --features json cargo build --no-default-features
    After 0.00 seconds at 2026-03-09 06:39:56Z
    Shell(
        Shell {
            shell: "cargo build\ncargo build --features json\ncargo build --no-default-features\n",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-09 06:39:56Z
    • bash
    • -c
    • set -xeuo pipefail cargo build cargo build --features json cargo build --no-default-features
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:41:55Z
    Exit code: 0
    Stderr:
    + cargo build
       Compiling libc v0.2.176
       Compiling zerofrom v0.1.6
       Compiling stable_deref_trait v1.2.0
       Compiling yoke v0.8.0
       Compiling zerovec v0.11.4
       Compiling jobserver v0.1.34
       Compiling cc v1.2.39
       Compiling tinystr v0.8.1
       Compiling writeable v0.6.1
       Compiling litemap v0.8.0
       Compiling icu_locale_core v2.0.0
       Compiling openssl-sys v0.9.109
       Compiling libz-sys v1.1.22
       Compiling zerotrie v0.2.2
       Compiling potential_utf v0.1.3
       Compiling icu_collections v2.0.0
       Compiling icu_provider v2.0.0
       Compiling icu_normalizer_data v2.0.0
       Compiling icu_properties_data v2.0.1
       Compiling libssh2-sys v0.3.1
       Compiling memchr v2.7.6
       Compiling smallvec v1.15.1
       Compiling icu_normalizer v2.0.0
       Compiling icu_properties v2.0.1
       Compiling utf8parse v0.2.2
       Compiling anstyle-parse v0.2.7
       Compiling idna_adapter v1.2.1
       Compiling serde_core v1.0.228
       Compiling crossbeam-utils v0.8.21
       Compiling aho-corasick v1.1.3
       Compiling libgit2-sys v0.18.2+1.9.1
       Compiling percent-encoding v2.3.2
       Compiling regex-syntax v0.8.6
       Compiling is_terminal_polyfill v1.70.1
       Compiling utf8_iter v1.0.4
       Compiling log v0.4.28
       Compiling anstyle v1.0.13
       Compiling anstyle-query v1.1.4
       Compiling colorchoice v1.0.4
       Compiling anstream v0.6.20
       Compiling idna v1.1.0
       Compiling regex-automata v0.4.11
       Compiling form_urlencoded v1.2.2
       Compiling serde v1.0.228
       Compiling crossbeam-epoch v0.9.18
       Compiling bstr v1.12.0
       Compiling same-file v1.0.6
       Compiling strsim v0.11.1
       Compiling clap_lex v0.7.5
       Compiling clap_builder v4.5.48
       Compiling walkdir v2.5.0
       Compiling globset v0.4.16
       Compiling crossbeam-deque v0.8.6
       Compiling url v2.5.7
       Compiling dirs-sys-next v0.1.2
       Compiling cfg-if v1.0.3
       Compiling equivalent v1.0.2
       Compiling bitflags v2.9.4
       Compiling openssl-probe v0.1.6
       Compiling hashbrown v0.16.0
       Compiling indexmap v2.11.4
       Compiling dirs-next v2.0.0
       Compiling ignore v0.4.23
       Compiling anyhow v1.0.100
       Compiling clap v4.5.48
       Compiling ansi_term v0.12.1
       Compiling git2 v0.20.2
       Compiling mrh v0.13.2 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
    + cargo build --features json
       Compiling serde v1.0.228
       Compiling serde_json v1.0.145
       Compiling ryu v1.0.20
       Compiling itoa v1.0.15
       Compiling url v2.5.7
       Compiling git2 v0.20.2
       Compiling mrh v0.13.2 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s
    + cargo build --no-default-features
       Compiling syn v2.0.106
       Compiling synstructure v0.13.2
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.0
       Compiling zerovec-derive v0.11.1
       Compiling zerofrom v0.1.6
       Compiling yoke v0.8.0
       Compiling displaydoc v0.2.5
       Compiling zerotrie v0.2.2
       Compiling zerovec v0.11.4
       Compiling serde_derive v1.0.228
       Compiling tinystr v0.8.1
       Compiling icu_locale_core v2.0.0
       Compiling potential_utf v0.1.3
       Compiling icu_collections v2.0.0
       Compiling icu_provider v2.0.0
       Compiling serde v1.0.228
       Compiling icu_normalizer v2.0.0
       Compiling icu_properties v2.0.1
       Compiling idna_adapter v1.2.1
       Compiling idna v1.1.0
       Compiling url v2.5.7
       Compiling git2 v0.20.2
       Compiling mrh v0.13.2 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.81s
    
  • plan: Action succeeded shell: cargo build cargo build --features json cargo build --no-default-features
    After 0.00 seconds at 2026-03-09 06:41:55Z
    Shell(
        Shell {
            shell: "cargo build\ncargo build --features json\ncargo build --no-default-features\n",
        },
    )
plan: Successful action cargo_test
After 219.91 seconds at 2026-03-09 06:41:55Z
  • plan: Start action cargo_test
    After 0.00 seconds at 2026-03-09 06:41:55Z
    CargoTest(
        CargoTest,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:41:55Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:41:55Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:41:55Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:41:55Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-09 06:41:55Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:41:55Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-09 06:41:55Z
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-09 06:41:58Z
    Exit code: 0
    Stdout:
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 1 test
    test src/lib.rs - (line 24) ... ok
    
    test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s
    
    
    Stderr:
       Compiling mrh v0.13.2 (/ci/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 1.40s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/mrh-de39b422fd65e10b)
         Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/mrh-484c51d013aa81c4)
       Doc-tests mrh
    
  • plan: Action succeeded cargo_test
    After 0.00 seconds at 2026-03-09 06:41:58Z
    CargoTest(
        CargoTest,
    )
plan: Successful action tar_create
After 223.03 seconds at 2026-03-09 06:41:58Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-09 06:41:58Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-09 06:42:01Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 226.26 seconds at 2026-03-09 06:42:01Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-09 06:42:01Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-09 06:42:01Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 226.28 seconds at 2026-03-09 06:42:01ZHopefully 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": 1773038295,
        "nanos_since_epoch": 287688951
      },
      "log_source": "Plan"
    }
  2. {
      "type": "runnable_plan",
      "steps": [
        {
          "action": "mkdir",
          "pathname": "/ci"
        },
        {
          "action": "mkdir",
          "pathname": "/ci/artifacts"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vdc",
          "directory": "/ci/src"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vdf",
          "directory": "/ci/deps"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vde",
          "directory": "/ci/cache"
        },
        {
          "action": "shell",
          "shell": "ln -sf /ci /workspace"
        },
        {
          "action": "shell",
          "shell": "git config --global user.name 'Ambient CI'"
        },
        {
          "action": "shell",
          "shell": "git config --global user.email ambient@example.com"
        },
        {
          "action": "cargo_fmt"
        },
        {
          "action": "cargo_clippy"
        },
        {
          "action": "shell",
          "shell": "cargo build\ncargo build --features json\ncargo build --no-default-features\n"
        },
        {
          "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": 1773038295,
        "nanos_since_epoch": 288356105
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 288689651
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 289066572
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 289192502
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 289516079
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 289966488
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 495673588
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773038295,
        "nanos_since_epoch": 495734746
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 720090521
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 723981566
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 731994485
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 739274596
      },
      "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": 1773038297,
        "nanos_since_epoch": 742743475
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 753797319
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 757456689
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 761056148
      },
      "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": 1773038297,
        "nanos_since_epoch": 764832305
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 782454575
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 786557086
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 792959454
      },
      "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": 1773038297,
        "nanos_since_epoch": 797234229
      },
      "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": 1773038297,
        "nanos_since_epoch": 819459065
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 823542982
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 827125729
      },
      "log_source": "Plan"
    }
  26. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038297,
        "nanos_since_epoch": 830236399
      },
      "log_source": "Plan"
    }
  27. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038298,
        "nanos_since_epoch": 153795502
      },
      "log_source": "Plan"
    }
  28. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038298,
        "nanos_since_epoch": 153876041
      },
      "log_source": "Plan"
    }
  29. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038298,
        "nanos_since_epoch": 577447626
      },
      "log_source": "Plan"
    }
  30. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038298,
        "nanos_since_epoch": 577531932
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038298,
        "nanos_since_epoch": 741749026
      },
      "log_source": "Plan"
    }
  32. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            102,
            109,
            116
          ]
        },
        {
          "Unix": [
            45,
            45,
            99,
            104,
            101,
            99,
            107
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038298,
        "nanos_since_epoch": 741823968
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 228800780
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 234710709
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 240826920
      },
      "log_source": "Plan"
    }
  36. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 248141544
      },
      "log_source": "Plan"
    }
  37. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 376814820
      },
      "log_source": "Plan"
    }
  38. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 385090145
      },
      "log_source": "Plan"
    }
  39. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 611308781
      },
      "log_source": "Plan"
    }
  40. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 619370955
      },
      "log_source": "Plan"
    }
  41. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 757537287
      },
      "log_source": "Plan"
    }
  42. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            97,
            108,
            108,
            45,
            116,
            97,
            114,
            103,
            101,
            116,
            115
          ]
        },
        {
          "Unix": [
            45,
            45,
            110,
            111,
            45,
            100,
            101,
            112,
            115
          ]
        },
        {
          "Unix": [
            45,
            45
          ]
        },
        {
          "Unix": [
            45,
            45,
            100,
            101,
            110,
            121
          ]
        },
        {
          "Unix": [
            119,
            97,
            114,
            110,
            105,
            110,
            103,
            115
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038299,
        "nanos_since_epoch": 761811950
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.101\n   Compiling quote v1.0.41\n   Compiling unicode-ident v1.0.19\n   Compiling libc v0.2.176\n   Compiling syn v2.0.106\n   Compiling jobserver v0.1.34\n    Checking stable_deref_trait v1.2.0\n   Compiling find-msvc-tools v0.1.2\n   Compiling shlex v1.3.0\n   Compiling cc v1.2.39\n   Compiling pkg-config v0.3.32\n   Compiling vcpkg v0.2.15\n    Checking litemap v0.8.0\n   Compiling synstructure v0.13.2\n    Checking writeable v0.6.1\n   Compiling openssl-sys v0.9.109\n   Compiling libz-sys v1.1.22\n   Compiling zerofrom-derive v0.1.6\n   Compiling yoke-derive v0.8.0\n    Checking zerofrom v0.1.6\n   Compiling zerovec-derive v0.11.1\n    Checking yoke v0.8.0\n   Compiling displaydoc v0.2.5\n    Checking zerovec v0.11.4\n    Checking zerotrie v0.2.2\n   Compiling icu_normalizer_data v2.0.0\n   Compiling icu_properties_data v2.0.1\n    Checking tinystr v0.8.1\n    Checking icu_locale_core v2.0.0\n    Checking potential_utf v0.1.3\n    Checking icu_collections v2.0.0\n    Checking icu_provider v2.0.0\n   Compiling libssh2-sys v0.3.1\n    Checking smallvec v1.15.1\n    Checking memchr v2.7.6\n   Compiling serde_core v1.0.228\n   Compiling crossbeam-utils v0.8.21\n    Checking icu_normalizer v2.0.0\n    Checking icu_properties v2.0.1\n   Compiling serde v1.0.228\n    Checking utf8parse v0.2.2\n    Checking anstyle-parse v0.2.7\n    Checking idna_adapter v1.2.1\n    Checking aho-corasick v1.1.3\n   Compiling serde_derive v1.0.228\n   Compiling libgit2-sys v0.18.2+1.9.1\n    Checking utf8_iter v1.0.4\n    Checking percent-encoding v2.3.2\n    Checking anstyle-query v1.1.4\n    Checking anstyle v1.0.13\n    Checking is_terminal_polyfill v1.70.1\n    Checking regex-syntax v0.8.6\n    Checking colorchoice v1.0.4\n    Checking log v0.4.28\n    Checking anstream v0.6.20\n    Checking form_urlencoded v1.2.2\n    Checking idna v1.1.0\n    Checking regex-automata v0.4.11\n    Checking crossbeam-epoch v0.9.18\n    Checking bstr v1.12.0\n    Checking clap_lex v0.7.5\n    Checking strsim v0.11.1\n   Compiling heck v0.5.0\n    Checking same-file v1.0.6\n   Compiling anyhow v1.0.100\n    Checking walkdir v2.5.0\n   Compiling clap_derive v4.5.47\n    Checking clap_builder v4.5.48\n    Checking globset v0.4.16\n    Checking crossbeam-deque v0.8.6\n    Checking url v2.5.7\n    Checking dirs-sys-next v0.1.2\n    Checking openssl-probe v0.1.6\n    Checking cfg-if v1.0.3\n    Checking bitflags v2.9.4\n    Checking hashbrown v0.16.0\n    Checking equivalent v1.0.2\n    Checking indexmap v2.11.4\n    Checking dirs-next v2.0.0\n    Checking ignore v0.4.23\n    Checking clap v4.5.48\n    Checking ansi_term v0.12.1\n    Checking git2 v0.20.2\n    Checking mrh v0.13.2 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s\n",
      "timestamp": {
        "secs_since_epoch": 1773038396,
        "nanos_since_epoch": 101460935
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773038396,
        "nanos_since_epoch": 171304989
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "shell",
      "shell": "cargo build\ncargo build --features json\ncargo build --no-default-features\n",
      "timestamp": {
        "secs_since_epoch": 1773038396,
        "nanos_since_epoch": 174560669
      },
      "log_source": "Plan"
    }
  46. {
      "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,
            99,
            97,
            114,
            103,
            111,
            32,
            98,
            117,
            105,
            108,
            100,
            10,
            99,
            97,
            114,
            103,
            111,
            32,
            98,
            117,
            105,
            108,
            100,
            32,
            45,
            45,
            102,
            101,
            97,
            116,
            117,
            114,
            101,
            115,
            32,
            106,
            115,
            111,
            110,
            10,
            99,
            97,
            114,
            103,
            111,
            32,
            98,
            117,
            105,
            108,
            100,
            32,
            45,
            45,
            110,
            111,
            45,
            100,
            101,
            102,
            97,
            117,
            108,
            116,
            45,
            102,
            101,
            97,
            116,
            117,
            114,
            101,
            115,
            10,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773038396,
        "nanos_since_epoch": 179752969
      },
      "log_source": "Plan"
    }
  47. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ cargo build\n   Compiling libc v0.2.176\n   Compiling zerofrom v0.1.6\n   Compiling stable_deref_trait v1.2.0\n   Compiling yoke v0.8.0\n   Compiling zerovec v0.11.4\n   Compiling jobserver v0.1.34\n   Compiling cc v1.2.39\n   Compiling tinystr v0.8.1\n   Compiling writeable v0.6.1\n   Compiling litemap v0.8.0\n   Compiling icu_locale_core v2.0.0\n   Compiling openssl-sys v0.9.109\n   Compiling libz-sys v1.1.22\n   Compiling zerotrie v0.2.2\n   Compiling potential_utf v0.1.3\n   Compiling icu_collections v2.0.0\n   Compiling icu_provider v2.0.0\n   Compiling icu_normalizer_data v2.0.0\n   Compiling icu_properties_data v2.0.1\n   Compiling libssh2-sys v0.3.1\n   Compiling memchr v2.7.6\n   Compiling smallvec v1.15.1\n   Compiling icu_normalizer v2.0.0\n   Compiling icu_properties v2.0.1\n   Compiling utf8parse v0.2.2\n   Compiling anstyle-parse v0.2.7\n   Compiling idna_adapter v1.2.1\n   Compiling serde_core v1.0.228\n   Compiling crossbeam-utils v0.8.21\n   Compiling aho-corasick v1.1.3\n   Compiling libgit2-sys v0.18.2+1.9.1\n   Compiling percent-encoding v2.3.2\n   Compiling regex-syntax v0.8.6\n   Compiling is_terminal_polyfill v1.70.1\n   Compiling utf8_iter v1.0.4\n   Compiling log v0.4.28\n   Compiling anstyle v1.0.13\n   Compiling anstyle-query v1.1.4\n   Compiling colorchoice v1.0.4\n   Compiling anstream v0.6.20\n   Compiling idna v1.1.0\n   Compiling regex-automata v0.4.11\n   Compiling form_urlencoded v1.2.2\n   Compiling serde v1.0.228\n   Compiling crossbeam-epoch v0.9.18\n   Compiling bstr v1.12.0\n   Compiling same-file v1.0.6\n   Compiling strsim v0.11.1\n   Compiling clap_lex v0.7.5\n   Compiling clap_builder v4.5.48\n   Compiling walkdir v2.5.0\n   Compiling globset v0.4.16\n   Compiling crossbeam-deque v0.8.6\n   Compiling url v2.5.7\n   Compiling dirs-sys-next v0.1.2\n   Compiling cfg-if v1.0.3\n   Compiling equivalent v1.0.2\n   Compiling bitflags v2.9.4\n   Compiling openssl-probe v0.1.6\n   Compiling hashbrown v0.16.0\n   Compiling indexmap v2.11.4\n   Compiling dirs-next v2.0.0\n   Compiling ignore v0.4.23\n   Compiling anyhow v1.0.100\n   Compiling clap v4.5.48\n   Compiling ansi_term v0.12.1\n   Compiling git2 v0.20.2\n   Compiling mrh v0.13.2 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s\n+ cargo build --features json\n   Compiling serde v1.0.228\n   Compiling serde_json v1.0.145\n   Compiling ryu v1.0.20\n   Compiling itoa v1.0.15\n   Compiling url v2.5.7\n   Compiling git2 v0.20.2\n   Compiling mrh v0.13.2 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s\n+ cargo build --no-default-features\n   Compiling syn v2.0.106\n   Compiling synstructure v0.13.2\n   Compiling zerofrom-derive v0.1.6\n   Compiling yoke-derive v0.8.0\n   Compiling zerovec-derive v0.11.1\n   Compiling zerofrom v0.1.6\n   Compiling yoke v0.8.0\n   Compiling displaydoc v0.2.5\n   Compiling zerotrie v0.2.2\n   Compiling zerovec v0.11.4\n   Compiling serde_derive v1.0.228\n   Compiling tinystr v0.8.1\n   Compiling icu_locale_core v2.0.0\n   Compiling potential_utf v0.1.3\n   Compiling icu_collections v2.0.0\n   Compiling icu_provider v2.0.0\n   Compiling serde v1.0.228\n   Compiling icu_normalizer v2.0.0\n   Compiling icu_properties v2.0.1\n   Compiling idna_adapter v1.2.1\n   Compiling idna v1.1.0\n   Compiling url v2.5.7\n   Compiling git2 v0.20.2\n   Compiling mrh v0.13.2 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.81s\n",
      "timestamp": {
        "secs_since_epoch": 1773038515,
        "nanos_since_epoch": 202068443
      },
      "log_source": "Plan"
    }
  48. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "cargo build\ncargo build --features json\ncargo build --no-default-features\n",
      "timestamp": {
        "secs_since_epoch": 1773038515,
        "nanos_since_epoch": 202253916
      },
      "log_source": "Plan"
    }
  49. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1773038515,
        "nanos_since_epoch": 202631792
      },
      "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": 1773038515,
        "nanos_since_epoch": 203189073
      },
      "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": 1773038515,
        "nanos_since_epoch": 407959311
      },
      "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": 1773038515,
        "nanos_since_epoch": 412402874
      },
      "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": 1773038515,
        "nanos_since_epoch": 627872014
      },
      "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": 1773038515,
        "nanos_since_epoch": 628001376
      },
      "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": 1773038515,
        "nanos_since_epoch": 755128376
      },
      "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": 1773038515,
        "nanos_since_epoch": 755197750
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 1 test\ntest src/lib.rs - (line 24) ... ok\n\ntest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s\n\n",
      "stderr": "   Compiling mrh v0.13.2 (/ci/src)\n    Finished `test` profile [unoptimized + debuginfo] target(s) in 1.40s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/mrh-de39b422fd65e10b)\n     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/mrh-484c51d013aa81c4)\n   Doc-tests mrh\n",
      "timestamp": {
        "secs_since_epoch": 1773038518,
        "nanos_since_epoch": 301133731
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_succeeded",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1773038518,
        "nanos_since_epoch": 317963755
      },
      "log_source": "Plan"
    }
  59. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773038518,
        "nanos_since_epoch": 320923430
      },
      "log_source": "Plan"
    }
  60. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773038521,
        "nanos_since_epoch": 538875877
      },
      "log_source": "Plan"
    }
  61. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773038521,
        "nanos_since_epoch": 548075176
      },
      "log_source": "Plan"
    }
  62. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773038521,
        "nanos_since_epoch": 560261945
      },
      "log_source": "Plan"
    }
  63. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1773038521,
        "nanos_since_epoch": 568655928
      },
      "log_source": "Plan"
    }
  64. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1773038521,
        "nanos_since_epoch": 571266318
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z37EycTqZeuGMYpUSCM3v2e2qe16s",
    "name": "mrh",
    "description": "Multi-(git)Repo Helper",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkfPSKW7AgQqXSi8fgEJMduHpm9ABmsPYwPhMeF7PssonK",
      "did:key:z6Mkknjd1cBaQuGefJG8T3nKLSGm76eoVqsntCmxGLk23sNG",
      "did:key:z6Mkrr427WTq62SsbZMFqbGZR7oRrE9dqwHU1uVRCNJYAmzc"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "0e887e5b9f4a9b0286628d11f16b46ebeba19f41",
  "after": "0e887e5b9f4a9b0286628d11f16b46ebeba19f41",
  "branch": "main",
  "commits": [
    "0e887e5b9f4a9b0286628d11f16b46ebeba19f41"
  ]
}

Ambient stdout

run CI for rad:z37EycTqZeuGMYpUSCM3v2e2qe16s

Ambient stderr

<empty log>