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 503.7M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-19 03:58 ./
-rw-r--r-- _rad/_rad 1033 2025-12-19 03:58 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-19 03:58 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 19 03:58 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 19 03:58 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 1033 Dec 19 03:58 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-19T03:58:51Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z 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 doc
cp *.html 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-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:51Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-19T03:58:51Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-19T03:58:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-19T03:58:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:52Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-19T03:58:53Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-19T03:58:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:53Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:58:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:58:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:53Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-19T03:59:08Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
[2025-12-19T03:59:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:11Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-19T03:59:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-19T03:59:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
[2025-12-19T03:59:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:14Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-19T03:59:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-19T03:59:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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.12s
Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-ab7615e63fdbc733)
running 24 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::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 config::test::rsync_target_for_project_with_base_and_map_only ... ok
test config::test::rsync_target_for_project_with_rsync_target_set ... 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. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
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-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make doc\ncp *.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make doc\ncp *.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake doc\ncp *.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ make doc
subplot docgen ambient.subplot -o ambient.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
make -C doc
make[1]: 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[1]: Leaving directory '/workspace/src/doc'
+ cp ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at c730f250 refactor: helper to construct all plans
+ git clean -fdx
Removing ambient.html
Removing doc/userguide.html
[2025-12-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at c730f250 refactor: helper to construct all plans
custom action "dch" exit code Some(0)
[2025-12-19T03:59:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:16Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-19T03:59:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-19T03:59:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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=311
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4a84bf1ee40e4223b9f068de651d15c3
SHLVL=2
JOURNAL_STREAM=8:12608
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.ci20251219T035915-1
++ echo 0.10.0.ci20251219T035915-1
++ sed 's/-[^-]*$//'
+ uv=0.10.0.ci20251219T035915
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.10.0.ci20251219T035915.orig.tar.xz
+ deb=../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb
+ changes=../ambient-ci_0.10.0.ci20251219T035915-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package ambient-ci
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.10.0.ci20251219T035915-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.ci20251219T035915.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building ambient-ci in ambient-ci_0.10.0.ci20251219T035915-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building ambient-ci in ambient-ci_0.10.0.ci20251219T035915-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 13.77s
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.ci20251219T035915-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'ambient-ci' in '../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../ambient-ci_0.10.0.ci20251219T035915-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../ambient-ci_0.10.0.ci20251219T035915-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 3564
-rw-r--r-- 1 root root 503256 Dec 19 03:59 ambient-ci-dbgsym_0.10.0.ci20251219T035915-1_amd64.deb
-rw-r--r-- 1 root root 2080 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1.debian.tar.xz
-rw-r--r-- 1 root root 966 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1.dsc
-rw-r--r-- 1 root root 5894 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1_amd64.buildinfo
-rw-r--r-- 1 root root 2447 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1_amd64.changes
-rw-r--r-- 1 root root 3023484 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb
-rw-r--r-- 1 root root 79268 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915.orig.tar.xz
drwxr-xr-x 2 root root 4096 Dec 19 03:59 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root 4096 Dec 19 03:58 deps
drwxr-xr-x 10 root root 4096 Dec 19 03:59 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.10.0.ci20251219T035915-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-19 03:59 ./
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/.build-id/20/
-rw-r--r-- root/root 1616384 2025-12-19 03:59 ./usr/lib/debug/.build-id/20/bfccfe09e796a822561dfc07f40568f075f4aa.debug
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/.build-id/78/
-rw-r--r-- root/root 2005744 2025-12-19 03:59 ./usr/lib/debug/.build-id/78/665e6e0075411b7b136293ff9cae01a6433ea9.debug
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-19 03:59 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-19 03:59 ./
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/bin/
-rwxr-xr-x root/root 8335680 2025-12-19 03:59 ./usr/bin/ambient
-rwxr-xr-x root/root 6344960 2025-12-19 03:59 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root 411 2025-12-19 03:59 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root 340 2025-12-19 03:59 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root 33364 2025-12-19 03:59 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 266 2025-12-19 03:59 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/man/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/man/man1/
-rw-r--r-- root/root 261 2025-12-19 03:59 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root 205 2025-12-19 03:59 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.10.0.ci20251219T035915-1_amd64.deb ../ambient-ci_0.10.0.ci20251219T035915-1.debian.tar.xz ../ambient-ci_0.10.0.ci20251219T035915-1.dsc ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.buildinfo ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.changes ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb ../ambient-ci_0.10.0.ci20251219T035915.orig.tar.xz /workspace/artifacts
[2025-12-19T03:59:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:36Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:59:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:59:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-19T03:59:50Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-19T03:59:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
"name": "ambient-ci",
"description": "Ambient command line tool to run CI projects locally",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Created",
"patch": {
"id": "04e7b3933d01c505f9cd0cba4aab7a1774606dd5",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "refactor: simplify construction of runnable plans from post plan",
"state": {
"status": "open",
"conflicts": []
},
"before": "51b57ebcb19ec4adc0094b861b4b5a8df3074d79",
"after": "c730f2508e57335935b00480510ede6f52422f57",
"commits": [
"c730f2508e57335935b00480510ede6f52422f57",
"8476c410c540a3be0f59435061157fe08a6e61b4"
],
"target": "51b57ebcb19ec4adc0094b861b4b5a8df3074d79",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "04e7b3933d01c505f9cd0cba4aab7a1774606dd5",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "refactor: helper to construct all plans\n\nAvoid duplicating this logic in different parts of the program.",
"base": "51b57ebcb19ec4adc0094b861b4b5a8df3074d79",
"oid": "c730f2508e57335935b00480510ede6f52422f57",
"timestamp": 1766116718
}
]
}
}[2025-12-19T03:58:39Z INFO ambient] ambient starts
[2025-12-19T03:58:39Z 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-19T03:58:39Z 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-19T03:58:39Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] latest commit: "51b57ebcb19ec4adc0094b861b4b5a8df3074d79"
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] is a git repository
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] git repository is clean
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] current (HEAD) commit: c730f2508e57335935b00480510ede6f52422f57
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] no dry run requested
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] forced run requested
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] run? true
[2025-12-19T03:58:39Z INFO ambient_ci::run] project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh: running CI
[2025-12-19T03:58:39Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-19T03:58:39Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-19T03:58:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-19T03:58:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpqTmdNW/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/.tmpqTmdNW/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpqTmdNW/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpqTmdNW/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpqTmdNW/src => /tmp/.tmptuxQvv
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/test.sh wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/run.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/run.rs => /tmp/.tmptuxQvv/src/run.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/plan.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/plan.rs => /tmp/.tmptuxQvv/src/plan.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/vdrive.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/vdrive.rs => /tmp/.tmptuxQvv/src/vdrive.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/util.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/util.rs => /tmp/.tmptuxQvv/src/util.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/qemu_utils.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/qemu_utils.rs => /tmp/.tmptuxQvv/src/qemu_utils.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/qemu.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/qemu.rs => /tmp/.tmptuxQvv/src/qemu.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/project.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/project.rs => /tmp/.tmptuxQvv/src/project.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/linter.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/linter.rs => /tmp/.tmptuxQvv/src/linter.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/lib.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/lib.rs => /tmp/.tmptuxQvv/src/lib.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/image_store.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/image_store.rs => /tmp/.tmptuxQvv/src/image_store.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/git.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/git.rs => /tmp/.tmptuxQvv/src/git.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/config.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/config.rs => /tmp/.tmptuxQvv/src/config.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/cloud_init.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/cloud_init.rs => /tmp/.tmptuxQvv/src/cloud_init.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/checksummer.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/checksummer.rs => /tmp/.tmptuxQvv/src/checksummer.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/plan.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/plan.rs => /tmp/.tmptuxQvv/src/bin/cmd/plan.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/mod.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/mod.rs => /tmp/.tmptuxQvv/src/bin/cmd/mod.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/run.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/run.rs => /tmp/.tmptuxQvv/src/bin/cmd/run.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/qemu.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/qemu.rs => /tmp/.tmptuxQvv/src/bin/cmd/qemu.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/projects.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/projects.rs => /tmp/.tmptuxQvv/src/bin/cmd/projects.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/log.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/log.rs => /tmp/.tmptuxQvv/src/bin/cmd/log.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/image.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/image.rs => /tmp/.tmptuxQvv/src/bin/cmd/image.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/config.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/config.rs => /tmp/.tmptuxQvv/src/bin/cmd/config.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/cmd/actions.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/cmd/actions.rs => /tmp/.tmptuxQvv/src/bin/cmd/actions.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/ambient.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/ambient.rs => /tmp/.tmptuxQvv/src/bin/ambient.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/bin/ambient-execute-plan.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/bin/ambient-execute-plan.rs => /tmp/.tmptuxQvv/src/bin/ambient-execute-plan.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/tar.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/tar.rs => /tmp/.tmptuxQvv/src/action_impl/tar.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/shell.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/shell.rs => /tmp/.tmptuxQvv/src/action_impl/shell.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/setenv.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/setenv.rs => /tmp/.tmptuxQvv/src/action_impl/setenv.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/rsync.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/rsync.rs => /tmp/.tmptuxQvv/src/action_impl/rsync.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/pwd.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/pwd.rs => /tmp/.tmptuxQvv/src/action_impl/pwd.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/mod.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/mod.rs => /tmp/.tmptuxQvv/src/action_impl/mod.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/mkdir.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/mkdir.rs => /tmp/.tmptuxQvv/src/action_impl/mkdir.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/http_get.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/http_get.rs => /tmp/.tmptuxQvv/src/action_impl/http_get.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/dummy.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/dummy.rs => /tmp/.tmptuxQvv/src/action_impl/dummy.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/dput.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/dput.rs => /tmp/.tmptuxQvv/src/action_impl/dput.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/deb.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/deb.rs => /tmp/.tmptuxQvv/src/action_impl/deb.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/custom.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/custom.rs => /tmp/.tmptuxQvv/src/action_impl/custom.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action_impl/cargo.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action_impl/cargo.rs => /tmp/.tmptuxQvv/src/action_impl/cargo.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/src/action.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/src/action.rs => /tmp/.tmptuxQvv/src/action.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/projects.yaml wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/doc wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/doc/userguide.subplot wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/doc/userguide.md wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/doc/Makefile wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/source wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/source/format wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/rules wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/lintian-overrides wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/copyright wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/control wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/compat wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/changelog wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/cargo-checksum.json wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/build-deb wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/ambient-ci.manpages wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/debian/ambient-ci.docs wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/build.rs wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/build.rs => /tmp/.tmptuxQvv/build.rs
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/ambient.yaml wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/ambient.subplot wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/ambient.py wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/ambient.md wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/ambient.1 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/ambient-execute-plan.1 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/README.md wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/NEWS.md wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/Makefile wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/INSTALL.md wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/Cargo.toml wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/Cargo.toml => /tmp/.tmptuxQvv/Cargo.toml
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/Cargo.lock wanted=true
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpqTmdNW/src/Cargo.lock => /tmp/.tmptuxQvv/Cargo.lock
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/COPYING.md wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.woodpecker wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.woodpecker/build.yaml wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.woodpecker/Makefile wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.radicle wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.radicle/ambient.yaml wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.gitignore wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.cargo wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.cargo/deny.toml wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.ambient wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.ambient/dch wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/index wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/HEAD wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/config wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/HEAD wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/refs wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/refs/heads wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/refs/heads/main wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/refs/remotes wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/packed-refs wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs/remotes wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs/remotes/origin wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs/tags wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs/heads wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/refs/heads/main wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/67 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/67/9a0d777aaa598642d058dfe1c055933dfd4020 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/24 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/24/5c631fef7ea75a3990acbd9e85c7ecb3761de7 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/a8 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/a8/d8ac9afa0c2cd1535dfa7f214db427a0f2233a wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/13 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/13/ecdf26839d30e0e88127881fe14b6a788ba15a wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/6e wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/6e/80ece0325540c5b7fcbecbbc38ae693640ee73 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/62 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/62/203527414061738bd5bc0a51ce2d7fe5a983f0 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/b7 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/b7/c0109f21be64c2829b227b6ce22873736d61d2 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/4f wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/4f/90235398b1e7e384db1ed67d1f9b51c171b14f wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/4f/d0599ac4b12e9441bb162cc1ea767ca8e29602 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/e4 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/e4/ce34ad390db410a3dc89437048dd358d2cd2e7 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/06 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/06/c227ee71201666707cb01b9e98f0480afb56b8 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/69 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/69/cc43a6c2c54d7231efb9e5ed02a22b91195c20 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/32 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/32/7f4dd72d6db50b641b49c19d7549e8e7bba142 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/e3 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/e3/655ea535fe8c4213e75a0aca1ca76eb08542f0 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/66 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/66/486208a340603852e8efffc2d97089360fb0dc wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/aa wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/aa/e1996c6ad6fef132aee0b9f4b3838e7203f825 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/7c wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/7c/f975567e8b96df6143cf307c0b3da1e50297b3 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/a5 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/a5/94fd17f3c488c17b87e74a8332adbe03f68861 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/8c wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/8c/4021a6a9cc118f0aff124b1041093e9a4c925b wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/ae wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/ae/936c97c4e6b94e514cff5c49ec7e00d34aef7e wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/39 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/39/2c25506edb43a75135b62f8181ab5a555f6d26 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/f8 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/f8/02e1f8d118ec1cdfc6904070590ac9d3f8d86d wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/cb wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/cb/0d693fbd2c347a4af46fb6b6210680fca12e18 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/35 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/35/486fe8eaad4e20dde8c6b64932737e88199148 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/1a wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/1a/b7bcaa418e16ae37bc0f64ffa760a2588d2a44 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/42 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/42/e1a4afea090ba866085d3b5669476cb775573e wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/6c wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/6c/94024ef19e3a892f2678a84693652b81a542c0 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/27 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/27/fca0448da1dc9a178b322477c2a0cae5774c4a wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/ab wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/ab/dcb2d61ba6843d7c011d84744b1f28dbd8bf40 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/fa wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/fa/f7613f3b3894e7475b3b7ccd50f8515ed109da wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/ca wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/ca/941e5ff5d512c567d12ff85206232a0857e966 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/dd wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/dd/324b2e7b175c079948516dd91bce7c4823da84 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/dd/4031ee0eae44a21ba9661d1c19bf45363806e2 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/47 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/47/d99b20df9ad30d72fc92376165055772ed2d85 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/b6 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/b6/3af22c56b51711bfd649dedefd5fc93f0ade45 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/d8 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/d8/568809451f58fa6f27a6cf0564a03b9299541c wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/46 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/46/bc5f5f3bb7b8d3ffab0f8f680a19425a035bac wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/bf wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/bf/1972dd33764515361a1b80f8dddbc12b722107 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/d1 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/d1/b7c982440ff587da8c3fa302def09583207c5b wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/94 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/94/efd285d7daa8a6a8febb16594cb28914c50485 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/29 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/29/59d0fd2eb03a3e29384258acc7a12ea78e355c wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/50 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/50/aec3f1bdb34114b5ee568f0741add396fd012f wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/0c wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/0c/8610687b7891b545dd3539f53e1c81070e9f88 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/4a wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/4a/cf4bff4dac6ce9cd48480422ddac0969578b32 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/fe wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/fe/d732cb9a7d05ed6b5015605afc66b844c32264 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/dc wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/dc/2b3d7b294b7ff386123dff06d05813d99dcb49 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/e7 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/e7/bd8531147a6e7f6efc1c9f12ce8a525acede2f wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/11 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/11/a2c5f14291f71dd3a78c869f9023fd976cbd3b wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/5b wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/5b/6775451dbc3c5d73755175ec17a28e2eb11df8 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/64 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/64/f89cb4f71e50cf0c2f8a741fddd8ac5f7e310a wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/22 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/22/d1bdc7f3957cbfa81e1ee6e6919f402c7f96f2 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/3b wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/3b/30c53dbc9bbd09d18b029aa29e3dd644cf52b1 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/3b/d2a4a978a0f3817683be123c7a5f94a4853c40 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/71 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/71/d4e750447c272fe6289cc6155d10b45669a7ab wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/71/7df08f2efa76a2bb76bd492066533dd5faabbc wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/78 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/78/b66e558a9e4af1ed9fa3db116fda0c7158c601 wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/info wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/info/commit-graph wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/info/packs wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-ef53ee257f68cad01c9c0bf3d979f534824966e6.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-9ea461fcc8af91b33a154cd6e1b0c64267f4f467.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-b7aa6b25b474a79f0d765cbf2ec010dcda45cb04.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-8b0d9b3874e6def930a9220ad90cada7d2e9cc09.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-e932079bc0503c69ca7d7b2d529a76e6e653364f.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-581c1bced17762139177ea6b62150d0c08353a74.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-73be069891f1ca91625e0c8a316b4ca0311c030c.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-b3d59c750d6fd6f4046c5fd8c4cc11d8297ea0c5.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-73be069891f1ca91625e0c8a316b4ca0311c030c.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-959a2ad7338fa0992e7199caa527983d4bd01c46.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-27793c600435ac211df5a1b930fd91714483e09d.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-27793c600435ac211df5a1b930fd91714483e09d.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-9ea461fcc8af91b33a154cd6e1b0c64267f4f467.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-d4de148ee2dd9755ccce63e510f5c971cabdd087.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-fc3009af476e4068e23135dc04d0f3d76e08790b.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-ea71cbf579fe35aeb83d840811c59d467c85afb2.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-fc3009af476e4068e23135dc04d0f3d76e08790b.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-8b0d9b3874e6def930a9220ad90cada7d2e9cc09.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-29611794acbd4c0b1b1c513e817e2efdd4f95dd7.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-b3d59c750d6fd6f4046c5fd8c4cc11d8297ea0c5.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-d4de148ee2dd9755ccce63e510f5c971cabdd087.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-a330aa1e57c76fea5d0efce374e7c0ff096a47ba.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-ae81ef66737a4d24f543f81718978ee35d1f3a0f.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-a330aa1e57c76fea5d0efce374e7c0ff096a47ba.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-581c1bced17762139177ea6b62150d0c08353a74.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-959a2ad7338fa0992e7199caa527983d4bd01c46.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-87d73c796f74a5d4928e4922875fa43b36e53c80.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-87d73c796f74a5d4928e4922875fa43b36e53c80.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-d4de148ee2dd9755ccce63e510f5c971cabdd087.bitmap wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-d4de148ee2dd9755ccce63e510f5c971cabdd087.rev wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-ae81ef66737a4d24f543f81718978ee35d1f3a0f.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-e932079bc0503c69ca7d7b2d529a76e6e653364f.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-ef53ee257f68cad01c9c0bf3d979f534824966e6.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-b7aa6b25b474a79f0d765cbf2ec010dcda45cb04.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-29611794acbd4c0b1b1c513e817e2efdd4f95dd7.idx wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/objects/pack/pack-ea71cbf579fe35aeb83d840811c59d467c85afb2.pack wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/branches wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/update.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/post-update.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/pre-push.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/description wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/info wanted=false
[2025-12-19T03:58:39Z DEBUG ambient_ci::util] path=/tmp/.tmpqTmdNW/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmptuxQvv (exists? true)
[2025-12-19T03:58:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:40Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-19T03:58:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpwjU9dS/src.tar
[2025-12-19T03:58:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpwjU9dS/deps.tar
[2025-12-19T03:58:40Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-19T03:58:40Z 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 doc\ncp *.html 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-19T03:58:40Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-19T03:58:40Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpwjU9dS/ambient-execute-plan/run-ci
[2025-12-19T03:58:40Z DEBUG ambient_ci::run] copy OK: true
[2025-12-19T03:58:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpwjU9dS/executor.tar
[2025-12-19T03:58:49Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-19T03:58:49Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh, exists? true
[2025-12-19T03:58:49Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-19T03:58:49Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log OK
[2025-12-19T03:58:49Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-19T03:58:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-19T03:58:49Z 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-19T03:58:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-19T03:58:49Z 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-19T03:58:49Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-19T03:58:49Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-19T03:58:49Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpjhSbuv/.tmp9JSUXc/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-19T03:58:49Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-19T03:58:49Z 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-19T03:58:49Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpiOAcf6/meta-data
[2025-12-19T03:58:49Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpiOAcf6/user-data
[2025-12-19T03:58:49Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpjhSbuv/.tmp9JSUXc/console.log
[2025-12-19T03:58:49Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpjhSbuv/.tmp9JSUXc/console.log
[2025-12-19T03:58:49Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-19T03:58:49Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-19T03:58:49Z 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/.tmpjhSbuv/.tmp9JSUXc/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/.tmpjhSbuv/.tmp9JSUXc/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpjhSbuv/.tmp9JSUXc/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpwjU9dS/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpjhSbuv/.tmp9JSUXc/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpwjU9dS/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpwjU9dS/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpwjU9dS/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpwjU9dS/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-19T03:59:54Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-19T03:59:54Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-19T03:58:51Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-19T03:58:51Z 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 doc
cp *.html 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-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-19T03:58:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:51Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-19T03:58:51Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-19T03:58:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-19T03:58:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-19T03:58:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:52Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-19T03:58:53Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-19T03:58:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:58:53Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:58:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:58:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:58:53Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-19T03:59:08Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:08Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-19T03:59:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
[2025-12-19T03:59:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:11Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-19T03:59:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-19T03:59:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling ambient-ci v0.10.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
[2025-12-19T03:59:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:14Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-19T03:59:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-19T03:59:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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.12s
Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-ab7615e63fdbc733)
running 24 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::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 config::test::rsync_target_for_project_with_base_and_map_only ... ok
test config::test::rsync_target_for_project_with_rsync_target_set ... 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. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
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-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make doc\ncp *.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make doc\ncp *.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake doc\ncp *.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ make doc
subplot docgen ambient.subplot -o ambient.html
INFO Starting Subplot
INFO Subplot finished successfully
make -C doc
make[1]: 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[1]: Leaving directory '/workspace/src/doc'
+ cp ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at c730f250 refactor: helper to construct all plans
+ git clean -fdx
Removing ambient.html
Removing doc/userguide.html
[2025-12-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:15Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-12-19T03:59:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at c730f250 refactor: helper to construct all plans
custom action "dch" exit code Some(0)
[2025-12-19T03:59:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:16Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-19T03:59:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-19T03:59:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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=311
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4a84bf1ee40e4223b9f068de651d15c3
SHLVL=2
JOURNAL_STREAM=8:12608
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.ci20251219T035915-1
++ echo 0.10.0.ci20251219T035915-1
++ sed 's/-[^-]*$//'
+ uv=0.10.0.ci20251219T035915
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.10.0.ci20251219T035915.orig.tar.xz
+ deb=../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb
+ changes=../ambient-ci_0.10.0.ci20251219T035915-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.10.0.ci20251219T035915-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.ci20251219T035915.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251219T035915-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251219T035915-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 13.77s
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.ci20251219T035915-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb'.
dpkg-genbuildinfo -O../ambient-ci_0.10.0.ci20251219T035915-1_amd64.buildinfo
dpkg-genchanges -O../ambient-ci_0.10.0.ci20251219T035915-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 3564
-rw-r--r-- 1 root root 503256 Dec 19 03:59 ambient-ci-dbgsym_0.10.0.ci20251219T035915-1_amd64.deb
-rw-r--r-- 1 root root 2080 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1.debian.tar.xz
-rw-r--r-- 1 root root 966 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1.dsc
-rw-r--r-- 1 root root 5894 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1_amd64.buildinfo
-rw-r--r-- 1 root root 2447 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1_amd64.changes
-rw-r--r-- 1 root root 3023484 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb
-rw-r--r-- 1 root root 79268 Dec 19 03:59 ambient-ci_0.10.0.ci20251219T035915.orig.tar.xz
drwxr-xr-x 2 root root 4096 Dec 19 03:59 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root 4096 Dec 19 03:58 deps
drwxr-xr-x 10 root root 4096 Dec 19 03:59 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.10.0.ci20251219T035915-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-19 03:59 ./
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/.build-id/20/
-rw-r--r-- root/root 1616384 2025-12-19 03:59 ./usr/lib/debug/.build-id/20/bfccfe09e796a822561dfc07f40568f075f4aa.debug
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/lib/debug/.build-id/78/
-rw-r--r-- root/root 2005744 2025-12-19 03:59 ./usr/lib/debug/.build-id/78/665e6e0075411b7b136293ff9cae01a6433ea9.debug
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-19 03:59 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-19 03:59 ./
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/bin/
-rwxr-xr-x root/root 8335680 2025-12-19 03:59 ./usr/bin/ambient
-rwxr-xr-x root/root 6344960 2025-12-19 03:59 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root 411 2025-12-19 03:59 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root 340 2025-12-19 03:59 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root 33364 2025-12-19 03:59 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 266 2025-12-19 03:59 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/man/
drwxr-xr-x root/root 0 2025-12-19 03:59 ./usr/share/man/man1/
-rw-r--r-- root/root 261 2025-12-19 03:59 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root 205 2025-12-19 03:59 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.10.0.ci20251219T035915-1_amd64.deb ../ambient-ci_0.10.0.ci20251219T035915-1.debian.tar.xz ../ambient-ci_0.10.0.ci20251219T035915-1.dsc ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.buildinfo ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.changes ../ambient-ci_0.10.0.ci20251219T035915-1_amd64.deb ../ambient-ci_0.10.0.ci20251219T035915.orig.tar.xz /workspace/artifacts
[2025-12-19T03:59:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:36Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:59:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-19T03:59:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-19T03:59:36Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-19T03:59:50Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-19T03:59:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-19T03:59:50Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-19T03:59:50Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-19T03:59:54Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-19T03:59:55Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-19T03:59:55Z DEBUG ambient_ci::run] remove old cache
[2025-12-19T03:59:57Z DEBUG ambient_ci::run] extract cache
[2025-12-19T04:00:03Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-19T04:00:03Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-19T04:00:03Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2025-12-19T04:00:04Z INFO ambient] ambient ends successfully
<empty log>