Radicle repository id rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6M 1 disk
vdc 254:32 0 1.5M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 1G 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-23 07:15 ./
-rw-r--r-- _rad/_rad 1255 2026-01-23 07:15 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-23 07:15 ./run-ci
INFO: Extracted files:
393228 4 drwxr-xr-x 2 1000 1000 4096 Jan 23 07:15 .
393230 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 23 07:15 ./run-ci
393229 4 -rw-r--r-- 1 1000 1000 1255 Jan 23 07:15 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-23T07:16:09Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
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: |
export HOME=/root
# "Install" the rad program. It needs to be in $PATH.
cp /root/.radicle/bin/rad /bin/.
git config --global user.name root
git config --global user.email root@example.com
cargo test
- action: cargo_doc
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: .
- 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
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-23T07:16:09Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-23T07:16:15Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-23T07:16:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:15Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:16:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:16:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:15Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-23T07:17:14Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-23T07:17:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:15Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-23T07:17:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-23T07:17:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Compiling radicle-native-ci v0.12.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
[2026-01-23T07:17:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
},
)
[2026-01-23T07:17:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
},
)
[2026-01-23T07:17:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n\n"]
cwd=/ci/src (exists? true)
+ export HOME=/root
+ HOME=/root
+ cp /root/.radicle/bin/rad /bin/.
+ git config --global user.name root
+ git config --global user.email root@example.com
+ cargo test
Compiling radicle-native-ci v0.12.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 3.17s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-32a0399cabc02961)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/radicle-native-ci.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-c28e25e0d13aaf94)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/run_log.rs (/ci/cache/cargo-target/debug/deps/run_log-ae5ddee54e932620)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/integration.rs (/ci/cache/cargo-target/debug/deps/integration-6f56958df2a73448)
running 9 tests
test commit_doesnt_exist ... ok
test command_fails ... ok
test empty_config ... ok
test config_does_not_exist ... ok
test empty_request ... ok
test happy_path ... ok
test no_config_env_var ... ok
test happy_path_with_log_url ... ok
test repo_doesnt_exist ... ok
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.93s
Doc-tests radicle_native_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-23T07:17:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:29Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
CargoDoc,
)
[2026-01-23T07:17:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
CargoDoc,
)
[2026-01-23T07:17:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
cwd=/ci/src (exists? true)
Documenting radicle-native-ci v0.12.0 (/ci/src)
Checking radicle-native-ci v0.12.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
Generated /ci/cache/cargo-target/doc/radicle_native_ci/index.html and 1 other file
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ 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/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at bd776a7 doc: add link to Radicle CI home page
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.12.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260123T071736
+ version=0.12.0.ci20260123T071736-1
+ dch -v 0.12.0.ci20260123T071736-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n "]
cwd=/ci/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=279
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4eab0dfd004e484b9bedfb856516e91e
SHLVL=2
JOURNAL_STREAM=8:14891
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-native-ci
++ dpkg-parsechangelog -SVersion
+ version=0.12.0.ci20260123T071736-1
++ echo 0.12.0.ci20260123T071736-1
++ sed 's/-[^-]*$//'
+ uv=0.12.0.ci20260123T071736
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz
+ deb=../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb
+ changes=../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package radicle-native-ci
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.12.0.ci20260123T071736-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by "Lars Wirzenius" <"liw@liw.fi">
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_auto_clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building radicle-native-ci using existing ./radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-native-ci in radicle-native-ci_0.12.0.ci20260123T071736-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-native-ci in radicle-native-ci_0.12.0.ci20260123T071736-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
create-stamp debian/debhelper-build-stamp
[1;35m debian/rules binary
[0mdh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --offline --locked --path=. --root=debian/radicle-native-ci/usr --bin radicle-native-ci
Installing radicle-native-ci v0.12.0 (/ci/src)
Compiling radicle-native-ci v0.12.0 (/ci/src)
Finished `release` profile [optimized] target(s) in 3.65s
Installing debian/radicle-native-ci/usr/bin/radicle-native-ci
Installed package `radicle-native-ci v0.12.0 (/ci/src)` (executable `radicle-native-ci`)
warning: be sure to add `debian/radicle-native-ci/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'radicle-native-ci-dbgsym' in '../radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'radicle-native-ci' in '../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes
[0m[1mdpkg-genchanges: [0m[32minfo[0m: including full source code in upload
[1;35m dpkg-source --after-build .
[0m[1mdpkg-buildpackage: [0m[32minfo[0m: full upload (original source is included)
+ ls -l ..
total 1116
drwxr-xr-x 2 root root 4096 Jan 23 07:16 artifacts
drwxr-xr-x 7 root root 4096 Jan 18 12:41 cache
drwxr-xr-x 3 root root 4096 Jan 23 07:15 deps
-rw-r--r-- 1 root root 127008 Jan 23 07:17 radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb
-rw-r--r-- 1 root root 2084 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1.debian.tar.xz
-rw-r--r-- 1 root root 1075 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1.dsc
-rw-r--r-- 1 root root 6362 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.buildinfo
-rw-r--r-- 1 root root 2612 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes
-rw-r--r-- 1 root root 922448 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb
-rw-r--r-- 1 root root 46916 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz
drwxr-xr-x 10 root root 4096 Jan 23 07:17 src
+ for x in ../*.deb
+ dpkg -c ../radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-23 07:17 ./
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/debug/.build-id/ba/
-rw-r--r-- root/root 758912 2026-01-23 07:17 ./usr/lib/debug/.build-id/ba/e59dc46355103e52441073eab5b460f629d2a2.debug
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci-dbgsym -> radicle-native-ci
+ for x in ../*.deb
+ dpkg -c ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-23 07:17 ./
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/bin/
-rwxr-xr-x root/root 2658504 2026-01-23 07:17 ./usr/bin/radicle-native-ci
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci/
-rw-r--r-- root/root 426 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci/changelog.Debian.gz
-rw-r--r-- root/root 375 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci/copyright
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 72 2026-01-23 07:17 ./usr/share/lintian/overrides/radicle-native-ci
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/man/man1/
-rw-r--r-- root/root 274 2026-01-23 07:17 ./usr/share/man/man1/radicle-native-ci.1.gz
+ mv ../radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb ../radicle-native-ci_0.12.0.ci20260123T071736-1.debian.tar.xz ../radicle-native-ci_0.12.0.ci20260123T071736-1.dsc ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.buildinfo ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb ../radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz /ci/artifacts/.
[2026-01-23T07:17:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:17:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:17:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-23T07:18:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-23T07:18:42Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE",
"name": "radicle-native-ci",
"description": "Radicle CI adapter for native CI",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "bd776a7f0a6a98ae6d86f5e0cc612a16027e418c",
"after": "bd776a7f0a6a98ae6d86f5e0cc612a16027e418c",
"branch": "main",
"commits": [
"bd776a7f0a6a98ae6d86f5e0cc612a16027e418c"
]
}[2026-01-23T07:15:46Z INFO ambient] ambient starts
[2026-01-23T07:15:46Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-23T07:15:46Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
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,
}
[2026-01-23T07:15:46Z DEBUG ambient_ci::linter] linting project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE with rsync_target
[2026-01-23T07:15:46Z DEBUG ambient_ci::linter] linting project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE with http_get
[2026-01-23T07:15:46Z DEBUG ambient_ci::linter] linting project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE with shellcheck
[2026-01-23T07:15:46Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/meta.yaml
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] latest commit: "e1e13cd86b5075a9390587f98cf39408bbc177aa"
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] is a git repository
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] git repository is clean
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] current (HEAD) commit: bd776a7f0a6a98ae6d86f5e0cc612a16027e418c
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] no dry run requested
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] forced run requested
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] run? true
[2026-01-23T07:15:46Z INFO ambient_ci::run] project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE: running CI
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-23T07:15:46Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-23T07:15:46Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-23T07:15:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-23T07:15:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/cache/cargo-target",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/dependencies",
},
source_dir: "/tmp/.tmpsM3F7o/src",
deps_dir: "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpsM3F7o/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpsM3F7o/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpsM3F7o/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpsM3F7o/src => /tmp/.tmp3QTzdH
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/tests wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/tests/integration.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/tests/integration.rs => /tmp/.tmp3QTzdH/tests/integration.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/runspec.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/runspec.rs => /tmp/.tmp3QTzdH/src/runspec.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/runlog.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/runlog.rs => /tmp/.tmp3QTzdH/src/runlog.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/run.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/run.rs => /tmp/.tmp3QTzdH/src/run.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/native-ci.css wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/msg.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/msg.rs => /tmp/.tmp3QTzdH/src/msg.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/logfile.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/logfile.rs => /tmp/.tmp3QTzdH/src/logfile.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/lib.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/lib.rs => /tmp/.tmp3QTzdH/src/lib.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/engine.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/engine.rs => /tmp/.tmp3QTzdH/src/engine.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/config.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/config.rs => /tmp/.tmp3QTzdH/src/config.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/bin wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/bin/run_log.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/bin/run_log.rs => /tmp/.tmp3QTzdH/src/bin/run_log.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/src/bin/radicle-native-ci.rs wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/src/bin/radicle-native-ci.rs => /tmp/.tmp3QTzdH/src/bin/radicle-native-ci.rs
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/radicle-native-ci.1 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/doc wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/doc/test.uml wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/doc/architecture.uml wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/doc/architecture.md wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/doc/Makefile wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/doc/.gitignore wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/source wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/source/format wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/rules wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/radicle-native-ci.manpages wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/lintian-overrides wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/copyright wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/control wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/compat wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/changelog wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/cargo-checksum.json wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/debian/build-deb wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/build.rs wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/README.md wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/NEWS.md wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/Makefile wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/LICENSE-MIT wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/LICENSE-APACHE wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/Cargo.toml wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/Cargo.toml => /tmp/.tmp3QTzdH/Cargo.toml
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/Cargo.lock wanted=true
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpsM3F7o/src/Cargo.lock => /tmp/.tmp3QTzdH/Cargo.lock
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.radicle wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.radicle/native.yaml wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.radicle/ambient.yaml wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.gitignore wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.cargo wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.cargo/deny.toml wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.ambient wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.ambient/dch wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/index wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/HEAD wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/config wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/HEAD wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/refs wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/refs/heads wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/refs/heads/main wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/refs/remotes wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/packed-refs wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs/remotes wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs/remotes/origin wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs/tags wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs/heads wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/refs/heads/main wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/6e wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/6e/ae174ba96a1d1804088191107aeeb4a478d0c7 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/62 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/62/bdf1a5000bd5f28e9f2b9d756a888ee9faf240 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/62/c00cd17057a699828b598fd9927ba579f10ceb wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/66 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/66/a8a564804950a99ab0bf63f4780e52e973dce1 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/91 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/91/084dc486beb36d2d06286e2cac2b27f359b469 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/cf wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/cf/77adaea3fa6902080554869c94463cc4c15fc3 wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/0b wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/0b/8c09385bcf397c787ac3ff2e3aa48eed3ae8af wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/info wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/info/commit-graph wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/info/packs wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-1e824dad9392575706bd171aab933d4fb420776d.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-1e824dad9392575706bd171aab933d4fb420776d.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-1357c5f8c0cc6e7588d8486432d026331c0bb766.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-1357c5f8c0cc6e7588d8486432d026331c0bb766.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-b3a730a97da3e716da60b9b71a368f98753e7049.bitmap wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-9c5a4e1a80ecfb85f1063715b1d5974c112969ee.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-327879b451c496848acc23b1aeffd670876f4783.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-b3a730a97da3e716da60b9b71a368f98753e7049.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-481589376e835fb0dbbe902cbfe76798f275183a.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-b3a730a97da3e716da60b9b71a368f98753e7049.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-481589376e835fb0dbbe902cbfe76798f275183a.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-2b7f3600ed8acd9c716c45d8615f768b8b9faad8.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-327879b451c496848acc23b1aeffd670876f4783.idx wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-9c5a4e1a80ecfb85f1063715b1d5974c112969ee.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-b3a730a97da3e716da60b9b71a368f98753e7049.rev wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/objects/pack/pack-2b7f3600ed8acd9c716c45d8615f768b8b9faad8.pack wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/branches wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/update.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/post-update.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/pre-push.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/description wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/info wanted=false
[2026-01-23T07:15:46Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpsM3F7o/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmp3QTzdH (exists? true)
[2026-01-23T07:15:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:15:47Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-23T07:15:47Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-23T07:15:47Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpHxDE1V/src.tar
[2026-01-23T07:15:47Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpHxDE1V/deps.tar
[2026-01-23T07:15:48Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-23T07:15:48Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/ci",
},
),
Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
),
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
),
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
Shell(
Shell {
shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
},
),
CargoDoc(
CargoDoc,
),
Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
),
Deb(
Deb {
packages: Some(
".",
),
},
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/ci",
),
source_dir: Some(
"/ci/src",
),
deps_dir: Some(
"/ci/deps",
),
cache_dir: Some(
"/ci/cache",
),
artifacts_dir: Some(
"/ci/artifacts",
),
}
[2026-01-23T07:15:48Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-23T07:15:48Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpHxDE1V/ambient-execute-plan/run-ci
[2026-01-23T07:15:48Z DEBUG ambient_ci::run] copy OK: true
[2026-01-23T07:15:48Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpHxDE1V/executor.tar
[2026-01-23T07:16:05Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-23T07:16:05Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE, exists? true
[2026-01-23T07:16:05Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-23T07:16:05Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log OK
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0ZMpNo/meta-data
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0ZMpNo/user-data
[2026-01-23T07:16:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0ZMpNo/network-config
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/console.log
[2026-01-23T07:16:05Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/console.log
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-23T07:16:05Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-23T07:16:05Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
args: [
"-m",
"11444",
"-smp",
"cpus=2",
"-cpu",
"kvm64",
"-machine",
"type=q35,accel=kvm,usb=off",
"-uuid",
"a85c9de7-edc0-4e54-bead-112e5733582c",
"-boot",
"strict=on",
"-name",
"ambient-ci-vm",
"-rtc",
"base=utc,driftfix=slew",
"-display",
"none",
"-device",
"virtio-rng-pci",
"-serial",
"file:/home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpHxDE1V/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/cloud_init.iso",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpwZrJZ4/.tmpTOCgd3/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpHxDE1V/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpHxDE1V/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpHxDE1V/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpHxDE1V/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-23T07:18:46Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-23T07:18:46Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-23T07:16:09Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-23T07:16:09Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
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: |
export HOME=/root
# "Install" the rad program. It needs to be in $PATH.
cp /root/.radicle/bin/rad /bin/.
git config --global user.name root
git config --global user.email root@example.com
cargo test
- action: cargo_doc
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: .
- 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
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-23T07:16:09Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:09Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-23T07:16:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:09Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-23T07:16:15Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-23T07:16:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:16:15Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:16:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:16:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:16:15Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-23T07:17:14Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:14Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-23T07:17:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-23T07:17:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:15Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-23T07:17:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-23T07:17:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Compiling radicle-native-ci v0.12.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
[2026-01-23T07:17:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
},
)
[2026-01-23T07:17:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
},
)
[2026-01-23T07:17:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n\n"]
cwd=/ci/src (exists? true)
+ export HOME=/root
+ HOME=/root
+ cp /root/.radicle/bin/rad /bin/.
+ git config --global user.name root
+ git config --global user.email root@example.com
+ cargo test
Compiling radicle-native-ci v0.12.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 3.17s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-32a0399cabc02961)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/radicle-native-ci.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-c28e25e0d13aaf94)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/run_log.rs (/ci/cache/cargo-target/debug/deps/run_log-ae5ddee54e932620)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/integration.rs (/ci/cache/cargo-target/debug/deps/integration-6f56958df2a73448)
running 9 tests
test commit_doesnt_exist ... ok
test command_fails ... ok
test empty_config ... ok
test config_does_not_exist ... ok
test empty_request ... ok
test happy_path ... ok
test no_config_env_var ... ok
test happy_path_with_log_url ... ok
test repo_doesnt_exist ... ok
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.93s
Doc-tests radicle_native_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-23T07:17:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:29Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
CargoDoc,
)
[2026-01-23T07:17:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
CargoDoc,
)
[2026-01-23T07:17:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
cwd=/ci/src (exists? true)
Documenting radicle-native-ci v0.12.0 (/ci/src)
Checking radicle-native-ci v0.12.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
Generated /ci/cache/cargo-target/doc/radicle_native_ci/index.html and 1 other file
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ 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/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at bd776a7 doc: add link to Radicle CI home page
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.12.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260123T071736
+ version=0.12.0.ci20260123T071736-1
+ dch -v 0.12.0.ci20260123T071736-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:36Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-23T07:17:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n "]
cwd=/ci/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=279
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4eab0dfd004e484b9bedfb856516e91e
SHLVL=2
JOURNAL_STREAM=8:14891
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-native-ci
++ dpkg-parsechangelog -SVersion
+ version=0.12.0.ci20260123T071736-1
++ echo 0.12.0.ci20260123T071736-1
++ sed 's/-[^-]*$//'
+ uv=0.12.0.ci20260123T071736
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz
+ deb=../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb
+ changes=../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-native-ci
dpkg-buildpackage: info: source version 0.12.0.ci20260123T071736-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building radicle-native-ci using existing ./radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz
dpkg-source: info: building radicle-native-ci in radicle-native-ci_0.12.0.ci20260123T071736-1.debian.tar.xz
dpkg-source: info: building radicle-native-ci in radicle-native-ci_0.12.0.ci20260123T071736-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
create-stamp debian/debhelper-build-stamp
debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --offline --locked --path=. --root=debian/radicle-native-ci/usr --bin radicle-native-ci
Installing radicle-native-ci v0.12.0 (/ci/src)
Compiling radicle-native-ci v0.12.0 (/ci/src)
Finished `release` profile [optimized] target(s) in 3.65s
Installing debian/radicle-native-ci/usr/bin/radicle-native-ci
Installed package `radicle-native-ci v0.12.0 (/ci/src)` (executable `radicle-native-ci`)
warning: be sure to add `debian/radicle-native-ci/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'radicle-native-ci-dbgsym' in '../radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb'.
dpkg-deb: building package 'radicle-native-ci' in '../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb'.
dpkg-genbuildinfo -O../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.buildinfo
dpkg-genchanges -O../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
+ ls -l ..
total 1116
drwxr-xr-x 2 root root 4096 Jan 23 07:16 artifacts
drwxr-xr-x 7 root root 4096 Jan 18 12:41 cache
drwxr-xr-x 3 root root 4096 Jan 23 07:15 deps
-rw-r--r-- 1 root root 127008 Jan 23 07:17 radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb
-rw-r--r-- 1 root root 2084 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1.debian.tar.xz
-rw-r--r-- 1 root root 1075 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1.dsc
-rw-r--r-- 1 root root 6362 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.buildinfo
-rw-r--r-- 1 root root 2612 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes
-rw-r--r-- 1 root root 922448 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb
-rw-r--r-- 1 root root 46916 Jan 23 07:17 radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz
drwxr-xr-x 10 root root 4096 Jan 23 07:17 src
+ for x in ../*.deb
+ dpkg -c ../radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-23 07:17 ./
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/lib/debug/.build-id/ba/
-rw-r--r-- root/root 758912 2026-01-23 07:17 ./usr/lib/debug/.build-id/ba/e59dc46355103e52441073eab5b460f629d2a2.debug
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci-dbgsym -> radicle-native-ci
+ for x in ../*.deb
+ dpkg -c ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-23 07:17 ./
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/bin/
-rwxr-xr-x root/root 2658504 2026-01-23 07:17 ./usr/bin/radicle-native-ci
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci/
-rw-r--r-- root/root 426 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci/changelog.Debian.gz
-rw-r--r-- root/root 375 2026-01-23 07:17 ./usr/share/doc/radicle-native-ci/copyright
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 72 2026-01-23 07:17 ./usr/share/lintian/overrides/radicle-native-ci
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-23 07:17 ./usr/share/man/man1/
-rw-r--r-- root/root 274 2026-01-23 07:17 ./usr/share/man/man1/radicle-native-ci.1.gz
+ mv ../radicle-native-ci-dbgsym_0.12.0.ci20260123T071736-1_amd64.deb ../radicle-native-ci_0.12.0.ci20260123T071736-1.debian.tar.xz ../radicle-native-ci_0.12.0.ci20260123T071736-1.dsc ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.buildinfo ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.changes ../radicle-native-ci_0.12.0.ci20260123T071736-1_amd64.deb ../radicle-native-ci_0.12.0.ci20260123T071736.orig.tar.xz /ci/artifacts/.
[2026-01-23T07:17:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:17:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:17:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-23T07:17:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-23T07:17:44Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-23T07:18:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-23T07:18:42Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-23T07:18:42Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-23T07:18:42Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-23T07:18:46Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-23T07:18:49Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-23T07:18:49Z DEBUG ambient_ci::run] remove old cache
[2026-01-23T07:18:53Z DEBUG ambient_ci::run] extract cache
[2026-01-23T07:19:21Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-23T07:19:21Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-23T07:19:21Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/meta.yaml
[2026-01-23T07:19:24Z INFO ambient] ambient ends successfully
<empty log>