CI run for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
Radicle repository id rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
- Adapter run ID: ced605c0-2eb6-4155-808b-f717d235249f
- Result: failure
- Duration: 10 seconds seconds
2026-02-12 05:24:52Z -- 2026-02-12 05:25:03Z
Table of Contents
Run log
At: 2026-02-12 05:24:52Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-12 05:24:52ZAfter: 0.00 secondstmpdir: /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-12 05:24:52Z
After: 0.03 seconds
Hoping for the best
Will run CI for project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
At: 2026-02-12 05:24:52ZAfter: 0.03 secondsCargoFetch(
CargoFetch,
) Start action cargo_fetch
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0 OK: cargo fetch --locked
At: 2026-02-12 05:24:52Z
After: 0.31 seconds
End action cargo_fetch
At: 2026-02-12 05:24:52Z
After: 0.31 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-12 05:24:55Z
After: 3.28 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-12 05:24:55ZAfter: 3.29 secondssteps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_test
- action: shell
shell: |
install -d /ci/artifactcs/rsync
subplot docgen vmadm.subplot -o /ci/artifacts/rsync/vmadm.html
- action: shell
shell: |
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: debian
- 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-12 05:24:55ZAfter: 3.31 secondsMkdir(
Mkdir {
pathname: "/ci",
},
) Start action mkdir
At: 2026-02-12 05:24:55Z
After: 3.31 seconds
End action mkdir
At: 2026-02-12 05:24:55ZAfter: 3.32 secondsMkdir(
Mkdir {
pathname: "/ci/artifacts",
},
) Start action mkdir
At: 2026-02-12 05:24:55Z
After: 3.32 seconds
End action mkdir
At: 2026-02-12 05:24:55ZAfter: 3.32 secondsTarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
) Start action tar_extract
At: 2026-02-12 05:24:55Z
After: 3.33 seconds
End action tar_extract
At: 2026-02-12 05:24:55ZAfter: 3.34 secondsTarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
) Start action tar_extract
At: 2026-02-12 05:24:56Z
After: 4.03 seconds
End action tar_extract
At: 2026-02-12 05:24:56ZAfter: 4.04 secondsTarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_extract
At: 2026-02-12 05:24:57Z
After: 4.91 seconds
End action tar_extract
At: 2026-02-12 05:24:57ZAfter: 4.91 secondsShell(
Shell {
shell: "ln -sf /ci /workspace",
},
) Start action shell
At: 2026-02-12 05:25:03ZAfter: 10.65 seconds- bash
- -c
- set -xeuo pipefail
ln -sf /ci /workspace
exit: 0Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail
ln -sf /ci /workspace
At: 2026-02-12 05:24:57Z
After: 4.92 seconds
End action shell
At: 2026-02-12 05:24:57ZAfter: 4.93 secondsShell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
) Start action shell
At: 2026-02-12 05:25:03ZAfter: 10.65 seconds- bash
- -c
- set -xeuo pipefail
git config --global user.name 'Ambient CI'
exit: 0Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail
git config --global user.name 'Ambient CI'
At: 2026-02-12 05:24:57Z
After: 4.94 seconds
End action shell
At: 2026-02-12 05:24:57ZAfter: 4.94 secondsShell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
) Start action shell
At: 2026-02-12 05:25:03ZAfter: 10.65 seconds- bash
- -c
- set -xeuo pipefail
git config --global user.email ambient@example.com
exit: 0Stderr:
+ 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-12 05:24:57Z
After: 4.96 seconds
End action shell
At: 2026-02-12 05:24:57ZAfter: 4.96 secondsCargoFmt(
CargoFmt,
) Start action cargo_fmt
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0 OK: cargo fmt --check
At: 2026-02-12 05:24:57Z
After: 5.34 seconds
End action cargo_fmt
At: 2026-02-12 05:24:57ZAfter: 5.34 secondsCargoClippy(
CargoClippy,
) Start action cargo_clippy
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:25:03ZAfter: 10.65 seconds- cargo
- clippy
- --offline
- --locked
- --workspace
- --all-targets
- --no-deps
- --
- --deny
- warnings
exit: 0Stderr:
Compiling vmadm v0.4.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-12 05:24:58Z
After: 6.27 seconds
End action cargo_clippy
At: 2026-02-12 05:24:58ZAfter: 6.27 secondsCargoTest(
CargoTest,
) Start action cargo_test
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:25:03ZAfter: 10.65 seconds- cargo
- test
- --offline
- --locked
- --workspace
exit: 0Stdout:
running 5 tests
test sshkeys::keypair_test::generate_key ... ok
test util::test::accepts_bridge_name ... ok
test util::test::accepts_network_name ... ok
test util::test::rejects_plain_name ... ok
test sshkeys::keypair_test::certify_host_key ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
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:
Compiling vmadm v0.4.1 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-7db6e31bd068e664)
Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-cfb0e7a4ec231d06)
Doc-tests vmadm
OK: cargo test --offline --locked --workspace
At: 2026-02-12 05:24:59Z
After: 7.05 seconds
End action cargo_test
At: 2026-02-12 05:24:59ZAfter: 7.05 secondsShell(
Shell {
shell: "install -d /ci/artifactcs/rsync\nsubplot docgen vmadm.subplot -o /ci/artifacts/rsync/vmadm.html\n",
},
) Start action shell
At: 2026-02-12 05:25:03ZAfter: 10.65 seconds- bash
- -c
- set -xeuo pipefail
install -d /ci/artifactcs/rsync
subplot docgen vmadm.subplot -o /ci/artifacts/rsync/vmadm.html
exit: 1Stderr:
+ install -d /ci/artifactcs/rsync
+ subplot docgen vmadm.subplot -o /ci/artifacts/rsync/vmadm.html
INFO Starting Subplot
ERROR Error when writing to /ci/artifacts/rsync/vmadm.html
ERROR caused by: No such file or directory (os error 2)
FAILED: bash -c set -xeuo pipefail
install -d /ci/artifactcs/rsync
subplot docgen vmadm.subplot -o /ci/artifacts/rsync/vmadm.html
At: 2026-02-12 05:24:59Z
After: 7.15 seconds
Action failed
At: 2026-02-12 05:24:59Z
After: 7.16 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-12 05:25:03ZAfter: 10.65 secondsexit: 0 QEMU OK
Trigger message
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s",
"name": "vmadm",
"description": "Virtual machine administration tool for libvirt",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Updated",
"patch": {
"id": "233f8da8615ff14a7ba0da46ad9459cfb44fe87a",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "ci: drop unnecessary env vars",
"state": {
"status": "open",
"conflicts": []
},
"before": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"after": "8329c2e3e58e75321f198e727c39344e458c4343",
"commits": [
"8329c2e3e58e75321f198e727c39344e458c4343",
"e184ba03fc5c544804762bc4958d39b1c68cf7a0",
"0a9d589ed5b88d16cadd2da13c65459ef3e182f2"
],
"target": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "233f8da8615ff14a7ba0da46ad9459cfb44fe87a",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "0a9d589ed5b88d16cadd2da13c65459ef3e182f2",
"timestamp": 1770873532
},
{
"id": "69145007dc34d2d0b8329c4af35cb7d352757c28",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: separate docs and deb package",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "e184ba03fc5c544804762bc4958d39b1c68cf7a0",
"timestamp": 1770873760
},
{
"id": "53799e6d910f094b73c1217963b0fd522269f501",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: use new workspace location, create rsync didr",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "8329c2e3e58e75321f198e727c39344e458c4343",
"timestamp": 1770873891
}
]
}
}Ambient stdout
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
run CI for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
ERROR: CI run failed inside QEMU
Ambient stderr
<empty log>