CI run for rad:z39WbeupErKS8TwbDS5yU8eZSa3C

Radicle repository id rad:z39WbeupErKS8TwbDS5yU8eZSa3C

Table of Contents

Run log

At: 2026-02-17 04:21:25Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-17 04:21:25Z
After: 0.00 seconds
tmpdir: /home/_rad/tmp
image_store: /home/_rad/ambient-images
projects: /dev/null
state: /home/_rad/ambient-state
rsync_target: null
rsync_target_base: null
rsync_target_map: null
dput_target: null
executor: /usr/bin/ambient-execute-plan
artifacts_max_size: 1 GB
cache_max_size: 30 GB
qemu:
  cpus: 2
  memory: 12 GB
  kvm_binary: /usr/bin/kvm
  ovmf_vars_file: /usr/share/ovmf/OVMF.fd
  ovmf_code_file: /usr/share/ovmf/OVMF.fd
uefi: false
lint: true
Ambient configuration
At: 2026-02-17 04:21:25Z
After: 0.03 seconds
Hoping for the best
Will run CI for project rad:z39WbeupErKS8TwbDS5yU8eZSa3C
At: 2026-02-17 04:21:25Z
After: 0.03 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • cargo
  • fetch
exit: 0
Stderr:
    Updating crates.io index
     Locking 71 packages to latest compatible versions
 Downloading crates ...
  Downloaded unicode-ident v1.0.24
  Downloaded same-file v1.0.6
  Downloaded mutants v0.0.4
  Downloaded rustc-hash v2.1.1
  Downloaded windows-link v0.2.1
  Downloaded zmij v1.0.21
  Downloaded smallvec v1.15.1
  Downloaded winapi-util v0.1.11
  Downloaded tinytemplate v1.2.1
  Downloaded walkdir v2.5.0
  Downloaded cfg-if v1.0.4
  Downloaded alloca v0.4.0
  Downloaded wasm-bindgen-macro v0.2.108
  Downloaded quote v1.0.44
  Downloaded plotters-backend v0.3.7
  Downloaded ciborium-io v0.2.2
  Downloaded page_size v0.6.0
  Downloaded wasm-bindgen-shared v0.2.108
  Downloaded anes v0.1.6
  Downloaded anstyle v1.0.13
  Downloaded shlex v1.3.0
  Downloaded wasm-bindgen-macro-support v0.2.108
  Downloaded ciborium v0.2.2
  Downloaded half v2.7.1
  Downloaded find-msvc-tools v0.1.9
  Downloaded criterion v0.8.2
  Downloaded clap v4.5.59
  Downloaded rayon-core v1.13.0
  Downloaded cc v1.2.56
  Downloaded serde v1.0.228
  Downloaded memchr v2.8.0
  Downloaded itertools v0.13.0
  Downloaded clap_builder v4.5.59
  Downloaded plotters v0.3.7
  Downloaded rayon v1.11.0
  Downloaded aho-corasick v1.1.4
  Downloaded regex v1.12.3
  Downloaded syn v2.0.116
  Downloaded serde_json v1.0.149
  Downloaded zerocopy v0.8.39
  Downloaded zerocopy-derive v0.8.39
  Downloaded bumpalo v3.19.1
  Downloaded js-sys v0.3.85
  Downloaded regex-syntax v0.8.9
  Downloaded once_cell v1.21.3
  Downloaded num-traits v0.2.19
  Downloaded wasm-bindgen v0.2.108
  Downloaded crossbeam-epoch v0.9.18
  Downloaded crossbeam-utils v0.8.21
  Downloaded crossbeam-deque v0.8.6
  Downloaded criterion-plot v0.8.2
  Downloaded rustversion v1.0.22
  Downloaded oorandom v11.1.5
  Downloaded either v1.15.0
  Downloaded serde_derive v1.0.228
  Downloaded serde_core v1.0.228
  Downloaded autocfg v1.5.0
  Downloaded proc-macro2 v1.0.106
  Downloaded web-sys v0.3.85
  Downloaded regex-automata v0.4.14
  Downloaded crunchy v0.2.4
  Downloaded ciborium-ll v0.2.2
  Downloaded clap_lex v1.0.0
  Downloaded cast v0.3.0
  Downloaded plotters-svg v0.3.7
  Downloaded itoa v1.0.17
  Downloaded libc v0.2.182
  Downloaded winapi v0.3.9
  Downloaded windows-sys v0.61.2
  Downloaded winapi-i686-pc-windows-gnu v0.4.0
  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
