Radicle repository id rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6.1M 1 disk
vdc 254:32 0 4.7M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 526M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-17 13:15 ./
-rw-r--r-- _rad/_rad 1029 2025-12-17 13:15 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-17 13:15 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 17 13:15 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 17 13:15 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 1029 Dec 17 13:15 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-17T13:15:37Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
make -C doc
cp doc/*.html /workspace/artifacts
git reset --hard
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-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:37Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-17T13:15:38Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-17T13:15:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-17T13:15:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-17T13:15:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:38Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-17T13:15:39Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-17T13:15:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:39Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:15:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:15:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:39Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-17T13:15:55Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
[2025-12-17T13:15:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:57Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-17T13:15:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-17T13:15:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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 ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-ab7615e63fdbc733)
running 22 tests
test action::test::mkdir_action ... ok
test action::test::tar_create_action ... ok
test action::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok
test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
Running unittests src/bin/ambient.rs (/workspace/cache/debug/deps/ambient-721f27d47708e005)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/ambient-execute-plan.rs (/workspace/cache/debug/deps/ambient_execute_plan-76f6d2199aaeaf22)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests ambient_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ make -C doc
make: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
make: Leaving directory '/workspace/src/doc'
+ cp doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at a4ad761b doc: make all public items have a doc comment
+ git clean -fdx
Removing doc/userguide.html
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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
HEAD is now at a4ad761b doc: make all public items have a doc comment
custom action "dch" exit code Some(0)
[2025-12-17T13:16:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:01Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-17T13:16:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-17T13:16:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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=296
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4f32a9aa835148c183e8e32bb7c8dbe0
SHLVL=2
JOURNAL_STREAM=8:15063
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=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.10.0.ci20251217T131601-1
++ echo 0.10.0.ci20251217T131601-1
++ sed 's/-[^-]*$//'
+ uv=0.10.0.ci20251217T131601
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz
+ deb=../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb
+ changes=../ambient-ci_0.10.0.ci20251217T131601-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package ambient-ci
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.10.0.ci20251217T131601-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 ambient-ci using existing ./ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building ambient-ci in ambient-ci_0.10.0.ci20251217T131601-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building ambient-ci in ambient-ci_0.10.0.ci20251217T131601-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'
make -C doc
make[2]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
make[2]: Leaving directory '/workspace/src/doc'
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'
cargo install --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
Installing ambient-ci v0.10.0 (/workspace/src)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 11.28s
Installing debian/ambient-ci/usr/bin/ambient
Installing debian/ambient-ci/usr/bin/ambient-execute-plan
Installed package `ambient-ci v0.10.0 (/workspace/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `debian/ambient-ci/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
[1mdpkg-shlibdeps: [0m[1;33mwarning[0m: couldn't parse dynamic symbol definition: no symbols
[1mdpkg-shlibdeps: [0m[1;33mwarning[0m: couldn't parse dynamic symbol definition: no symbols
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'ambient-ci' in '../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../ambient-ci_0.10.0.ci20251217T131601-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../ambient-ci_0.10.0.ci20251217T131601-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 3536
-rw-r--r-- 1 root root 498932 Dec 17 13:16 ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb
-rw-r--r-- 1 root root 2080 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1.debian.tar.xz
-rw-r--r-- 1 root root 966 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1.dsc
-rw-r--r-- 1 root root 5894 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1_amd64.buildinfo
-rw-r--r-- 1 root root 2447 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1_amd64.changes
-rw-r--r-- 1 root root 3005744 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb
-rw-r--r-- 1 root root 74872 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz
drwxr-xr-x 2 root root 4096 Dec 17 13:16 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root 4096 Dec 17 13:15 deps
drwxr-xr-x 10 root root 4096 Dec 17 13:16 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-17 13:16 ./
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root 1999872 2025-12-17 13:16 ./usr/lib/debug/.build-id/72/e930a5458c94ceaa3df10fcd08c45a9de047ef.debug
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/.build-id/d8/
-rw-r--r-- root/root 1611312 2025-12-17 13:16 ./usr/lib/debug/.build-id/d8/af4bbecbf5f1d17f220cb4d285af0e44359704.debug
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-17 13:16 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-17 13:16 ./
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/bin/
-rwxr-xr-x root/root 8286528 2025-12-17 13:16 ./usr/bin/ambient
-rwxr-xr-x root/root 6336768 2025-12-17 13:16 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root 414 2025-12-17 13:16 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root 340 2025-12-17 13:16 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root 9976 2025-12-17 13:16 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 266 2025-12-17 13:16 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/man/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/man/man1/
-rw-r--r-- root/root 261 2025-12-17 13:16 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root 205 2025-12-17 13:16 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb ../ambient-ci_0.10.0.ci20251217T131601-1.debian.tar.xz ../ambient-ci_0.10.0.ci20251217T131601-1.dsc ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.buildinfo ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.changes ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb ../ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz /workspace/artifacts
[2025-12-17T13:16:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:19Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:16:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:16:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-17T13:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-17T13:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
"name": "ambient-ci",
"description": "Ambient command line tool to run CI projects locally",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "a4ad761b1e1732debc7997661bf5d2fc8bcfb4d0",
"after": "a4ad761b1e1732debc7997661bf5d2fc8bcfb4d0",
"branch": "main",
"commits": [
"a4ad761b1e1732debc7997661bf5d2fc8bcfb4d0"
]
}[2025-12-17T13:15:26Z INFO ambient] ambient starts
[2025-12-17T13:15:26Z 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-17T13:15:26Z 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-17T13:15:26Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] latest commit: "a4ad761b1e1732debc7997661bf5d2fc8bcfb4d0"
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] is a git repository
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] git repository is clean
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] current (HEAD) commit: a4ad761b1e1732debc7997661bf5d2fc8bcfb4d0
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] no dry run requested
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] forced run requested
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] run? true
[2025-12-17T13:15:26Z INFO ambient_ci::run] project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh: running CI
[2025-12-17T13:15:26Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-17T13:15:26Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-17T13:15:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-17T13:15:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
},
source_dir: "/tmp/.tmpED17tH/src",
deps_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpED17tH/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpED17tH/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpED17tH/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpED17tH/src => /tmp/.tmpQbdEGR
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/test.sh wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/vdrive.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/vdrive.rs => /tmp/.tmpQbdEGR/src/vdrive.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/util.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/util.rs => /tmp/.tmpQbdEGR/src/util.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/run.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/run.rs => /tmp/.tmpQbdEGR/src/run.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/qemu_utils.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/qemu_utils.rs => /tmp/.tmpQbdEGR/src/qemu_utils.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/qemu.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/qemu.rs => /tmp/.tmpQbdEGR/src/qemu.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/project.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/project.rs => /tmp/.tmpQbdEGR/src/project.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/plan.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/plan.rs => /tmp/.tmpQbdEGR/src/plan.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/lib.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/lib.rs => /tmp/.tmpQbdEGR/src/lib.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/image_store.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/image_store.rs => /tmp/.tmpQbdEGR/src/image_store.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/git.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/git.rs => /tmp/.tmpQbdEGR/src/git.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/config.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/config.rs => /tmp/.tmpQbdEGR/src/config.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/cloud_init.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/cloud_init.rs => /tmp/.tmpQbdEGR/src/cloud_init.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/checksummer.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/checksummer.rs => /tmp/.tmpQbdEGR/src/checksummer.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/run.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/run.rs => /tmp/.tmpQbdEGR/src/bin/cmd/run.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/qemu.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/qemu.rs => /tmp/.tmpQbdEGR/src/bin/cmd/qemu.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/projects.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/projects.rs => /tmp/.tmpQbdEGR/src/bin/cmd/projects.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/plan.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/plan.rs => /tmp/.tmpQbdEGR/src/bin/cmd/plan.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/mod.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/mod.rs => /tmp/.tmpQbdEGR/src/bin/cmd/mod.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/log.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/log.rs => /tmp/.tmpQbdEGR/src/bin/cmd/log.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/image.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/image.rs => /tmp/.tmpQbdEGR/src/bin/cmd/image.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/config.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/config.rs => /tmp/.tmpQbdEGR/src/bin/cmd/config.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/cmd/actions.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/cmd/actions.rs => /tmp/.tmpQbdEGR/src/bin/cmd/actions.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/ambient.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/ambient.rs => /tmp/.tmpQbdEGR/src/bin/ambient.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/bin/ambient-execute-plan.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/bin/ambient-execute-plan.rs => /tmp/.tmpQbdEGR/src/bin/ambient-execute-plan.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/tar.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/tar.rs => /tmp/.tmpQbdEGR/src/action_impl/tar.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/shell.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/shell.rs => /tmp/.tmpQbdEGR/src/action_impl/shell.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/rsync.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/rsync.rs => /tmp/.tmpQbdEGR/src/action_impl/rsync.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/pwd.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/pwd.rs => /tmp/.tmpQbdEGR/src/action_impl/pwd.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/mod.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/mod.rs => /tmp/.tmpQbdEGR/src/action_impl/mod.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/mkdir.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/mkdir.rs => /tmp/.tmpQbdEGR/src/action_impl/mkdir.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/http_get.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/http_get.rs => /tmp/.tmpQbdEGR/src/action_impl/http_get.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/dummy.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/dummy.rs => /tmp/.tmpQbdEGR/src/action_impl/dummy.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/dput.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/dput.rs => /tmp/.tmpQbdEGR/src/action_impl/dput.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/deb.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/deb.rs => /tmp/.tmpQbdEGR/src/action_impl/deb.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/custom.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/custom.rs => /tmp/.tmpQbdEGR/src/action_impl/custom.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action_impl/cargo.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action_impl/cargo.rs => /tmp/.tmpQbdEGR/src/action_impl/cargo.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/src/action.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/src/action.rs => /tmp/.tmpQbdEGR/src/action.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/projects.yaml wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/doc wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/doc/userguide.subplot wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/doc/userguide.md wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/doc/Makefile wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/source wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/source/format wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/rules wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/lintian-overrides wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/copyright wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/control wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/compat wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/changelog wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/cargo-checksum.json wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/build-deb wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/ambient-ci.manpages wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/debian/ambient-ci.docs wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/build.rs wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/build.rs => /tmp/.tmpQbdEGR/build.rs
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/ambient.yaml wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/ambient.subplot wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/ambient.py wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/ambient.md wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/ambient.1 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/ambient-execute-plan.1 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/README.md wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/NEWS.md wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/Makefile wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/INSTALL.md wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/Cargo.toml wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/Cargo.toml => /tmp/.tmpQbdEGR/Cargo.toml
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/Cargo.lock wanted=true
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpED17tH/src/Cargo.lock => /tmp/.tmpQbdEGR/Cargo.lock
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/COPYING.md wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.woodpecker wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.woodpecker/build.yaml wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.woodpecker/Makefile wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.radicle wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.radicle/ambient.yaml wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.gitignore wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.cargo wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.cargo/deny.toml wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.ambient wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.ambient/dch wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/index wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/HEAD wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/config wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/HEAD wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/refs wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/refs/heads wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/refs/heads/main wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/refs/remotes wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/packed-refs wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs/remotes wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs/remotes/origin wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs/tags wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs/heads wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/refs/heads/main wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/f3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/f3/6123a35969bd23d13dffe5b17abd341c4cb21c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0d wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0d/d7c3a3aa12d2bfc7732ef0214f6d045cdddcf6 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0d/a1ee99416fbfa1fda4db10bc86389756fa3c45 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/67 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/67/ba20fb5f8402282aa0632c1c95f369932c42ff wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/67/7b94d022698752c3880908177db2e1461124f7 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b0 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b0/45d3e3f2b8531b93bdbfb9852e1e0d261e56f5 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a8 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a8/9fed44189d237b738ef33136de2a976d60946b wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/f4 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/f4/fe890559ad4d8c556559b093c076c9eea3a763 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b7 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b7/7e7762a86d0039dce18489f68019073d292df4 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a0 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a0/dfabbf67b2d2ba963098625d486151083fde79 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/c5 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/c5/77d8f0f91d0751bd705a91d780b0171f175886 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ac wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ac/6856bcfff8e2493709f3595874b7589595521d wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ee wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ee/a5e5836803de0faac3b0cbaf500fc850c78f1f wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b8 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b8/e19340cf86ec4423ebc8062b3a87f5f33f8adc wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/30 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/30/b7e2b99f237965f92e30693d13df91f2c06e24 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/f9 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/f9/881074d59818043b1d675553b3ddc215cc7c6a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/06 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/06/77eaf6938d6b0a1fd7d63c0dc6456d6c7524a0 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/9e wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/9e/81e1e55755f901cd3dd3564e8fd16a5f964c46 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/69 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/69/2635560fe4dc7b752cf11a6eeb2f7256a74534 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/32 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/32/1ffd62c66e58e19d9a3f163119dd3b0c721878 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/33 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/33/25cc31030dc7d72c78f9375f74de24eaac2ce2 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/7e wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/7e/c28072f80dd2188aeb1b8c77090008e7133828 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/7e/b521ecc642ad535a17d9a082cfe456581884c6 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a6 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a6/e45c95d3f5b1438a0ba0983a7cdc34208297c6 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/86 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/86/240affa54477e309a3348c14fa3afb600ed7ca wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/86/92b8af9ab07c07792a8577981b56d524ded7ed wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/85 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/85/bcf4e33ee065e7f7dc62004b3112440b5592dd wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/66 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/66/9f6824adc4faff277be6366edc5c26a8e7a94d wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ea wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ea/b377f45ed3b788b4d2fcb8f52e0131779c7305 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/75 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/75/f63bec9c26b2e325a2e2b74f7162755f6c3819 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/75/0e56f2047a4cab8d5a6567ef3fda422d42a6e3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/7c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/7c/919eae3ea6997c9286e670df5a65e8cbb50227 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a5 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a5/7a9c978c64b3c1eb08df7b6545d05895741cf3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a5/f54ef0cde0be9b26f8b9f365d7972a4f59aa43 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/8c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/8c/f997b5b883a11ce2540affa84f84536696b3c8 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ae wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ae/f14d52ac92bbf674f93463db4e808b5098b76d wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a9 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/a9/9b3ed9f620e826ba64fdece0251af116fed433 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ed wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ed/e6ca04c3b0efe63ed42f93626eebd94cc3ce4f wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ed/db7431391bff4f6937dedc6b37606d5bf8ac09 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/da wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/da/ebd3ee45e45b4dd480ef0f604cb5d75b04b420 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/99 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/99/56416e234d00452175092c43977d53a8d27829 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/93 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/93/a3dfb43689a8b337216230a9792d5b926b1604 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/93/b1058cbef52050c68978ea99622d9fb8a5e936 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/c3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/c3/5e4b949b4cbb0686037ab3b8bb9408d4f4d514 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/c3/35da4b5f19f3383c66ec2cf410320283da8293 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/35 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/35/c300a859a3ab5710cf1e27bf0d89bb0b0856e7 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/35/a72dec30e6f8772a7d76505310f1d01071f66a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/35/6a5b6ed92844bf20088e842299b2c7d16c4512 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/52 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/52/4bc307dd2982600dba1c965276788004a6e3a4 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/1a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/1a/7eef709f3e5befb6d1b937fcb8b3be9bd39311 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/42 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/42/cdbe78357471bd95b2c245686888517d7ac8a0 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/42/e23304c4398bec170d416b5941e0460ffbd5b3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/60 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/60/37342c89ae499dc57fc31751a22009989db1ac wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e6 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e6/10e623602a2f555fa7cb864e355fbbd8266b11 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e6/9c571694761027fee463bf87a8e2f2937035e3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/28 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/28/232807a6109f669e05321834e2a404df2b575a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/41 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/41/03747c3c9508ba14c81abcea27cda8ae6be330 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/08 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/08/f7d3e8c8dbf53c9b087ddcc856be319b60793b wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/de wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/de/c8d6b2750e160ae9fb9db2237a7742ef8d04fb wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/96 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/96/6198bd37ee2f0723e86183bdfc07187e552fea wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b3/3b70ea9443944a8e17882a5084f7ec967d2e43 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/76 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/76/bbd3adbe25a3116c04c51e17a7410ad50ac712 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/25 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/25/3d727f716fe557fc2d57855ea1e5d138ccec2d wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/d8 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/d8/f3cfed606593de292f0fec21d89db9fac80143 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ce wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/ce/dba8c559755586815489b878c6f31ccf10aafa wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/46 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/46/d487e4fbb673f0d27792cc1e973722cc14ee0e wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/82 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/82/87f111cbf64221368b43e5b071796f351f16cc wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/2b wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/2b/be921280411a72d63521eab32db3ebd8cc206e wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/29 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/29/322f6243b70787aa473154a0c34060099bb243 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/70 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/70/f71992299c9317167f7d639de521c9d6ed60a3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e2 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e2/f9509defc831da2c6c0538df47c81c86111318 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e8 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/e8/6ecdf8ce19232bb0d5030abd5901f8197a35b0 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0c/57be8c8b0d9913bf1b916f8e83e2661d5174f5 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/84 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/84/17eb25a2dd6ff67402d3609bb1fd0896d45892 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/3c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/3c/52e412ed090568052629a3afa408b8bb2e78cd wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/92 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/92/761d5c09c0d8d30fef39ddd9d1e4d1a31e79dd wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0e wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0e/98f89c928113539c9ce9dc0feae9efe852c2bb wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/04 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/04/9a2a1f4897662128d5503b1c2f4c272c9b9ee3 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/58 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/58/f3a9d33e83dd7e46cbe59bad9e5b08d149aa75 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/64 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/64/f4fab187ef47404df087e7d328d5e5b131562b wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/22 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/22/0ab7b72ce4ca095320dfa2af050c422c87fc05 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/23 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/23/83e84d51285352b1f69f07d25a1e2494e1c242 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/23/344338c77c4564d1c823692bc048c054e7767e wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/43 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/43/1de4673bb960acc650fd9ae202ed6fd9971e74 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/0a/75c1c65a59ef11ec4c90cfc5eb60d06c1b8af8 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/6a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/6a/7108be867f758270d34ab2dc5e76839c54323a wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/6a/c3bb93a6e0222e1a2f0802b2cff9540f0e2d4c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/05 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/05/654fed295975dc11552c031ec9be1daadfc7ca wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/05/5a287218bdcf9bd1e5a11c4407fe16784d59ce wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/1d wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/1d/01af7fdc6f45818c4da11f34bcebb141c0ac65 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b1 wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/b1/dff7b1594bc4e83410bb4f85edab516e2fe33c wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/info wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/info/commit-graph wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/info/packs wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-770cc8dd1c03efbdf7afdb192a75bb46de929ec3.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ffd0d5d83791be16b4ed544adfaeafbeb6611370.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-52e8bf3628cca17d22f951ab716c5c7ae103ba13.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-3be59869651cf9703ad3c3b592b58d2298166a82.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-3be59869651cf9703ad3c3b592b58d2298166a82.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f840aa8a29e64b5df39cc401b0e6c7883931949e.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-b8fdc27750673f79369fde6392d73a1cbb39c5b0.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-2fe92f3ed1e143f5062575a09d5ce2dec09c1522.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f840aa8a29e64b5df39cc401b0e6c7883931949e.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f944a37ca12aa00ed9af9ec4cbddb6b9766441cf.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-7851fb6db29aee6b5a79c114698829e08a3119d7.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-52e8bf3628cca17d22f951ab716c5c7ae103ba13.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-aff7ec8e0edf6db0071e666483ddb0145b63fdf3.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-dcf48ab6fb75728059f662288e91db72ef63366a.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-0a15e1ef69a8277b575be6f9a1e7a9d03f4ef231.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-479cff4c61973ece87fa78dc0d8076257b562ced.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f64781ca7f0453869e6cc49ab129476b00ab7e76.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-92b02bfe0b0d97d9bf757a6052701a7ba21737e5.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-d251ca8509f62cb8fe6e90ed0a9c86e686bb7c2e.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f83fe117549014b1cff22104c6c17434ae7469a2.rev wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-d14dc74216a91029abd1367b13ec0ac24ddc528f.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ba4ddf1b16a467ada245133fb3f27b618e9a2c46.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-93b6e035a45b205ef5b96024599217fb9e7c9d66.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ef3c44b7b8cf4a7b53d0e8a0305ff96e9ca3c9de.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-92b02bfe0b0d97d9bf757a6052701a7ba21737e5.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4887a67588c35658de34f6bf9aa7d1c5798a0d5e.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ef3c44b7b8cf4a7b53d0e8a0305ff96e9ca3c9de.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-770cc8dd1c03efbdf7afdb192a75bb46de929ec3.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f83fe117549014b1cff22104c6c17434ae7469a2.bitmap wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-af46f2f4604a0f17cb84f88439006547dc9e673f.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-48daacb12fd6b3e231917fc3c7078ec6f09cd053.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-cbe6f09359e15388ad4851a7e1e822da6a15a1a3.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-af246865d9d37f350afaad4342afa9c592744208.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f83fe117549014b1cff22104c6c17434ae7469a2.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-496a8844201878e1ec56efd9d48685717625cfd1.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-313c92fde8d8dae4b532c0b4be271bc166d50745.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-d14dc74216a91029abd1367b13ec0ac24ddc528f.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4043ab61fbb1c252f277dc6f71eee695e42bcfe5.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-d251ca8509f62cb8fe6e90ed0a9c86e686bb7c2e.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-496a8844201878e1ec56efd9d48685717625cfd1.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-78c4ab5d70566b1fdebc577a5cf623d608d3b9b6.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-313c92fde8d8dae4b532c0b4be271bc166d50745.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f25091b7c39370f9065dc15e37cb9d4be274e5a5.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-28f15d0c9571bbe62ca63e2758666ebecca37d4d.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f25091b7c39370f9065dc15e37cb9d4be274e5a5.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-af46f2f4604a0f17cb84f88439006547dc9e673f.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-54b97aad40d044cf35d1c5146181f8fe62e33b22.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-96ebd84b8c89a41ef676c242a6ad25956c4ca2a4.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ba4ddf1b16a467ada245133fb3f27b618e9a2c46.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-48d76b65ee88de91beb457187cd308111ce7d4a4.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-aff7ec8e0edf6db0071e666483ddb0145b63fdf3.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f944a37ca12aa00ed9af9ec4cbddb6b9766441cf.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-af246865d9d37f350afaad4342afa9c592744208.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ffd0d5d83791be16b4ed544adfaeafbeb6611370.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-b8fdc27750673f79369fde6392d73a1cbb39c5b0.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4861485c82221e968139af0760f2d957990bbd2a.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f83fe117549014b1cff22104c6c17434ae7469a2.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-78c4ab5d70566b1fdebc577a5cf623d608d3b9b6.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-0a15e1ef69a8277b575be6f9a1e7a9d03f4ef231.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-48daacb12fd6b3e231917fc3c7078ec6f09cd053.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-1278b3d39e6d1eb27750a8a2f71bb3a62a550b81.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-1278b3d39e6d1eb27750a8a2f71bb3a62a550b81.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-379334034d392e08e4bd2a91ec30e5b4416b83d9.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4b714f1fc3b18e7b36cc41a8b4365a68e93a0da6.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-8e2f3217860af4c1abf953a845177e16d3af0f10.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4861485c82221e968139af0760f2d957990bbd2a.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-28f15d0c9571bbe62ca63e2758666ebecca37d4d.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4043ab61fbb1c252f277dc6f71eee695e42bcfe5.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-54b97aad40d044cf35d1c5146181f8fe62e33b22.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-96ebd84b8c89a41ef676c242a6ad25956c4ca2a4.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ebf9c3ac206de9dc8b1c92883132fddc2a51f387.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-48d76b65ee88de91beb457187cd308111ce7d4a4.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-cbe6f09359e15388ad4851a7e1e822da6a15a1a3.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-b3774c278bf7742fb44b0f89749225340a510f3b.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4b714f1fc3b18e7b36cc41a8b4365a68e93a0da6.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-6a126e9f6a46a5123a8f55a9d810d3d3f3f17749.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-7851fb6db29aee6b5a79c114698829e08a3119d7.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-379334034d392e08e4bd2a91ec30e5b4416b83d9.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-8e2f3217860af4c1abf953a845177e16d3af0f10.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-4887a67588c35658de34f6bf9aa7d1c5798a0d5e.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-479cff4c61973ece87fa78dc0d8076257b562ced.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-b3774c278bf7742fb44b0f89749225340a510f3b.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-93b6e035a45b205ef5b96024599217fb9e7c9d66.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-6a126e9f6a46a5123a8f55a9d810d3d3f3f17749.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-2fe92f3ed1e143f5062575a09d5ce2dec09c1522.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-dcf48ab6fb75728059f662288e91db72ef63366a.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-ebf9c3ac206de9dc8b1c92883132fddc2a51f387.pack wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/objects/pack/pack-f64781ca7f0453869e6cc49ab129476b00ab7e76.idx wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/branches wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/update.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/post-update.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/pre-push.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/description wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/info wanted=false
[2025-12-17T13:15:26Z DEBUG ambient_ci::util] path=/tmp/.tmpED17tH/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpQbdEGR (exists? true)
[2025-12-17T13:15:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:27Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpGRU2xg/src.tar
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpGRU2xg/deps.tar
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\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-17T13:15:27Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpGRU2xg/ambient-execute-plan/run-ci
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] copy OK: true
[2025-12-17T13:15:27Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpGRU2xg/executor.tar
[2025-12-17T13:15:35Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-17T13:15:35Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh, exists? true
[2025-12-17T13:15:35Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-17T13:15:35Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log OK
[2025-12-17T13:15:35Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-17T13:15:35Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-17T13:15:35Z 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-17T13:15:35Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-17T13:15:35Z 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-17T13:15:35Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-17T13:15:35Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-17T13:15:35Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmplRVTt2/.tmpA1fdPP/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-17T13:15:35Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-17T13:15:35Z 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-17T13:15:35Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpo98uVk/meta-data
[2025-12-17T13:15:35Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpo98uVk/user-data
[2025-12-17T13:15:35Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmplRVTt2/.tmpA1fdPP/console.log
[2025-12-17T13:15:35Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmplRVTt2/.tmpA1fdPP/console.log
[2025-12-17T13:15:35Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-17T13:15:35Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-17T13:15:35Z 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/.tmplRVTt2/.tmpA1fdPP/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/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/.tmplRVTt2/.tmpA1fdPP/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmplRVTt2/.tmpA1fdPP/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpGRU2xg/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmplRVTt2/.tmpA1fdPP/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpGRU2xg/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpGRU2xg/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpGRU2xg/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpGRU2xg/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-17T13:16:38Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-17T13:16:38Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-17T13:15:37Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-17T13:15:37Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
make -C doc
cp doc/*.html /workspace/artifacts
git reset --hard
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-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:37Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-17T13:15:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:37Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-17T13:15:38Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-17T13:15:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-17T13:15:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-17T13:15:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:38Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-17T13:15:39Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-17T13:15:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:39Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:15:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:15:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:15:39Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-17T13:15:55Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:55Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-17T13:15:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
[2025-12-17T13:15:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:15:57Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-17T13:15:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-17T13:15:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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 ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-ab7615e63fdbc733)
running 22 tests
test action::test::mkdir_action ... ok
test action::test::tar_create_action ... ok
test action::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok
test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
Running unittests src/bin/ambient.rs (/workspace/cache/debug/deps/ambient-721f27d47708e005)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/ambient-execute-plan.rs (/workspace/cache/debug/deps/ambient_execute_plan-76f6d2199aaeaf22)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests ambient_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ make -C doc
make: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
INFO Starting Subplot
INFO Subplot finished successfully
make: Leaving directory '/workspace/src/doc'
+ cp doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at a4ad761b doc: make all public items have a doc comment
+ git clean -fdx
Removing doc/userguide.html
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:00Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-17T13:16:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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
HEAD is now at a4ad761b doc: make all public items have a doc comment
custom action "dch" exit code Some(0)
[2025-12-17T13:16:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:01Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-17T13:16:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-17T13:16:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"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=296
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4f32a9aa835148c183e8e32bb7c8dbe0
SHLVL=2
JOURNAL_STREAM=8:15063
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=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.10.0.ci20251217T131601-1
++ echo 0.10.0.ci20251217T131601-1
++ sed 's/-[^-]*$//'
+ uv=0.10.0.ci20251217T131601
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz
+ deb=../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb
+ changes=../ambient-ci_0.10.0.ci20251217T131601-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.10.0.ci20251217T131601-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 ambient-ci using existing ./ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251217T131601-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251217T131601-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'
make -C doc
make[2]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
INFO Starting Subplot
INFO Subplot finished successfully
make[2]: Leaving directory '/workspace/src/doc'
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'
cargo install --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
Installing ambient-ci v0.10.0 (/workspace/src)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 11.28s
Installing debian/ambient-ci/usr/bin/ambient
Installing debian/ambient-ci/usr/bin/ambient-execute-plan
Installed package `ambient-ci v0.10.0 (/workspace/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `debian/ambient-ci/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
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb'.
dpkg-genbuildinfo -O../ambient-ci_0.10.0.ci20251217T131601-1_amd64.buildinfo
dpkg-genchanges -O../ambient-ci_0.10.0.ci20251217T131601-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 3536
-rw-r--r-- 1 root root 498932 Dec 17 13:16 ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb
-rw-r--r-- 1 root root 2080 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1.debian.tar.xz
-rw-r--r-- 1 root root 966 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1.dsc
-rw-r--r-- 1 root root 5894 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1_amd64.buildinfo
-rw-r--r-- 1 root root 2447 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1_amd64.changes
-rw-r--r-- 1 root root 3005744 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb
-rw-r--r-- 1 root root 74872 Dec 17 13:16 ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz
drwxr-xr-x 2 root root 4096 Dec 17 13:16 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root 4096 Dec 17 13:15 deps
drwxr-xr-x 10 root root 4096 Dec 17 13:16 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-17 13:16 ./
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root 1999872 2025-12-17 13:16 ./usr/lib/debug/.build-id/72/e930a5458c94ceaa3df10fcd08c45a9de047ef.debug
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/lib/debug/.build-id/d8/
-rw-r--r-- root/root 1611312 2025-12-17 13:16 ./usr/lib/debug/.build-id/d8/af4bbecbf5f1d17f220cb4d285af0e44359704.debug
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-17 13:16 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-17 13:16 ./
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/bin/
-rwxr-xr-x root/root 8286528 2025-12-17 13:16 ./usr/bin/ambient
-rwxr-xr-x root/root 6336768 2025-12-17 13:16 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root 414 2025-12-17 13:16 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root 340 2025-12-17 13:16 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root 9976 2025-12-17 13:16 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 266 2025-12-17 13:16 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/man/
drwxr-xr-x root/root 0 2025-12-17 13:16 ./usr/share/man/man1/
-rw-r--r-- root/root 261 2025-12-17 13:16 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root 205 2025-12-17 13:16 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.10.0.ci20251217T131601-1_amd64.deb ../ambient-ci_0.10.0.ci20251217T131601-1.debian.tar.xz ../ambient-ci_0.10.0.ci20251217T131601-1.dsc ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.buildinfo ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.changes ../ambient-ci_0.10.0.ci20251217T131601-1_amd64.deb ../ambient-ci_0.10.0.ci20251217T131601.orig.tar.xz /workspace/artifacts
[2025-12-17T13:16:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:19Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:16:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-17T13:16:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-17T13:16:19Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-17T13:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-17T13:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-17T13:16:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-17T13:16:33Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-17T13:16:38Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-17T13:16:39Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-17T13:16:39Z DEBUG ambient_ci::run] remove old cache
[2025-12-17T13:16:40Z DEBUG ambient_ci::run] extract cache
[2025-12-17T13:16:46Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-17T13:16:46Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-17T13:16:46Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2025-12-17T13:16:48Z INFO ambient] ambient ends successfully
<empty log>