Radicle repository id rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS
[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
sr0 11:0 1 370K 0 rom
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 6.1M 1 disk
vdc 254:32 0 680K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 228.1M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-21 04:19 ./
-rw-r--r-- _rad/_rad 1000 2025-12-21 04:19 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-21 04:19 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 21 04:19 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 21 04:19 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 1000 Dec 21 04:19 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-21T04:20:02Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
subplot docgen clab.subplot -o /workspace/artifacts/clab.html
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-21T04:20:02Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-21T04:20:03Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-21T04:20:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-21T04:20:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/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=/workspace/src (exists? true)
Checking clab v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling clab v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
Running unittests src/lib.rs (/workspace/cache/debug/deps/clab-fa2a3ad1c7d8c520)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/main.rs (/workspace/cache/debug/deps/clab-0fdbcc48cbb33604)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests clab
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "subplot docgen clab.subplot -o /workspace/artifacts/clab.html\n",
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "subplot docgen clab.subplot -o /workspace/artifacts/clab.html\n",
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nsubplot docgen clab.subplot -o /workspace/artifacts/clab.html\n\n"]
cwd=/workspace/src (exists? true)
+ subplot docgen clab.subplot -o /workspace/artifacts/clab.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/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 6b6ea05 chore: update .ambient/dch
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.6.0
++ date -u +%Y%m%dT%H%M%S
+ T=20251221T042007
+ version=0.6.0.ci20251221T042007-1
+ dch -v 0.6.0.ci20251221T042007-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/bin/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 ../*_* /workspace/artifacts\n "]
cwd=/workspace/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=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4d88f21fcecc436889841cac368f1ad1
SHLVL=2
JOURNAL_STREAM=8:14786
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=clab
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20251221T042007-1
++ echo 0.6.0.ci20251221T042007-1
++ sed 's/-[^-]*$//'
+ uv=0.6.0.ci20251221T042007
++ dpkg --print-architecture
+ arch=amd64
+ orig=../clab_0.6.0.ci20251221T042007.orig.tar.xz
+ deb=../clab_0.6.0.ci20251221T042007-1_amd64.deb
+ changes=../clab_0.6.0.ci20251221T042007-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package clab
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.6.0.ci20251221T042007-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_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building clab using existing ./clab_0.6.0.ci20251221T042007.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building clab in clab_0.6.0.ci20251221T042007-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building clab in clab_0.6.0.ci20251221T042007-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo disabled: ./check
disabled: ./check
make[1]: Leaving directory '/workspace/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 '/workspace/src'
cargo install --path=. --root=debian/clab --offline
Installing clab v0.6.0 (/workspace/src)
Locking 61 packages to latest compatible versions
Compiling clab v0.6.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 1.41s
Installing debian/clab/bin/clab
Installed package `clab v0.6.0 (/workspace/src)` (executable `clab`)
warning: be sure to add `debian/clab/bin` to your PATH to be able to run the installed binaries
find debian/clab -name '.crates*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package clab: substitution variable ${cargo:Built-Using} used, but is not defined
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package clab: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'clab' in '../clab_0.6.0.ci20251221T042007-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'clab-dbgsym' in '../clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../clab_0.6.0.ci20251221T042007-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../clab_0.6.0.ci20251221T042007-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 516
drwxr-xr-x 2 root root 4096 Dec 21 04:20 artifacts
drwxr-xr-x 4 root root 4096 Sep 20 06:03 cache
-rw-r--r-- 1 root root 55600 Dec 21 04:20 clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb
-rw-r--r-- 1 root root 1508 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1.debian.tar.xz
-rw-r--r-- 1 root root 936 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1.dsc
-rw-r--r-- 1 root root 6916 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1_amd64.buildinfo
-rw-r--r-- 1 root root 2283 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1_amd64.changes
-rw-r--r-- 1 root root 421532 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1_amd64.deb
-rw-r--r-- 1 root root 9032 Dec 21 04:20 clab_0.6.0.ci20251221T042007.orig.tar.xz
drwxr-xr-x 3 root root 4096 Dec 21 04:19 deps
drwxr-xr-x 8 root root 4096 Dec 21 04:20 src
+ for x in ../*.deb
+ dpkg -c ../clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-21 04:20 ./
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/debug/.build-id/63/
-rw-r--r-- root/root 293192 2025-12-21 04:20 ./usr/lib/debug/.build-id/63/cd4c90afcc5c948e018bc3b2c9361efd9d0b16.debug
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-21 04:20 ./usr/share/doc/clab-dbgsym -> clab
+ for x in ../*.deb
+ dpkg -c ../clab_0.6.0.ci20251221T042007-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-21 04:20 ./
drwxr-xr-x root/root 0 2025-12-21 04:20 ./bin/
-rwxr-xr-x root/root 1213760 2025-12-21 04:20 ./bin/clab
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/doc/clab/
-rw-r--r-- root/root 237 2025-12-21 04:20 ./usr/share/doc/clab/changelog.Debian.gz
-rw-r--r-- root/root 955 2025-12-21 04:20 ./usr/share/doc/clab/copyright
+ mv ../clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb ../clab_0.6.0.ci20251221T042007-1.debian.tar.xz ../clab_0.6.0.ci20251221T042007-1.dsc ../clab_0.6.0.ci20251221T042007-1_amd64.buildinfo ../clab_0.6.0.ci20251221T042007-1_amd64.changes ../clab_0.6.0.ci20251221T042007-1_amd64.deb ../clab_0.6.0.ci20251221T042007.orig.tar.xz /workspace/artifacts
[2025-12-21T04:20:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:11Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-21T04:20:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-21T04:20:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:13Z 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:z2aW1bujxH96GsWdKBcFqDpzSNnUS",
"name": "clab",
"description": "Command line address book",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "6b6ea05ec6741b95de478a5e03f96d7f1bf79ccd",
"after": "6b6ea05ec6741b95de478a5e03f96d7f1bf79ccd",
"branch": "main",
"commits": [
"6b6ea05ec6741b95de478a5e03f96d7f1bf79ccd"
]
}[2025-12-21T04:19:53Z INFO ambient] ambient starts
[2025-12-21T04:19:53Z 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`
[2025-12-21T04:19:53Z 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",
},
}
[2025-12-21T04:19:53Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/meta.yaml
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] latest commit: "0dd3e7172ce0d8bbeccfcceeaeb803b36f86638c"
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] is a git repository
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] git repository is clean
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] current (HEAD) commit: 6b6ea05ec6741b95de478a5e03f96d7f1bf79ccd
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] no dry run requested
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] forced run requested
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] run? true
[2025-12-21T04:19:53Z INFO ambient_ci::run] project rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS: running CI
[2025-12-21T04:19:53Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-21T04:19:53Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-21T04:19:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-21T04:19:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/dependencies",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/cache",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmp8UuADe/src",
deps_dir: "/home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmp8UuADe/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmp8UuADe/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmp8UuADe/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmp8UuADe/src => /tmp/.tmpJm7qhZ
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/subplot wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/subplot/clab.yaml wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/subplot/clab.py wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/src wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/src/main.rs wanted=true
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp8UuADe/src/src/main.rs => /tmp/.tmpJm7qhZ/src/main.rs
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/src/lib.rs wanted=true
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp8UuADe/src/src/lib.rs => /tmp/.tmpJm7qhZ/src/lib.rs
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/sample.yaml wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/source wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/source/format wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/rules wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/copyright wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/control wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/compat wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/changelog wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/debian/cargo-checksum.json wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/clab.subplot wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/clab.md wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/check wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/Cargo.toml wanted=true
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp8UuADe/src/Cargo.toml => /tmp/.tmpJm7qhZ/Cargo.toml
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/Cargo.lock wanted=true
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp8UuADe/src/Cargo.lock => /tmp/.tmpJm7qhZ/Cargo.lock
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.radicle wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.radicle/ambient.yaml wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.gitignore wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.ambient wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.ambient/dch wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/index wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/HEAD wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/config wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/HEAD wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/refs wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/refs/heads wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/refs/heads/main wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/refs/remotes wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/packed-refs wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs/remotes wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs/remotes/origin wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs/tags wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs/heads wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/refs/heads/main wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/56 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/56/b85933402e24cbe0ef42be5e41d9955017a61f wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f3 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f3/e2d80fda228d57e65b15cbf929aa1280f26803 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/07 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/07/949f1aa339d95981e1f491771616e3b26ebfcf wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ff wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ff/5010e540e1b5509ae3295c2ead751fcea7a4b9 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/d7 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/d7/8e6fa1d7d4035ea8ea2ca48f5e890ea9353737 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/c7 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/c7/32c3f847bb5170d42fd8f8bb804aaa4f6fa56f wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5f wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5f/c7a06978c3ccbff772170edba756277d6194a5 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5f/021ffacd69ffef1ab6c6f13c271fbc4af975e4 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f9 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f9/8af75d2384db78d724cfdd0f0f11899994da9f wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/34 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/34/c7a7f641d9ab9d1d4f350223d54a58327357db wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/e4 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/e4/79d5ca1794f15575af7e654f82546fdd23a9a9 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/69 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/69/610a9fdcf98a9406e72ef6518ff9a628a3e2e2 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/33 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/33/0e641ce59919ae1b4b69bfac3c083951303d38 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/1f wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/1f/7000485efaf84b032dc7252d2450506a04a258 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/02 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/02/3ec419513be60f4a76d2ded5fe0f9e71fb71fa wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ba wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ba/9bc986fc3546d626daf7c7b53657802ee895a9 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/86 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/86/0934fae70f72d01ba45548a3cfd2cd66031f2a wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ea wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ea/0283e54f99050531646e3d4ac725769c75d860 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/79 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/79/803cf7ef57f4362faeb8607072c30d97968d14 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/8c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/8c/b4e67dcbec67493060caa71dc42b6b6501ca07 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/8c/62eb12d7007f457ba4c24a036a4dd844fe3d66 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ae wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/ae/3c4ca1f249c45acbe913266f4615c9726421aa wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/39 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/39/15afb9888d37c1f000ac9c1ebfd9a9264c7e4e wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/49 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/49/e259f996c2323e26d7ea586fe8a059c3aa03a9 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/e5 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/e5/81713e911f4a4bf11de85bf7a8fc37be43d3bb wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f0 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f0/13e9712ffd5fa66fab029f623151c6c507b602 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/f0/b676ac7d3ecedce4f0dd9f952dc62ba786bdbd wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/45 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/45/62d6142ec0c7fabb8a48580576bd3075ea05e1 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/99 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/99/a9e206e0283f7088f3d65a9f078a8d7733446d wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/42 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/42/8d19bfc899ef677c2d179357e5f263767e350e wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/27 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/27/4a263799a59b2fbc77611a048e8a7d4184b3cd wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/28 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/28/d05085aaf93fda835389095bc773597eaa6dfa wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/12 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/12/720bd7885387d7718d3c73d47fe5b8018e9241 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/cf wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/cf/ea8e77308bcc00e311aacff92193d14f072378 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/96 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/96/136286e728935d02f3d2cb76a1aa945c9e2e35 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5d wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5d/a68dd045481d74794f37e91987b83688f73589 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/40 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/40/ef811e0318ff3ea3fe24b9fc503e204ba3718c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/82 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/82/0b07f314fb1af97f8d2bc2607725e21ca2bf4c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/2b wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/2b/a9fb376b71a8addd8136a3dc4ef030d32d1ba5 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/29 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/29/3d90d445e6e78ad4bafd6676c8326031379afd wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/c1 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/c1/c499cee6290694b1a43b99741697297ceb1126 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/2a wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/2a/29af20b4ffa4034f7587d50b3ae4e410eb8ee5 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/0c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/0c/48212041d561ad3e45c075242879ce80e3bba7 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/21 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/21/fd51afaea0663e7af9186cdd47fc9335ed2d47 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/4a wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/4a/5dbd4d6980c8daac2988ce0299f69eb501956c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/84 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/84/71c08fc5f960c8bfe223b3a37694458589777f wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/e0 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/e0/be8ab8eeaba00173269a1400331ed3a48c4971 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5e wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/5e/585f30891e3dedaafa7b8e799721cc3e9696ed wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/6b wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/6b/aeb14cc72f77c45d76adb036a78feb754ec755 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/a2 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/a2/eff63e323075d9400e9a1e491df5644326575c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/58 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/58/d9bd4efd7ed8b4b1d7eab7932abe3149d38f79 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/64 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/64/93beecd5e976da079acdd7748fede7c04e5d27 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/23 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/23/f20b1e4e09fed8cd33bfba256597ab4789a381 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/61 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/61/01781d80af264a0bb8589e91568db92bb54efa wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/df wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/df/f6504878866832279215e5981e0a1a06a97643 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/3b wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/3b/87ea34cca9ad56d476b6c02be39249c989a912 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/68 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/68/c85e31f189cd4f5ed1c8fa5a7a95d39b83b71a wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/05 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/05/60109f1c23e5dcfce991f56895c63d462d0b75 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/8b wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/8b/7d6cf728c070be018522960c5911325e43718a wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/8b/b412a7ffeda815b537d0e226593f76063b0d81 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/9c wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/9c/576b7bb54f05d85475f682fa33ff77d5f4d8a3 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/2d wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/2d/6dc18ad3b7b5917624703974a45d7e4cf13400 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/db wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/db/972a4caeaca82e3b6e2d52e8b8d17e750f54a4 wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/info wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/info/commit-graph wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/info/packs wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-ef2d4d2ac6f4644c8d3e367169a1d093c7f55355.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-bd2b7c4e0d734c0fc98552d1ffdca8b78ffb0f09.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-a17b5463ec6f4d80b68541c0c14df0e66d437b2c.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d61188ff728735c538d5d85a85601045f59d051d.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-4e7ca3f8967420ca6652f94804e51fb6b34b8e0e.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-bec137de144ce74b488590d4665f546379d47236.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-fb2abfc1f61c1ce7aa27ad39924201ba062a45e3.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-301b48152997a996c4028a977bb4ab72f007426b.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-1e42f202f10be39ad214138f7a581c4977f77dce.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d8cfd23c7eda3ec41ee246dd582cfd9075e62d86.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-513d265bbc9acd148b2c2abce4d8cbac593c6468.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-2d69f6845d44ae138dd609d0516214dfeed3b809.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-1e7304b6c5a4a7da2dfb5ab5b47c10208baa1b3a.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-e4f36f289da6796697a31ba93edf199f64a465ff.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-5d3081b8f2367e8d2241aa9779c2af311d29b063.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-8a0fb84c29b059d2e8db87178432e677eddfe9d2.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-2d69f6845d44ae138dd609d0516214dfeed3b809.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-f97b9c817b5f9ce366c88acb25a0e11e61a729ad.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-09eb5d27b0c341d197e17339897d04452471439d.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d61188ff728735c538d5d85a85601045f59d051d.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-274b9458e2b148f54bab816f4c95d5c84fdb0616.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-95837fc78a2c535585ada2b9c686da202c860d13.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-5da49d6caa20554508debbbebf4230f45d5ff8e5.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-c8e700c1d3f8178a4bc4ca792dd67f72d711bf62.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-26e1d0ca4c23458b61dc2d838d9b1c5c0a094d47.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-93690cb04854b47f11f59abd8ae16e04c8617dac.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-f4f3692e4d67dde548317738fb4bfbf1d2abdbf0.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-1e7304b6c5a4a7da2dfb5ab5b47c10208baa1b3a.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d77f418f5697ba48c00cccbef88bdb81fa9be757.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-5da49d6caa20554508debbbebf4230f45d5ff8e5.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-15493a265645376261627c1cf0d59074d43be343.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-88bdbfd3abd17bec7f85f225aa9d8ae38491fe3a.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-15493a265645376261627c1cf0d59074d43be343.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-77f4c029934bb8da81e975f43137b40ccffd0466.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-7cd1a354324222feb3b18d2c2afd7fe73f800088.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d2bd04ea5b66161d878d4592d83d0c15b0c85f7d.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-274b9458e2b148f54bab816f4c95d5c84fdb0616.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-6e28c060105f611544211d01ca67ba41800d119c.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-a17b5463ec6f4d80b68541c0c14df0e66d437b2c.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-26e1d0ca4c23458b61dc2d838d9b1c5c0a094d47.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-e4f36f289da6796697a31ba93edf199f64a465ff.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-5534f7705dbb567054a192958a3ae85dca23cfbb.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-95837fc78a2c535585ada2b9c686da202c860d13.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-62d4af10badf88374108a96d143cd16a0e1624ba.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-46fc244813c2c861c2297e7d6f4393b25d9a9746.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-bea56d745adce9d89041b1f1eb4731ea940297b1.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-6dff265c878e7a8591494ac44ce8cbddae2fdc95.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-bec137de144ce74b488590d4665f546379d47236.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-62d4af10badf88374108a96d143cd16a0e1624ba.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-0186b0a7cfd4a73b571a7d50cdf618264c5c9eb3.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-ba029954fabd1b3f713c11a7f84f624b01fd18f4.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-2e52346902e67a5d31aeda6e40c20f47cbfb3a64.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-b0de280848edcfa5ac32468fd8f007fc3c12edb7.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-77f4c029934bb8da81e975f43137b40ccffd0466.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-bea56d745adce9d89041b1f1eb4731ea940297b1.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-b783a6131433834dfedad792bea2ed85c84237ea.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-2d69f6845d44ae138dd609d0516214dfeed3b809.rev wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-2e52346902e67a5d31aeda6e40c20f47cbfb3a64.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-ef2d4d2ac6f4644c8d3e367169a1d093c7f55355.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-f97b9c817b5f9ce366c88acb25a0e11e61a729ad.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-46fc244813c2c861c2297e7d6f4393b25d9a9746.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-1e42f202f10be39ad214138f7a581c4977f77dce.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-7cd1a354324222feb3b18d2c2afd7fe73f800088.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-6e28c060105f611544211d01ca67ba41800d119c.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d2bd04ea5b66161d878d4592d83d0c15b0c85f7d.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-08a7d2531008bdbcb5765757b9f8c2dc0b5d758a.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-1e289605bc07d1678f10c6985bc59009a9c234ed.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-5534f7705dbb567054a192958a3ae85dca23cfbb.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-fb2abfc1f61c1ce7aa27ad39924201ba062a45e3.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-c8e700c1d3f8178a4bc4ca792dd67f72d711bf62.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-bd2b7c4e0d734c0fc98552d1ffdca8b78ffb0f09.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-2d69f6845d44ae138dd609d0516214dfeed3b809.bitmap wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-9da5bd84da925a5f0f12599f5195e9cd5fa632aa.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-09eb5d27b0c341d197e17339897d04452471439d.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-8a0fb84c29b059d2e8db87178432e677eddfe9d2.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-498a129d1c59f4f95ba9e8e976a77ba9dd69ee3d.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-5d3081b8f2367e8d2241aa9779c2af311d29b063.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d8cfd23c7eda3ec41ee246dd582cfd9075e62d86.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-6428f6a1acf5df7bf505ea2cf247a886ab65830b.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-93690cb04854b47f11f59abd8ae16e04c8617dac.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-d77f418f5697ba48c00cccbef88bdb81fa9be757.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-f4f3692e4d67dde548317738fb4bfbf1d2abdbf0.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-b783a6131433834dfedad792bea2ed85c84237ea.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-513d265bbc9acd148b2c2abce4d8cbac593c6468.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-ba029954fabd1b3f713c11a7f84f624b01fd18f4.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-6428f6a1acf5df7bf505ea2cf247a886ab65830b.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-1e289605bc07d1678f10c6985bc59009a9c234ed.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-0186b0a7cfd4a73b571a7d50cdf618264c5c9eb3.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-301b48152997a996c4028a977bb4ab72f007426b.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-6dff265c878e7a8591494ac44ce8cbddae2fdc95.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-9da5bd84da925a5f0f12599f5195e9cd5fa632aa.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-498a129d1c59f4f95ba9e8e976a77ba9dd69ee3d.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-b0de280848edcfa5ac32468fd8f007fc3c12edb7.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-4e7ca3f8967420ca6652f94804e51fb6b34b8e0e.idx wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-88bdbfd3abd17bec7f85f225aa9d8ae38491fe3a.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/objects/pack/pack-08a7d2531008bdbcb5765757b9f8c2dc0b5d758a.pack wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/branches wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/update.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/post-update.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/pre-push.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/description wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/info wanted=false
[2025-12-21T04:19:53Z DEBUG ambient_ci::util] path=/tmp/.tmp8UuADe/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpJm7qhZ (exists? true)
[2025-12-21T04:19:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:19:54Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-21T04:19:54Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpvaHO7h/src.tar
[2025-12-21T04:19:54Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpvaHO7h/deps.tar
[2025-12-21T04:19:55Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-21T04:19:55Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
Shell(
Shell {
shell: "subplot docgen clab.subplot -o /workspace/artifacts/clab.html\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
),
Deb(
Deb,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/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(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-12-21T04:19:55Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-21T04:19:55Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpvaHO7h/ambient-execute-plan/run-ci
[2025-12-21T04:19:55Z DEBUG ambient_ci::run] copy OK: true
[2025-12-21T04:19:55Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpvaHO7h/executor.tar
[2025-12-21T04:19:57Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/run.log
[2025-12-21T04:19:57Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS, exists? true
[2025-12-21T04:19:57Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/run.log
[2025-12-21T04:19:57Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/run.log OK
[2025-12-21T04:19:57Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-21T04:19:57Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-21T04:19:57Z 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"
[2025-12-21T04:19:57Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-21T04:19:57Z 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",
],
}
[2025-12-21T04:19:57Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-21T04:19:57Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-21T04:19:57Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpRGgaVl/.tmpUIRxJJ/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-21T04:19:57Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-21T04:19:57Z 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",
],
}
[2025-12-21T04:19:57Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp56GdFS/meta-data
[2025-12-21T04:19:57Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp56GdFS/user-data
[2025-12-21T04:19:58Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpRGgaVl/.tmpUIRxJJ/console.log
[2025-12-21T04:19:58Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpRGgaVl/.tmpUIRxJJ/console.log
[2025-12-21T04:19:58Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/run.log
[2025-12-21T04:19:58Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/run.log
[2025-12-21T04:19:58Z 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/.tmpRGgaVl/.tmpUIRxJJ/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/run.log",
"-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/.tmpRGgaVl/.tmpUIRxJJ/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpRGgaVl/.tmpUIRxJJ/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvaHO7h/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpRGgaVl/.tmpUIRxJJ/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvaHO7h/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvaHO7h/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvaHO7h/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvaHO7h/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-21T04:20:14Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-21T04:20:14Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-21T04:20:02Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-21T04:20:02Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
subplot docgen clab.subplot -o /workspace/artifacts/clab.html
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-21T04:20:02Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:02Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-21T04:20:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:02Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-21T04:20:03Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-21T04:20:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-21T04:20:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:05Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-21T04:20:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/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=/workspace/src (exists? true)
Checking clab v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling clab v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:06Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-21T04:20:06Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
Running unittests src/lib.rs (/workspace/cache/debug/deps/clab-fa2a3ad1c7d8c520)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/main.rs (/workspace/cache/debug/deps/clab-0fdbcc48cbb33604)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests clab
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "subplot docgen clab.subplot -o /workspace/artifacts/clab.html\n",
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "subplot docgen clab.subplot -o /workspace/artifacts/clab.html\n",
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nsubplot docgen clab.subplot -o /workspace/artifacts/clab.html\n\n"]
cwd=/workspace/src (exists? true)
+ subplot docgen clab.subplot -o /workspace/artifacts/clab.html
INFO Starting Subplot
INFO Subplot finished successfully
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/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 6b6ea05 chore: update .ambient/dch
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.6.0
++ date -u +%Y%m%dT%H%M%S
+ T=20251221T042007
+ version=0.6.0.ci20251221T042007-1
+ dch -v 0.6.0.ci20251221T042007-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:07Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-21T04:20:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/bin/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 ../*_* /workspace/artifacts\n "]
cwd=/workspace/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=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4d88f21fcecc436889841cac368f1ad1
SHLVL=2
JOURNAL_STREAM=8:14786
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=clab
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20251221T042007-1
++ echo 0.6.0.ci20251221T042007-1
++ sed 's/-[^-]*$//'
+ uv=0.6.0.ci20251221T042007
++ dpkg --print-architecture
+ arch=amd64
+ orig=../clab_0.6.0.ci20251221T042007.orig.tar.xz
+ deb=../clab_0.6.0.ci20251221T042007-1_amd64.deb
+ changes=../clab_0.6.0.ci20251221T042007-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package clab
dpkg-buildpackage: info: source version 0.6.0.ci20251221T042007-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_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building clab using existing ./clab_0.6.0.ci20251221T042007.orig.tar.xz
dpkg-source: info: building clab in clab_0.6.0.ci20251221T042007-1.debian.tar.xz
dpkg-source: info: building clab in clab_0.6.0.ci20251221T042007-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo disabled: ./check
disabled: ./check
make[1]: Leaving directory '/workspace/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 '/workspace/src'
cargo install --path=. --root=debian/clab --offline
Installing clab v0.6.0 (/workspace/src)
Locking 61 packages to latest compatible versions
Compiling clab v0.6.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 1.41s
Installing debian/clab/bin/clab
Installed package `clab v0.6.0 (/workspace/src)` (executable `clab`)
warning: be sure to add `debian/clab/bin` to your PATH to be able to run the installed binaries
find debian/clab -name '.crates*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dpkg-gencontrol: warning: Built-Using field of package clab: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package clab: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
dpkg-deb: building package 'clab' in '../clab_0.6.0.ci20251221T042007-1_amd64.deb'.
dpkg-deb: building package 'clab-dbgsym' in '../clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb'.
dpkg-genbuildinfo -O../clab_0.6.0.ci20251221T042007-1_amd64.buildinfo
dpkg-genchanges -O../clab_0.6.0.ci20251221T042007-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 516
drwxr-xr-x 2 root root 4096 Dec 21 04:20 artifacts
drwxr-xr-x 4 root root 4096 Sep 20 06:03 cache
-rw-r--r-- 1 root root 55600 Dec 21 04:20 clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb
-rw-r--r-- 1 root root 1508 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1.debian.tar.xz
-rw-r--r-- 1 root root 936 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1.dsc
-rw-r--r-- 1 root root 6916 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1_amd64.buildinfo
-rw-r--r-- 1 root root 2283 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1_amd64.changes
-rw-r--r-- 1 root root 421532 Dec 21 04:20 clab_0.6.0.ci20251221T042007-1_amd64.deb
-rw-r--r-- 1 root root 9032 Dec 21 04:20 clab_0.6.0.ci20251221T042007.orig.tar.xz
drwxr-xr-x 3 root root 4096 Dec 21 04:19 deps
drwxr-xr-x 8 root root 4096 Dec 21 04:20 src
+ for x in ../*.deb
+ dpkg -c ../clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-21 04:20 ./
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/lib/debug/.build-id/63/
-rw-r--r-- root/root 293192 2025-12-21 04:20 ./usr/lib/debug/.build-id/63/cd4c90afcc5c948e018bc3b2c9361efd9d0b16.debug
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-21 04:20 ./usr/share/doc/clab-dbgsym -> clab
+ for x in ../*.deb
+ dpkg -c ../clab_0.6.0.ci20251221T042007-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-21 04:20 ./
drwxr-xr-x root/root 0 2025-12-21 04:20 ./bin/
-rwxr-xr-x root/root 1213760 2025-12-21 04:20 ./bin/clab
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-21 04:20 ./usr/share/doc/clab/
-rw-r--r-- root/root 237 2025-12-21 04:20 ./usr/share/doc/clab/changelog.Debian.gz
-rw-r--r-- root/root 955 2025-12-21 04:20 ./usr/share/doc/clab/copyright
+ mv ../clab-dbgsym_0.6.0.ci20251221T042007-1_amd64.deb ../clab_0.6.0.ci20251221T042007-1.debian.tar.xz ../clab_0.6.0.ci20251221T042007-1.dsc ../clab_0.6.0.ci20251221T042007-1_amd64.buildinfo ../clab_0.6.0.ci20251221T042007-1_amd64.changes ../clab_0.6.0.ci20251221T042007-1_amd64.deb ../clab_0.6.0.ci20251221T042007.orig.tar.xz /workspace/artifacts
[2025-12-21T04:20:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:11Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-21T04:20:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-21T04:20:11Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-21T04:20:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-21T04:20:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-21T04:20:13Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-21T04:20:13Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-21T04:20:14Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-21T04:20:14Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-21T04:20:14Z DEBUG ambient_ci::run] remove old cache
[2025-12-21T04:20:14Z DEBUG ambient_ci::run] extract cache
[2025-12-21T04:20:15Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-21T04:20:15Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-21T04:20:15Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS/meta.yaml
[2025-12-21T04:20:15Z INFO ambient] ambient ends successfully
<empty log>