OK: cargo fetch
At: 2026-02-17 04:21:27Z
After: 2.82 seconds
End action cargo_fetch
At: 2026-02-17 04:21:27Z
After: 2.82 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
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: |
    export CARGO_TARGET_DIR=/workspace/cache
    export CARGO_HOME=/workspace/deps
    export HOME=/root
    export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
    export CARGO_NET_OFFLINE=true
    # lets see if 'bar' works
    ./bar
- 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
Runnable plan
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
End action mkdir
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
End action mkdir
At: 2026-02-17 04:21:32Z
After: 7.71 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-17 04:21:32Z
After: 7.79 seconds
End action tar_extract
At: 2026-02-17 04:21:32Z
After: 7.79 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-17 04:21:33Z
After: 8.78 seconds
End action tar_extract
At: 2026-02-17 04:21:33Z
After: 8.78 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-17 04:21:33Z
After: 8.79 seconds
End action tar_extract
At: 2026-02-17 04:21:33Z
After: 8.79 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • bash
  • -c
  • set -xeuo pipefail ln -sf /ci /workspace
exit: 0
Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail ln -sf /ci /workspace
At: 2026-02-17 04:21:33Z
After: 8.81 seconds
End action shell
At: 2026-02-17 04:21:33Z
After: 8.81 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.name 'Ambient CI'
exit: 0
Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail git config --global user.name 'Ambient CI'
At: 2026-02-17 04:21:33Z
After: 8.83 seconds
End action shell
At: 2026-02-17 04:21:33Z
After: 8.83 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.email ambient@example.com
exit: 0
Stderr:
+ git config --global user.email ambient@example.com
OK: bash -c set -xeuo pipefail git config --global user.email ambient@example.com
At: 2026-02-17 04:21:33Z
After: 8.85 seconds
End action shell
At: 2026-02-17 04:21:33Z
After: 8.85 seconds
Shell(
    Shell {
        shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n",
    },
)
Start action shell
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
  • bash
  • -c
  • set -xeuo pipefail export CARGO_TARGET_DIR=/workspace/cache export CARGO_HOME=/workspace/deps export HOME=/root export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH" export CARGO_NET_OFFLINE=true # lets see if 'bar' works ./bar
exit: 0
Stdout:
running 35 tests
...................................
test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


running 35 tests
...................................
test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


running 62 tests
..............................................................
test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


running 8 tests
........
test result: ok. 8 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 result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s


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


running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


running 11 tests
...........
test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


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


running 18 tests
..................
test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


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


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


running 17 tests
.................
test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


running 37 tests
.....................................
test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


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


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


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


running 3 tests
iii
test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s


running 20 tests
....................
test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


running 11 tests
iiiiiiiiii.
test result: ok. 1 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.00s


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


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


running 42 tests
..........................................
test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


running 9 tests
.........
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


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


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


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


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


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


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


running 118 tests
..............................iii.iii.i............................i................... 87/118
...............................
test result: ok. 110 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 18.10s


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 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 0 tests

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


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


running 8 tests
......i.
test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s


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


running 1 test
.
test result: ok. 1 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 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

