Radicle repository id rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd
[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 880K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 256.7M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-25 07:04 ./
-rw-r--r-- _rad/_rad 1126 2025-12-25 07:04 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-25 07:04 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 25 07:04 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 25 07:04 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 1126 Dec 25 07:04 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-25T07:05:04Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z 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: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export PATH="/root/.cargo/bin:$PATH"
if ! make; then cat test.log; exit 1; fi
git status --ignored
git clean -fdx
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- 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-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-25T07:05:04Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-25T07:05:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-25T07:05:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:05Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-25T07:05:08Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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 repeatcmd v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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 repeatcmd v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n",
},
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n",
},
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ 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
+ make
cargo clippy --all-targets -- -Dwarnings
Checking repeatcmd v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
cargo build --all-targets
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
cargo test
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
Running unittests src/main.rs (/workspace/cache/debug/deps/repeatcmd-837f150178eac0ac)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
+ git status --ignored
HEAD detached at e255709
nothing to commit, working tree clean
+ git clean -fdx
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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 e255709 doc: in README point at help and man
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.1.0
++ date -u +%Y%m%dT%H%M%S
+ T=20251225T070510
+ version=0.1.0.ci20251225T070510-1
+ dch -v 0.1.0.ci20251225T070510-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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=54ed2335135a484abeeb2792ad1c974b
SHLVL=2
JOURNAL_STREAM=8:14459
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=repeatcmd
++ dpkg-parsechangelog -SVersion
+ version=0.1.0.ci20251225T070510-1
++ echo 0.1.0.ci20251225T070510-1
++ sed 's/-[^-]*$//'
+ uv=0.1.0.ci20251225T070510
++ dpkg --print-architecture
+ arch=amd64
+ orig=../repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz
+ deb=../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb
+ changes=../repeatcmd_0.1.0.ci20251225T070510-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package repeatcmd
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.1.0.ci20251225T070510-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by "Lars Wirzenius" <"liw@liw.fi">
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_auto_clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building repeatcmd using existing ./repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building repeatcmd in repeatcmd_0.1.0.ci20251225T070510-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building repeatcmd in repeatcmd_0.1.0.ci20251225T070510-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
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'
mkdir -p debian/repeatcmd/usr
cargo install --locked --offline --path=. --root=debian/repeatcmd/usr
Installing repeatcmd v0.1.0 (/workspace/src)
Compiling repeatcmd v0.1.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 0.88s
Installing debian/repeatcmd/usr/bin/repeatcmd
Installed package `repeatcmd v0.1.0 (/workspace/src)` (executable `repeatcmd`)
warning: be sure to add `debian/repeatcmd/usr/bin` to your PATH to be able to run the installed binaries
find debian/*/ -name '.crates*.*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'repeatcmd-dbgsym' in '../repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'repeatcmd' in '../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../repeatcmd_0.1.0.ci20251225T070510-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../repeatcmd_0.1.0.ci20251225T070510-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 500
drwxr-xr-x 2 root root 4096 Dec 25 07:05 artifacts
drwxr-xr-x 4 root root 4096 Sep 20 06:00 cache
drwxr-xr-x 3 root root 4096 Dec 25 07:04 deps
-rw-r--r-- 1 root root 55424 Dec 25 07:05 repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb
-rw-r--r-- 1 root root 1776 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1.debian.tar.xz
-rw-r--r-- 1 root root 906 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1.dsc
-rw-r--r-- 1 root root 5693 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1_amd64.buildinfo
-rw-r--r-- 1 root root 2399 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1_amd64.changes
-rw-r--r-- 1 root root 403176 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb
-rw-r--r-- 1 root root 11212 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz
drwxr-xr-x 7 root root 4096 Dec 25 07:04 src
+ for x in ../*.deb
+ dpkg -c ../repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-25 07:05 ./
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/debug/.build-id/f0/
-rw-r--r-- root/root 274472 2025-12-25 07:05 ./usr/lib/debug/.build-id/f0/4bba35bb1970c499c96427080918cd07fdb36c.debug
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-25 07:05 ./usr/share/doc/repeatcmd-dbgsym -> repeatcmd
+ for x in ../*.deb
+ dpkg -c ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-25 07:05 ./
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/bin/
-rwxr-xr-x root/root 1164728 2025-12-25 07:05 ./usr/bin/repeatcmd
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/doc/repeatcmd/
-rw-r--r-- root/root 212 2025-12-25 07:05 ./usr/share/doc/repeatcmd/changelog.Debian.gz
-rw-r--r-- root/root 337 2025-12-25 07:04 ./usr/share/doc/repeatcmd/copyright
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 81 2025-12-25 07:04 ./usr/share/lintian/overrides/repeatcmd
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/man/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/man/man1/
-rw-r--r-- root/root 686 2025-12-25 07:05 ./usr/share/man/man1/repeatcmd.1.gz
+ mv ../repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb ../repeatcmd_0.1.0.ci20251225T070510-1.debian.tar.xz ../repeatcmd_0.1.0.ci20251225T070510-1.dsc ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.buildinfo ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.changes ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb ../repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz /workspace/artifacts
[2025-12-25T07:05:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:14Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-25T07:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-25T07:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd",
"name": "repeatcmd",
"description": "Run command repeatedly until it succeeds",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Created",
"patch": {
"id": "b38e90d95e29719308d553692e28b863afe412e1",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "doc: add a manual page",
"state": {
"status": "open",
"conflicts": []
},
"before": "1e5b32cc8293a6dac6585fb3a7b09cdceed48f2d",
"after": "e25570906dbcc2f44a4584d45b98b62216551bc3",
"commits": [
"e25570906dbcc2f44a4584d45b98b62216551bc3",
"c3bdb4a986282958bb353b8eabac16bd9dd6bdbe",
"b3c27d66ebf149657560b0e4298217c652f451e8"
],
"target": "1e5b32cc8293a6dac6585fb3a7b09cdceed48f2d",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "b38e90d95e29719308d553692e28b863afe412e1",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "build: install man page\n\n\ndoc: in README point at help and man",
"base": "1e5b32cc8293a6dac6585fb3a7b09cdceed48f2d",
"oid": "e25570906dbcc2f44a4584d45b98b62216551bc3",
"timestamp": 1766646296
}
]
}
}[2025-12-25T07:04:58Z INFO ambient] ambient starts
[2025-12-25T07:04:58Z 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-25T07:04:58Z 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-25T07:04:58Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/meta.yaml
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] latest commit: "1e5b32cc8293a6dac6585fb3a7b09cdceed48f2d"
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] is a git repository
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] git repository is clean
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] current (HEAD) commit: e25570906dbcc2f44a4584d45b98b62216551bc3
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] no dry run requested
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] forced run requested
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] run? true
[2025-12-25T07:04:58Z INFO ambient_ci::run] project rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd: running CI
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-25T07:04:58Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-25T07:04:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-25T07:04:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpTfyoC5/src",
deps_dir: "/home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpTfyoC5/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpTfyoC5/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpTfyoC5/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpTfyoC5/src => /tmp/.tmpFLJE0a
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/repeatcmd.1 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/README.md wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/src wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/src/main.rs wanted=true
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpTfyoC5/src/src/main.rs => /tmp/.tmpFLJE0a/src/main.rs
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/manpages wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/source wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/source/format wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/rules wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/lintian-overrides wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/copyright wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/control wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/compat wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/changelog wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/cargo-checksum.json wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/debian/build-deb wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/Makefile wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/LICENSE.md wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/Cargo.toml wanted=true
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpTfyoC5/src/Cargo.toml => /tmp/.tmpFLJE0a/Cargo.toml
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/Cargo.lock wanted=true
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpTfyoC5/src/Cargo.lock => /tmp/.tmpFLJE0a/Cargo.lock
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.radicle wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.radicle/ambient.yaml wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.gitignore wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.ambient wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.ambient/dch wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/index wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/HEAD wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/config wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/HEAD wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/refs wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/refs/heads wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/refs/heads/main wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/refs/remotes wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/packed-refs wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs/remotes wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs/remotes/origin wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs/tags wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs/heads wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/refs/heads/main wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/56 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/56/c28ce6efdc23a0e929b8fcb77e23b3ecd62504 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/f3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/f3/b9b5509e1d15f4ccab125d353d42939a9f9b63 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7b/d1c40b5af2c30bd1caaa5c03a15cf6c309fa49 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/9f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/9f/7cdd6a872b54c1145c8f1f63c54a3f92ccd966 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/81 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/81/ae6cfb81ad4ef6e44f2c169a95fd253c2d9b0b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/81/625dd81eea7856069bc463a2274aacc762949d wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/3f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/3f/26e11b549b68034eed9ef8ea8e0d691b14ba62 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7a/d9138d40461e6c9442bc05aa2a361a4b91fbe2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ff wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ff/c21fbbf983dfb081b97c340fd99c3dd419472b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/5a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/5a/36eb18ca03a2651ab0df4cf63e83539122d4dd wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b2/b051b74fe419a48e8ac7beaba45a3caff26c3c wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b2/48bc956dc1404b55397bb6ae482a9f5e129fe1 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/13 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/13/ceb05ad4f066ece644398fb3f759b45d195d3e wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/13/cb2bc9a0cccb27bab79126c3847967a574fdfd wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/13/310bda28badf31f55d8b9b41e09450da962c4e wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/c7 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/c7/b94a14b90da24cd4892468827e2a5725e05003 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/62 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/62/1d1bbf5072b07fadbf1577cd06641a3779ef7e wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/62/b173e25869d06bdd5ae3313dd3bc46f1703b38 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b7 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b7/91dc3df829fce0f6af766d2ce45c5018c12af3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ac wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ac/7838cf5123478e0523da789b6b9ee72e840957 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b5 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b5/a03ea78c6fef5c827dac5ea3c7fca0c748ae28 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/f9 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/f9/cafb8c14a52a8dc2d67d1c5e32b71d75015dfd wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/34 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/34/dd71d73410c3257bebf1b2b62dc71c139ef317 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/06 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/06/bd4abeb1619e597577f24b6a46ef5619cf29e0 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/9e wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/9e/f3e2855b597f509bda6ea7d0d0a2caa69415a9 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ef wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ef/a751280a7d735729349fca1c52f754c5563c1f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/73 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/73/a509d9f6c4e97fa1d6d0662386d64b731ab72a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/66 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/66/c613b17c2ce376b5baa86ea47da0eee9eecb54 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/66/86282f402c5087d10bdd27f028791a5f332f47 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ea wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/ea/944aa1348a946b45208abdcd813501b4cc08cf wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/75 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/75/2804df2fe30b19996af85174e6b608fca0d457 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/f5 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/f5/e9457b7178ab9ca4966476cc31c4f00ac746e6 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/74 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/74/52f3445b413933d85202344741e180c6ec198d wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/26 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/26/ee58e2dacee2e9ddf811aad4f8fabbebe55a42 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/26/305381322a2df71dc5ace13acfe251a4dfa18f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2f/4ef4f60522ae2fbd5ddc3fd1567b6e42e7e720 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/a9 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/a9/ee88a4255038bedffeee7715c7a92c4e5860e5 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/a9/48d0f94c4507e012c3e200c3b3cdebabb09b5a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/72 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/72/e316c39d5879ae546b51f43ddb7ded989a6088 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7d wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7d/c3e6474523f183398a710e56d902edb7c0dec3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b4 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/b4/ccb1b0386697660b5a842b13e8ab4dd53d2033 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/45 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/45/05a4353e798a024b001cc52c47ba60dfd95bc9 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/10 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/10/30fee53616bf4ec4b8d5bea69fa344c368b8d2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d0 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d0/ec5581f4efec06addf8114eaa2660809bea5b2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/cb wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/cb/96a22e1d8b79bd1206bd7825091ed742886fe2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/52 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/52/9fc6948ca0f5e2c0429565d1195388c2741eec wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/52/3498d900c11bd1252aa71467401c67d523fe35 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/1a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/1a/9907f8028ba07f03d1019abf0dc15e038c260c wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/1a/78a22bde927ea8076009fb47315fd3154287d3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/87 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/87/00bf20990c1d18f3529d4d56f73ba7b9557321 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e6 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e6/f1915bd4a7e3f78f3dcdd18005a76a87b071aa wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/28 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/28/be0b90fda648d89bee508a84e4a819800f16f3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/41 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/41/4bb70a87370e5875d5ff20baba6994ee71171d wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/08 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/08/3758fcdfc143146c1a77d8457688d3c4782c3b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/12 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/12/884ab49cb1184057bfe0c10963d414b9069f7a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/cf wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/cf/2ecbac252908a35941ce5f18302aaaf3557883 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/cf/6c811f0da69db148a053ef6deed430ebba530c wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d8 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d8/5fe74f632deda27615b197d5d8e366c2364221 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/40 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/40/d796414c47cd5b7c34641c0f80b5875590e380 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/46 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/46/4da5f0bc817b50a610dc5870f144c82e4946a6 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/18 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/18/e61d4f52ac78ad366e24b024830b2301b64b59 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d1 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d1/04d43691db7b32750bf928b7a2c221d26a1119 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/c4 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/c4/2039b5fb0629cede5def39a3b26e7764477473 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/c4/fbf5a2c9aadeb909ffc1ff23e53be47a787c7d wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2b/756c32bcf79ab30890dc0066174f2313bc88bb wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2b/534f784b50243c6f1124b97baad8182efc4b88 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/29 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/29/1a18d9614811893b0cae4e0288d95c52181b25 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e2/568b4fa3d07a1dff86382c63c1fe7c2bbede2f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e8 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e8/72add5ce997f5f11e228c4aca9153c1fcc137e wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/e8/565aadf8fd7212d57e03279a1ca72f4b22061b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/4a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/4a/86df35a459ef8d1f7b6afd2e14e6b206d01fe2 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/4a/fe50f7706b90bdc190e25f8ab037b0f58b1f93 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/0b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/0b/93fbe69335a6f303bab48a260f3c0e44ad1fc3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/7f/5f5c1cbee5a1b52c76414b6d19883f310bbfe7 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/5e wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/5e/d4c256be6bd4f71437d672beb45f64b02341ef wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/eb wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/eb/751cac73776432c1295a8d9db72076828b7e3c wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/59 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/59/09c1a7018a59800b5611de36c1b8e593c1a86b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/58 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/58/a8ac178691be41a64736882a1731bcdfd13180 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/bd wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/bd/3a1a46bd5b3ed849da385a8f7b5ce8dd7aea66 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/bd/71e18f477f4fb5326d59f199ae4729350d038f wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/5b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/5b/0626fa75dc4d19880793fbccc32cdd7d845c75 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/31 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/31/bfef9cbb37bcd1f47127c9bc21e38034fcda95 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/df wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/df/238a969c1b0de7bc473bafee13f82143110e47 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/83 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/83/e101b2b66c51ed04bcda6e94d6e7665a6e2f50 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d5 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/d5/d7219d8e38df9f1af681f80d9ec9e16114bc8b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/68 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/68/4ce512e7faa2f73988c4d6fec761b90dd1c21b wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/20 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/20/411fd648891645c99f9436a95558beb9921d09 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2d wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/2d/e1ed91e852ffdda59b9733fd6f49dba837f5b3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/09 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/09/68a5ea40e346b563d0b5e4a266eb2bc253b8a5 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/db wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/db/dd551a1d953b972f9f1bb6c6677f2de11d114a wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/db/1f3b1098090df5b57240f9c181a77f79b31de3 wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/info wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/info/commit-graph wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/info/packs wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-34050461c8ce9b612ed4b1094e033012ca37a451.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-39472cc55764330268f2a4693ce01c8a9f0689d9.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-0b840f3308ab0355940956a2a7a6104b4eab15f3.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-721a06713581369eace8bfda212a1f889a3ae847.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-721a06713581369eace8bfda212a1f889a3ae847.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-bfbdf781741856a5159b9ff9064b38404178aaae.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-40b5a63a5b854a770fd3939ab09a51c09fdc8a68.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-3921d2818ca71dbfe5a780e4e4a8753c7a7bfe37.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-4f89567e7fc1393317987b31a22039c76187559d.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8ce92b31984da504ad3c822aa11cf846cfab46d1.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-fe9b8af97be3f2d4fd3daa7e43e5ba02ee85fcd9.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-b6869e39a3ccf307188c2c772d0a8c9b73ae683d.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-3cee232d3e66db00ef87bed2c95239e3bec44ac7.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-4925ec1702c76e79cb4b083dd9aea74616941096.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-eff6e63f67fdb7594ada5a630c8fbf32430cb460.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-bce0670f65a793de7cf907b296ed24ca0b97e590.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-3921d2818ca71dbfe5a780e4e4a8753c7a7bfe37.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-14252ac4a2ad1c02ae847c28fa63d54cff8bcc77.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-b85c5d1d856643b3763a0598e4919df3351e4fa3.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-225114fc59a44544016e929a58030d7133a6ffe4.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-3cee232d3e66db00ef87bed2c95239e3bec44ac7.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8ba79ae6111dae6df089052be2d9d6ddc9933efa.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-47dd84b324cf79e3e229d263f522c04e378840ea.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-0291f75d744c00059243385a4bd92b50967662fd.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-daf0a8e25d644588a92a14b3122d3eb5aa93b139.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ead430f8c5e3848b3bd37f32f94d2801c576f75a.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-811c8b093a709bbbcd4c329c3394860a76b6c4a4.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-2d6b501e773166d14b0d62c0257466e028dce731.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-3d1f05e5e68512544e7612f99c6b4384f1d268e7.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-b85c5d1d856643b3763a0598e4919df3351e4fa3.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-599a062cc2931a28262aaaa857bc4ee0bedc7ede.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-14252ac4a2ad1c02ae847c28fa63d54cff8bcc77.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-284d1f90570a179b9b1bcae503b45dba73882a2f.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ed8a739268f4c2ec9c8b5b57b30f80de7e367e93.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8c82a655994b4686ac6410cd14f5e212f654e007.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-038a28c1a41df0058b2901a8065202f048757a2e.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8c81a4f145a17b594b3d582143ccdba9f1d06aae.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ace32f804fffd12f725962e10bcb407af209143e.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-bce0670f65a793de7cf907b296ed24ca0b97e590.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-0a0e2a66b288f56b78c10c2b7f8f7bb11995d4f7.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-590bc963d3666c356257b2b0a8da2ca0e75d0593.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-811c8b093a709bbbcd4c329c3394860a76b6c4a4.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-47dd84b324cf79e3e229d263f522c04e378840ea.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-edb469a53f5cec0e5680bef71a1ec17a174dacd0.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-dedbe906317de3b76ea303358220388b70e69926.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-b6869e39a3ccf307188c2c772d0a8c9b73ae683d.bitmap wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-590bc963d3666c356257b2b0a8da2ca0e75d0593.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ace32f804fffd12f725962e10bcb407af209143e.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-4925ec1702c76e79cb4b083dd9aea74616941096.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-47afed02e702acafa8e4a9f0630c9f5dd2fd9ab6.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8c81a4f145a17b594b3d582143ccdba9f1d06aae.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-af16c3d5e5fc44775e4e3dbc864ab3bfbc854ee4.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8ce92b31984da504ad3c822aa11cf846cfab46d1.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-be484bfcdfa380b5378e0ee3efda0b033d017b65.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-be484bfcdfa380b5378e0ee3efda0b033d017b65.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-1fb900b253046fff5e37cc6022c0f7d49d30778d.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-b6869e39a3ccf307188c2c772d0a8c9b73ae683d.rev wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-6e156c1a3d9bdb184c8ddb319a3491573bc9a42b.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-225114fc59a44544016e929a58030d7133a6ffe4.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-599a062cc2931a28262aaaa857bc4ee0bedc7ede.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ba70acc0d8757b3e0ea69d9d32a5b84903cdebd4.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-bfbdf781741856a5159b9ff9064b38404178aaae.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-9bd260dac4249cfed39ae661d40bf4e5dbb1da34.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-1fb900b253046fff5e37cc6022c0f7d49d30778d.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-2d6b501e773166d14b0d62c0257466e028dce731.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-038a28c1a41df0058b2901a8065202f048757a2e.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-47afed02e702acafa8e4a9f0630c9f5dd2fd9ab6.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8ba79ae6111dae6df089052be2d9d6ddc9933efa.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-9bd260dac4249cfed39ae661d40bf4e5dbb1da34.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-b6869e39a3ccf307188c2c772d0a8c9b73ae683d.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-eff6e63f67fdb7594ada5a630c8fbf32430cb460.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ba70acc0d8757b3e0ea69d9d32a5b84903cdebd4.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-af16c3d5e5fc44775e4e3dbc864ab3bfbc854ee4.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-daf0a8e25d644588a92a14b3122d3eb5aa93b139.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-2e385e8119a0bd7e48b241d37bc5f0559e1083df.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-0a0e2a66b288f56b78c10c2b7f8f7bb11995d4f7.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-5510e8ca6e447156b8d4fc2bbf61088303106097.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-284d1f90570a179b9b1bcae503b45dba73882a2f.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-dedbe906317de3b76ea303358220388b70e69926.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-6e156c1a3d9bdb184c8ddb319a3491573bc9a42b.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-4f89567e7fc1393317987b31a22039c76187559d.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-0b840f3308ab0355940956a2a7a6104b4eab15f3.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ed8a739268f4c2ec9c8b5b57b30f80de7e367e93.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-edb469a53f5cec0e5680bef71a1ec17a174dacd0.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-5510e8ca6e447156b8d4fc2bbf61088303106097.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-39472cc55764330268f2a4693ce01c8a9f0689d9.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ead430f8c5e3848b3bd37f32f94d2801c576f75a.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-2e385e8119a0bd7e48b241d37bc5f0559e1083df.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-8c82a655994b4686ac6410cd14f5e212f654e007.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-34050461c8ce9b612ed4b1094e033012ca37a451.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-40b5a63a5b854a770fd3939ab09a51c09fdc8a68.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-859d94ff7fb56ab1d4071036e76dcc11f130b4ee.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ed64456d75476e35ba38a0b8fbd2b2a5d4fa0a33.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-68bd0da21456a903896511d18006992daa0dbc80.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-fe9b8af97be3f2d4fd3daa7e43e5ba02ee85fcd9.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-68bd0da21456a903896511d18006992daa0dbc80.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-859d94ff7fb56ab1d4071036e76dcc11f130b4ee.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-0291f75d744c00059243385a4bd92b50967662fd.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-ed64456d75476e35ba38a0b8fbd2b2a5d4fa0a33.pack wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/objects/pack/pack-3d1f05e5e68512544e7612f99c6b4384f1d268e7.idx wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/branches wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/update.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/post-update.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/pre-push.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/description wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/info wanted=false
[2025-12-25T07:04:58Z DEBUG ambient_ci::util] path=/tmp/.tmpTfyoC5/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpFLJE0a (exists? true)
[2025-12-25T07:04:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:04:58Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmplHTGud/src.tar
[2025-12-25T07:04:58Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmplHTGud/deps.tar
[2025-12-25T07:04:59Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-25T07:04:59Z 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,
),
Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
),
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-25T07:04:59Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-25T07:04:59Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmplHTGud/ambient-execute-plan/run-ci
[2025-12-25T07:04:59Z DEBUG ambient_ci::run] copy OK: true
[2025-12-25T07:04:59Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmplHTGud/executor.tar
[2025-12-25T07:05:01Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/run.log
[2025-12-25T07:05:01Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd, exists? true
[2025-12-25T07:05:01Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/run.log
[2025-12-25T07:05:01Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/run.log OK
[2025-12-25T07:05:01Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-25T07:05:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-25T07:05:01Z 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-25T07:05:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-25T07:05:01Z 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-25T07:05:01Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-25T07:05:01Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-25T07:05:01Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp26t3Wv/.tmpcooheA/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-25T07:05:01Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-25T07:05:01Z 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-25T07:05:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpnSt6gx/meta-data
[2025-12-25T07:05:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpnSt6gx/user-data
[2025-12-25T07:05:01Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp26t3Wv/.tmpcooheA/console.log
[2025-12-25T07:05:01Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp26t3Wv/.tmpcooheA/console.log
[2025-12-25T07:05:01Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/run.log
[2025-12-25T07:05:01Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/run.log
[2025-12-25T07:05:01Z 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/.tmp26t3Wv/.tmpcooheA/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/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/.tmp26t3Wv/.tmpcooheA/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp26t3Wv/.tmpcooheA/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmplHTGud/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmp26t3Wv/.tmpcooheA/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmplHTGud/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmplHTGud/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmplHTGud/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmplHTGud/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-25T07:05:19Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-25T07:05:19Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-25T07:05:04Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-25T07:05:04Z 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: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export PATH="/root/.cargo/bin:$PATH"
if ! make; then cat test.log; exit 1; fi
git status --ignored
git clean -fdx
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- 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-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-25T07:05:04Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:04Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-25T07:05:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:04Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-25T07:05:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-25T07:05:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:05Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-25T07:05:08Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:08Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-25T07:05:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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 repeatcmd v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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 repeatcmd v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n",
},
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n",
},
)
[2025-12-25T07:05:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport PATH=\"/root/.cargo/bin:$PATH\"\nif ! make; then cat test.log; exit 1; fi\ngit status --ignored\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ 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
+ make
cargo clippy --all-targets -- -Dwarnings
Checking repeatcmd v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
cargo build --all-targets
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
cargo test
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
Running unittests src/main.rs (/workspace/cache/debug/deps/repeatcmd-837f150178eac0ac)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
+ git status --ignored
HEAD detached at e255709
nothing to commit, working tree clean
+ git clean -fdx
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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 e255709 doc: in README point at help and man
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.1.0
++ date -u +%Y%m%dT%H%M%S
+ T=20251225T070510
+ version=0.1.0.ci20251225T070510-1
+ dch -v 0.1.0.ci20251225T070510-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:10Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-25T07:05:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
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=54ed2335135a484abeeb2792ad1c974b
SHLVL=2
JOURNAL_STREAM=8:14459
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=repeatcmd
++ dpkg-parsechangelog -SVersion
+ version=0.1.0.ci20251225T070510-1
++ echo 0.1.0.ci20251225T070510-1
++ sed 's/-[^-]*$//'
+ uv=0.1.0.ci20251225T070510
++ dpkg --print-architecture
+ arch=amd64
+ orig=../repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz
+ deb=../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb
+ changes=../repeatcmd_0.1.0.ci20251225T070510-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package repeatcmd
dpkg-buildpackage: info: source version 0.1.0.ci20251225T070510-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building repeatcmd using existing ./repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz
dpkg-source: info: building repeatcmd in repeatcmd_0.1.0.ci20251225T070510-1.debian.tar.xz
dpkg-source: info: building repeatcmd in repeatcmd_0.1.0.ci20251225T070510-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
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'
mkdir -p debian/repeatcmd/usr
cargo install --locked --offline --path=. --root=debian/repeatcmd/usr
Installing repeatcmd v0.1.0 (/workspace/src)
Compiling repeatcmd v0.1.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 0.88s
Installing debian/repeatcmd/usr/bin/repeatcmd
Installed package `repeatcmd v0.1.0 (/workspace/src)` (executable `repeatcmd`)
warning: be sure to add `debian/repeatcmd/usr/bin` to your PATH to be able to run the installed binaries
find debian/*/ -name '.crates*.*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'repeatcmd-dbgsym' in '../repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb'.
dpkg-deb: building package 'repeatcmd' in '../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb'.
dpkg-genbuildinfo -O../repeatcmd_0.1.0.ci20251225T070510-1_amd64.buildinfo
dpkg-genchanges -O../repeatcmd_0.1.0.ci20251225T070510-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 500
drwxr-xr-x 2 root root 4096 Dec 25 07:05 artifacts
drwxr-xr-x 4 root root 4096 Sep 20 06:00 cache
drwxr-xr-x 3 root root 4096 Dec 25 07:04 deps
-rw-r--r-- 1 root root 55424 Dec 25 07:05 repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb
-rw-r--r-- 1 root root 1776 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1.debian.tar.xz
-rw-r--r-- 1 root root 906 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1.dsc
-rw-r--r-- 1 root root 5693 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1_amd64.buildinfo
-rw-r--r-- 1 root root 2399 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1_amd64.changes
-rw-r--r-- 1 root root 403176 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb
-rw-r--r-- 1 root root 11212 Dec 25 07:05 repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz
drwxr-xr-x 7 root root 4096 Dec 25 07:04 src
+ for x in ../*.deb
+ dpkg -c ../repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-25 07:05 ./
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/lib/debug/.build-id/f0/
-rw-r--r-- root/root 274472 2025-12-25 07:05 ./usr/lib/debug/.build-id/f0/4bba35bb1970c499c96427080918cd07fdb36c.debug
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-25 07:05 ./usr/share/doc/repeatcmd-dbgsym -> repeatcmd
+ for x in ../*.deb
+ dpkg -c ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-25 07:05 ./
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/bin/
-rwxr-xr-x root/root 1164728 2025-12-25 07:05 ./usr/bin/repeatcmd
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/doc/repeatcmd/
-rw-r--r-- root/root 212 2025-12-25 07:05 ./usr/share/doc/repeatcmd/changelog.Debian.gz
-rw-r--r-- root/root 337 2025-12-25 07:04 ./usr/share/doc/repeatcmd/copyright
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 81 2025-12-25 07:04 ./usr/share/lintian/overrides/repeatcmd
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/man/
drwxr-xr-x root/root 0 2025-12-25 07:05 ./usr/share/man/man1/
-rw-r--r-- root/root 686 2025-12-25 07:05 ./usr/share/man/man1/repeatcmd.1.gz
+ mv ../repeatcmd-dbgsym_0.1.0.ci20251225T070510-1_amd64.deb ../repeatcmd_0.1.0.ci20251225T070510-1.debian.tar.xz ../repeatcmd_0.1.0.ci20251225T070510-1.dsc ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.buildinfo ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.changes ../repeatcmd_0.1.0.ci20251225T070510-1_amd64.deb ../repeatcmd_0.1.0.ci20251225T070510.orig.tar.xz /workspace/artifacts
[2025-12-25T07:05:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:14Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-25T07:05:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-25T07:05:14Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-25T07:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-25T07:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-25T07:05:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-25T07:05:16Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-25T07:05:19Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-25T07:05:19Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-25T07:05:19Z DEBUG ambient_ci::run] remove old cache
[2025-12-25T07:05:19Z DEBUG ambient_ci::run] extract cache
[2025-12-25T07:05:20Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-25T07:05:20Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-25T07:05:20Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z34Lk5Z18mw8gyfMwJvNPjA1ZwJgd/meta.yaml
[2025-12-25T07:05:20Z INFO ambient] ambient ends successfully
<empty log>