Stderr:
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_NET_OFFLINE=true
+ CARGO_NET_OFFLINE=true
+ ./bar
   OK: PREPROCESS: fetch_resources
   OK: PREPROCESS: build_assets
   OK: lints: shellcheck_lint
     Locking 71 packages to latest compatible versions
   Compiling proc-macro2 v1.0.106
    Checking unicode-ident v1.0.24
    Checking rustc-hash v2.1.1
    Checking smallvec v1.15.1
   Compiling mutants v0.0.4
    Checking unsynn v0.3.0 (/ci/src)
    Finished `dev` profile [optimized + debuginfo] target(s) in 2.56s
   OK: cargo_lint: cargo_check
    Checking unsynn v0.3.0 (/ci/src)
    Finished `dev` profile [optimized + debuginfo] target(s) in 1.49s
   OK: cargo_lint: cargo_clippy_strict
   OK: cargo_lint: cargo_fmt_check
   OK: lint_sources: cargo_lint??
   OK: lints: lint_sources
   OK: lints: lint_docs
   OK: MAIN: lints
   OK: cargo_build_unit_tests: cargo_test --lib --no-run --quiet
   OK: cargo_build_unit_tests: cargo_test --bins --no-run --quiet
   OK: cargo_test_units: cargo_build_unit_tests
   OK: cargo_test_units: cargo_test --lib --quiet
   OK: cargo_test_units: cargo_test --bins --quiet
   OK: test_units: cargo_test_units
   OK: build_unit_tests: cargo_build_unit_tests
   OK: test_units: build_unit_tests
   OK: tests: test_units
   OK: cargo_build_integration_tests: cargo_test --tests --no-run --quiet
   OK: cargo_test_integrations: cargo_build_integration_tests
   OK: cargo_test_integrations: cargo_test --tests --quiet
   OK: cargo_test_integrations: cargo_test --doc --quiet
   OK: test_integrations: cargo_test_integrations
   OK: build_integration_tests: cargo_build_integration_tests
   OK: test_integrations: build_integration_tests
   OK: tests: test_integrations
   OK: cargo_build_unit_tests: cargo_test --lib --no-run --quiet
   OK: cargo_build_unit_tests: cargo_test --bins --no-run --quiet
   OK: cargo_test_units: cargo_build_unit_tests
   OK: cargo_test_units: cargo_test --lib --quiet
   OK: cargo_test_units: cargo_test --bins --quiet
   OK: test_units: cargo_test_units
   OK: build_unit_tests: cargo_build_unit_tests
   OK: test_units: build_unit_tests
   OK: tests: test_units
   OK: cargo_build_integration_tests: cargo_test --tests --no-run --quiet
   OK: cargo_test_integrations: cargo_build_integration_tests
   OK: cargo_test_integrations: cargo_test --tests --quiet
   OK: cargo_test_integrations: cargo_test --doc --quiet
   OK: test_integrations: cargo_test_integrations
   OK: build_integration_tests: cargo_build_integration_tests
   OK: test_integrations: build_integration_tests
   OK: tests: test_integrations
   OK: tests
   OK: tests: test_no_proc_macro2
   OK: MAIN: tests
   OK: doc: lint_docs
   OK: build_docs: cargo_doc --quiet
   OK: doc: build_docs
   OK: MAIN: doc
   OK: build_libs: cargo_build --lib --quiet
   OK: build: build_libs
   OK: build_bins: cargo build --bins --quiet
   OK: build: build_bins
   OK: MAIN: build
   OK: MAIN
OK: bash -c set -xeuo pipefail export CARGO_TARGET_DIR=/workspace/cache export CARGO_HOME=/workspace/deps export HOME=/root export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH" export CARGO_NET_OFFLINE=true # lets see if 'bar' works ./bar
At: 2026-02-17 04:22:45Z
After: 80.30 seconds
End action shell
At: 2026-02-17 04:22:45Z
After: 80.30 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-17 04:22:47Z
After: 82.58 seconds
End action tar_create
At: 2026-02-17 04:22:47Z
After: 82.58 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-17 04:22:47Z
After: 82.59 seconds
End action tar_create
At: 2026-02-17 04:22:47Z
After: 82.61 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:22:47Z
After: 82.61 seconds
Everything is fine.
Executor ends, success
At: 2026-02-17 04:22:50Z
After: 85.47 seconds
    exit: 0
    QEMU OK
    At: 2026-02-17 04:22:50Z
    After: 85.26 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-17 04:22:50Z
    After: 85.46 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z39WbeupErKS8TwbDS5yU8eZSa3C",
        "name": "unsynn",
        "description": "(Proc-macro) parsing made easy",
        "private": false,
        "default_branch": "devel",
        "delegates": [
          "did:key:z6MksaJkZuQj49mbrft8JNvo3vBDU5AC5owW1EnCZJJ3goRX"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4",
      "after": "6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4",
      "branch": "main",
      "commits": [
        "6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>