Radicle repository id rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6M 1 disk
vdc 254:32 0 720K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 140.6M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-20 11:11 ./
-rw-r--r-- _rad/_rad 1173 2026-01-20 11:11 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-20 11:11 ./run-ci
INFO: Extracted files:
393228 4 drwxr-xr-x 2 1000 1000 4096 Jan 20 11:11 .
393230 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 20 11:11 ./run-ci
393229 4 -rw-r--r-- 1 1000 1000 1173 Jan 20 11:11 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T11:12:01Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
subplot docgen summain.subplot -o /workspace/artifacts/summain.html
- action: shell
shell: |
git clean -fdx
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: .
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T11:12:01Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T11:12:03Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T11:12:23Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Checking summain v0.26.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
[2026-01-20T11:12:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:27Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-20T11:12:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-20T11:12:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/ci/src (exists? true)
Compiling summain v0.26.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/summain-08ca80e47bfee4fb)
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/summain.rs (/ci/cache/cargo-target/debug/deps/summain-ff5371096d695105)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests summain
running 1 test
test src/lib.rs - (line 17) ... ignored
test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "subplot docgen summain.subplot -o /workspace/artifacts/summain.html\n",
},
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "subplot docgen summain.subplot -o /workspace/artifacts/summain.html\n",
},
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen summain.subplot -o /workspace/artifacts/summain.html\n\n"]
cwd=/ci/src (exists? true)
+ subplot docgen summain.subplot -o /workspace/artifacts/summain.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git clean -fdx\n",
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git clean -fdx\n",
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit clean -fdx\n\n"]
cwd=/ci/src (exists? true)
+ git clean -fdx
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at e6a3efa chore: update .ambient/dch
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.25.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T111230
+ version=0.25.0.ci20260120T111230-1
+ dch -v 0.25.0.ci20260120T111230-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n "]
cwd=/ci/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=280
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=dc358f00189146398668186d962286ba
SHLVL=2
JOURNAL_STREAM=8:15194
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=summain
++ dpkg-parsechangelog -SVersion
+ version=0.25.0.ci20260120T111230-1
++ echo 0.25.0.ci20260120T111230-1
++ sed 's/-[^-]*$//'
+ uv=0.25.0.ci20260120T111230
++ dpkg --print-architecture
+ arch=amd64
+ orig=../summain_0.25.0.ci20260120T111230.orig.tar.xz
+ deb=../summain_0.25.0.ci20260120T111230-1_amd64.deb
+ changes=../summain_0.25.0.ci20260120T111230-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package summain
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.25.0.ci20260120T111230-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by "Lars Wirzenius" <"liw@liw.fi">
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building summain using existing ./summain_0.25.0.ci20260120T111230.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building summain in summain_0.25.0.ci20260120T111230-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building summain in summain_0.25.0.ci20260120T111230-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo no tests until subplot is available
no tests until subplot is available
make[1]: Leaving directory '/ci/src'
create-stamp debian/debhelper-build-stamp
[1;35m debian/rules binary
[0mdh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --offline --path=. --root=debian/summain
Installing summain v0.26.0 (/ci/src)
Locking 64 packages to latest compatible versions
Compiling summain v0.26.0 (/ci/src)
Finished `release` profile [optimized] target(s) in 3.26s
Installing debian/summain/bin/summain
Installed package `summain v0.26.0 (/ci/src)` (executable `summain`)
warning: be sure to add `debian/summain/bin` to your PATH to be able to run the installed binaries
rm -f debian/*/.crates*
make[1]: Leaving directory '/ci/src'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package summain: substitution variable ${cargo:Built-Using} used, but is not defined
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package summain: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'summain-dbgsym' in '../summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'summain' in '../summain_0.25.0.ci20260120T111230-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../summain_0.25.0.ci20260120T111230-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../summain_0.25.0.ci20260120T111230-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 596
drwxr-xr-x 2 root root 4096 Jan 20 11:12 artifacts
drwxr-xr-x 5 root root 4096 Jan 15 06:13 cache
drwxr-xr-x 3 root root 4096 Jan 20 11:11 deps
drwxr-xr-x 8 root root 4096 Jan 20 11:12 src
-rw-r--r-- 1 root root 72712 Jan 20 11:12 summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb
-rw-r--r-- 1 root root 1460 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1.debian.tar.xz
-rw-r--r-- 1 root root 939 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1.dsc
-rw-r--r-- 1 root root 6141 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1_amd64.buildinfo
-rw-r--r-- 1 root root 2375 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1_amd64.changes
-rw-r--r-- 1 root root 471920 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1_amd64.deb
-rw-r--r-- 1 root root 22092 Jan 20 11:12 summain_0.25.0.ci20260120T111230.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 11:12 ./
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/debug/.build-id/b7/
-rw-r--r-- root/root 404216 2026-01-20 11:12 ./usr/lib/debug/.build-id/b7/d9d223ac6df15d1048aecbb33de48aceffdbfd.debug
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-20 11:12 ./usr/share/doc/summain-dbgsym -> summain
+ for x in ../*.deb
+ dpkg -c ../summain_0.25.0.ci20260120T111230-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 11:12 ./
drwxr-xr-x root/root 0 2026-01-20 11:12 ./bin/
-rwxr-xr-x root/root 1357264 2026-01-20 11:12 ./bin/summain
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/doc/summain/
-rw-r--r-- root/root 270 2026-01-20 11:12 ./usr/share/doc/summain/changelog.Debian.gz
-rw-r--r-- root/root 964 2026-01-20 11:12 ./usr/share/doc/summain/copyright
+ mv ../summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb ../summain_0.25.0.ci20260120T111230-1.debian.tar.xz ../summain_0.25.0.ci20260120T111230-1.dsc ../summain_0.25.0.ci20260120T111230-1_amd64.buildinfo ../summain_0.25.0.ci20260120T111230-1_amd64.changes ../summain_0.25.0.ci20260120T111230-1_amd64.deb ../summain_0.25.0.ci20260120T111230.orig.tar.xz /ci/artifacts/.
[2026-01-20T11:12:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:39Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:39Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d",
"name": "summain",
"description": "Manifest for directory trees",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "e6a3efac41f6cab0e8a59fd7f23b8cd574d8e17f",
"after": "e6a3efac41f6cab0e8a59fd7f23b8cd574d8e17f",
"branch": "main",
"commits": [
"e6a3efac41f6cab0e8a59fd7f23b8cd574d8e17f"
]
}[2026-01-20T11:11:42Z INFO ambient] ambient starts
[2026-01-20T11:11:42Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-20T11:11:42Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
uefi: false,
lint: true,
}
[2026-01-20T11:11:42Z DEBUG ambient_ci::linter] linting project rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d with rsync_target
[2026-01-20T11:11:42Z DEBUG ambient_ci::linter] linting project rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d with http_get
[2026-01-20T11:11:42Z DEBUG ambient_ci::linter] linting project rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d with shellcheck
[2026-01-20T11:11:42Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/meta.yaml
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] latest commit: "e6a3efac41f6cab0e8a59fd7f23b8cd574d8e17f"
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] current (HEAD) commit: e6a3efac41f6cab0e8a59fd7f23b8cd574d8e17f
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] run? true
[2026-01-20T11:11:42Z INFO ambient_ci::run] project rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d: running CI
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T11:11:42Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T11:11:42Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-20T11:11:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-20T11:11:42Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/cache/cargo-target",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpxhqxTS/src",
deps_dir: "/home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpxhqxTS/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpxhqxTS/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpxhqxTS/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpxhqxTS/src => /tmp/.tmpJM5v78
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/summain.subplot wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/summain.md wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/subplot wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/subplot/summain.yaml wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/subplot/summain.py wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/src wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/src/lib.rs wanted=true
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpxhqxTS/src/src/lib.rs => /tmp/.tmpJM5v78/src/lib.rs
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/src/bin wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/src/bin/summain.rs wanted=true
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpxhqxTS/src/src/bin/summain.rs => /tmp/.tmpJM5v78/src/bin/summain.rs
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/source wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/source/format wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/rules wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/copyright wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/control wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/compat wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/changelog wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/debian/cargo-checksum.json wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/check wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/README.md wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/Cargo.toml wanted=true
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpxhqxTS/src/Cargo.toml => /tmp/.tmpJM5v78/Cargo.toml
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/Cargo.lock wanted=true
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpxhqxTS/src/Cargo.lock => /tmp/.tmpJM5v78/Cargo.lock
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/COPYING wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.radicle wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.radicle/ambient.yaml wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.gitignore wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.ambient wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.ambient/dch wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/index wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/HEAD wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/config wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/HEAD wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/refs wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/refs/heads wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/refs/remotes wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/packed-refs wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs/remotes wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs/remotes/origin wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs/tags wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs/heads wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/refs/heads/main wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/56 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/56/c42d2024794dc3abd47560513a07b80ac5b81e wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/7b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/7b/ea6f0c82e2cdafbaacfd1011ff08431fcbec60 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b0 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b0/478baadd86a47107225150007c91e100706ea2 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d9 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d9/2a653e1b6c82e64f58de8218e663cb572fa91a wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d9/b69c9369ef899392c68090e059a3762beae6fd wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c6 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c6/533a156b698e56dbbc7310e50aef7c61ae04ba wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/ee wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/ee/79e1230be75375ab7e1beed1963c42b6670fcb wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/30 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/30/f18c3017790ff453db3bd64dca17fa32199206 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b5 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b5/d3ebe383f03b91cf635c77b14b6a24159806fa wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/f9 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/f9/4cbae9f29756fe3d3a11c3f0e5ee8117620230 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/9e wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/9e/b9cc45fbe6f04debf51ff413c354a2e94bb7ff wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/95 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/95/50f3c9c9bb30f9ad4fd2c991dc9db336b39345 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/32 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/32/3052470fd5f9d4bbf13508554d11c2581cfef5 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/7e wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/7e/344f38e68bd34cb7b543cfbe20b715a5bf3182 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/a6 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/a6/72ef7a26b70e6ae95c3ce37f3c1be5d5628c8b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/73 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/73/883fcfc762f5eed260751b56eb9abfbb16074a wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/85 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/85/a2a37e9420f48935910bf16f00e7cfe2ca66c0 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/a7 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/a7/1f19951ef37ffa3a5025badf04de72b3eebcc1 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/97 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/97/89f59154ac4e160a35ccc21e57d5981520ece9 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/91 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/91/98db6a6e6767050876cb3b03e1a9db0065f4ce wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/72 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/72/4579e0c4ca94aac597e75d28a9dd9298b3786f wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/39 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/39/478779f287d95a8f88e19b9197fa99d0259662 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b4 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b4/58990560b65851bdfaadc21c1a9e655cb8a02c wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b4/a6a990fac0364b90d51af5c2d49dbd2322f957 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/f8 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/f8/21aa11c6e418bb1a28666125f6ef6562cc6714 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/49 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/49/daaa1d7de679946fd423b5c0096c010bc75ea2 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/49/9455e619a0d8b9db226cd2c2b78d1ec44c2bc7 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/f0 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/f0/29947ea6734f5ed7f6e13d846a2ae995b8e258 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/36 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/36/043542800c206ec4d008bd808889164985cb30 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d0 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d0/83c201545d8f5a7ae3ef442ea47808dcd37481 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c3 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c3/d24f83eb941e56456b2f5de35e06504b9f8138 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c3/eaaabf230ac897e2e601f8c6ce0b567ee2231e wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/38 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/38/fcddd9a16551ffa4432d7a5aeb6e5cc68933ae wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/6c wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/6c/fd89d1cce0c67a181d530eff27cf43df55ddb6 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/87 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/87/e55747f368ecfa60d965cbad4fdb22ca503756 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/27 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/27/9ea87fbbddc0fe2f0c7b880b8ffadbf0c837fb wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/9d wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/9d/570c45da51829fd909b791c3a17bbcda48be3b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/fa wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/fa/b3426fe6bb979aba475e3fcab9b562f9f96b64 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/cc wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/cc/55e7ba8db0728cd1f6617e7968065a2c7e58cb wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/ce wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/ce/773e180b09be5090df4c0739cfc0b84ecf6fcd wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/ce/9a56c9999d0399c012911d5f09c7c638d2188b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/40 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/40/6ba16bdaafdd2ca879d2945febdf337e9ca0b9 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/16 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/16/daffb3391760bda0a626a81046952fdfc5caa9 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c4 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c4/4659994eae8a458ebb7e11f98b57aa4b3ade15 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/c4/32667fbc2a10bfbc3e7f9dd5d4cd6d01abb5e7 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/29 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/29/b9361411ce6663782db74384f588adb0b283c4 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/2a wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/2a/923d8b56cc8cb08ce30db6a28669e0d5e9d31f wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/77 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/77/fb4854408c56d2547e1d2fad591c47166d7241 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/e2 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/e2/549a34cce3b76bf0c53a97731337b20aa1d9c1 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/e8 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/e8/4b875d6c86518cd7dd4ab71389f87248fa10fc wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/0c wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/0c/bfeb261af73a4d28947a81e64b045470cb25f5 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/fe wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/fe/557526c1d1931dc592b83816bf0ffa0911325b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/3c wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/3c/38b2c0a5f51f009bb9fed782d4db05acf10efc wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/3c/3d35416cc084d5ab2504da389d9226a518dd29 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/6b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/6b/f69207321f5126394e34babe96358c03fc8a7d wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/58 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/58/3640f172a884d031e02188275e0535b4cd250f wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/5b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/5b/4d3fec926fe90d8d8a0b96bf51bcfdfd9417b5 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/61 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/61/0b1147e3ac597e4c4ccce2b943bf0b281759c8 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/df wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/df/21e098635052eb6bf471fecd3333fdf62fb80e wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/48 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/48/69198efbfdaaa71f2472177d19721fa24e665d wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/48/a480fc9366a07983cae5506f2294f8f6e871c0 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d3 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d3/4fffce9ed83575498de4aef1d071f113f9da8e wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/83 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/83/f86a6bffc09aa4d29d947dc0671ad0b702ba4c wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/8b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/8b/f3634b7e51db35f431ebd34cacae62b14887a3 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/e1 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/e1/a59d379766aa5534b9f88db1ecce5b05657b1b wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d4 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/d4/4c4264d262b5847ad358d12cae7ab9f2a2ad8f wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/78 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/78/a8ca80dd024f76b2241b5be203dd2e4e200094 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/80 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/80/1b6778dedec2d58db6008167992a614a4cb1de wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/80/f73d810dda888a6831a150a0a7477e09ae374a wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b1 wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/b1/de4e9d4066713eb9b88fe090d3a2afe94cc75c wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/info wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/info/packs wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-57abcf1daedfc3672b6988bc71a45e316fdfab9d.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-57abcf1daedfc3672b6988bc71a45e316fdfab9d.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-3cd5faa299d09696c5271404120f81eaaa157961.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-28749cbd1e133a22fcfb8e4e3abfc220e6fd8c54.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-fa8347290522656327dc798ed8d0b3e49c861728.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-20d76e44d8629ba88fb534915235b83db9e79342.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-79267af9c20cfbda13da3e40c2ceef1793d0dfc1.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-30d451b51db7ed842298185a7a7f350adc1dbb6c.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-30d451b51db7ed842298185a7a7f350adc1dbb6c.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-36a2486c95e2b52c234a71b172af1c51cb027503.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-5497d5ce58daaefc62749688d5ff960237f5a78a.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-7964710dbc2c178e7c332b76c0b2b39cc2ea5311.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-fa8347290522656327dc798ed8d0b3e49c861728.rev wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-fa8347290522656327dc798ed8d0b3e49c861728.bitmap wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-ad10d20640e8bab64a1b43ade096f0243273eecb.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-5428ab325505bfbfffbf7c78ad7f57ac641bef74.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-48e038a50baa505652b374a03f88f4e998c13af4.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-636d36120b9c43520d5736d7e8568637f3dafef4.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-ad10d20640e8bab64a1b43ade096f0243273eecb.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-16cd69a119299af2ff96ae4e4839325b015a7ab5.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-8b4cc745eac03b3ab8dabae0eeef0448a3098702.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-03bf8a64040901f5cffab0a95f0165aa5dc22858.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-dc51d8efc5c412818c93973666e822aa15b7d2e0.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-fa8347290522656327dc798ed8d0b3e49c861728.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-7964710dbc2c178e7c332b76c0b2b39cc2ea5311.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-0872127e3743febe1dc977d610f9bfa867e130c7.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-79267af9c20cfbda13da3e40c2ceef1793d0dfc1.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-7012f803a53759a51767e9ca4b716e3954840978.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-28749cbd1e133a22fcfb8e4e3abfc220e6fd8c54.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-5497d5ce58daaefc62749688d5ff960237f5a78a.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-dc51d8efc5c412818c93973666e822aa15b7d2e0.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-5428ab325505bfbfffbf7c78ad7f57ac641bef74.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-36a2486c95e2b52c234a71b172af1c51cb027503.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-91d50f2c6511abb42bd542d34d8ac8e33d8f9948.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-8b4cc745eac03b3ab8dabae0eeef0448a3098702.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-de1e70e1c0b575c8a75f6c27d83cdac71eccd79b.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-1235993b76ef41e699a339ab460fee7937c6f2ba.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-20d76e44d8629ba88fb534915235b83db9e79342.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-03bf8a64040901f5cffab0a95f0165aa5dc22858.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-91d50f2c6511abb42bd542d34d8ac8e33d8f9948.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-636d36120b9c43520d5736d7e8568637f3dafef4.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-0872127e3743febe1dc977d610f9bfa867e130c7.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-16cd69a119299af2ff96ae4e4839325b015a7ab5.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-3cd5faa299d09696c5271404120f81eaaa157961.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-de1e70e1c0b575c8a75f6c27d83cdac71eccd79b.idx wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-1235993b76ef41e699a339ab460fee7937c6f2ba.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-48e038a50baa505652b374a03f88f4e998c13af4.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/objects/pack/pack-7012f803a53759a51767e9ca4b716e3954840978.pack wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/branches wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/update.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/description wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/info wanted=false
[2026-01-20T11:11:42Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpxhqxTS/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpJM5v78 (exists? true)
[2026-01-20T11:11:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:44Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:11:44Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T11:11:44Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpAJmIL3/src.tar
[2026-01-20T11:11:44Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpAJmIL3/deps.tar
[2026-01-20T11:11:46Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T11:11:46Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/ci",
},
),
Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
),
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
),
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
Shell(
Shell {
shell: "subplot docgen summain.subplot -o /workspace/artifacts/summain.html\n",
},
),
Shell(
Shell {
shell: "git clean -fdx\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
),
Deb(
Deb {
packages: Some(
".",
),
},
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/ci",
),
source_dir: Some(
"/ci/src",
),
deps_dir: Some(
"/ci/deps",
),
cache_dir: Some(
"/ci/cache",
),
artifacts_dir: Some(
"/ci/artifacts",
),
}
[2026-01-20T11:11:46Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T11:11:46Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpAJmIL3/ambient-execute-plan/run-ci
[2026-01-20T11:11:46Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T11:11:46Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpAJmIL3/executor.tar
[2026-01-20T11:11:54Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/run.log
[2026-01-20T11:11:54Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d, exists? true
[2026-01-20T11:11:54Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/run.log
[2026-01-20T11:11:54Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/run.log OK
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-20T11:11:54Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T11:11:54Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T11:11:54Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpuNK9e6/.tmpFAwzwe/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T11:11:54Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpzvSzAW/meta-data
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpzvSzAW/user-data
[2026-01-20T11:11:54Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpzvSzAW/network-config
[2026-01-20T11:11:54Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpuNK9e6/.tmpFAwzwe/console.log
[2026-01-20T11:11:54Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpuNK9e6/.tmpFAwzwe/console.log
[2026-01-20T11:11:54Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/run.log
[2026-01-20T11:11:54Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/run.log
[2026-01-20T11:11:54Z 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/.tmpuNK9e6/.tmpFAwzwe/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpuNK9e6/.tmpFAwzwe/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpAJmIL3/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpuNK9e6/.tmpFAwzwe/cloud_init.iso",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpuNK9e6/.tmpFAwzwe/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpAJmIL3/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpAJmIL3/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpAJmIL3/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpAJmIL3/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-20T11:12:48Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T11:12:48Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-20T11:12:01Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:12:01Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
subplot docgen summain.subplot -o /workspace/artifacts/summain.html
- action: shell
shell: |
git clean -fdx
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: .
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T11:12:01Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:12:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:01Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T11:12:03Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T11:12:23Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:23Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Checking summain v0.26.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
[2026-01-20T11:12:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:27Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-20T11:12:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-20T11:12:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/ci/src (exists? true)
Compiling summain v0.26.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/summain-08ca80e47bfee4fb)
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/summain.rs (/ci/cache/cargo-target/debug/deps/summain-ff5371096d695105)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests summain
running 1 test
test src/lib.rs - (line 17) ... ignored
test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:29Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "subplot docgen summain.subplot -o /workspace/artifacts/summain.html\n",
},
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "subplot docgen summain.subplot -o /workspace/artifacts/summain.html\n",
},
)
[2026-01-20T11:12:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen summain.subplot -o /workspace/artifacts/summain.html\n\n"]
cwd=/ci/src (exists? true)
+ subplot docgen summain.subplot -o /workspace/artifacts/summain.html
INFO Starting Subplot
INFO Subplot finished successfully
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git clean -fdx\n",
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git clean -fdx\n",
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit clean -fdx\n\n"]
cwd=/ci/src (exists? true)
+ git clean -fdx
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at e6a3efa chore: update .ambient/dch
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.25.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T111230
+ version=0.25.0.ci20260120T111230-1
+ dch -v 0.25.0.ci20260120T111230-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:30Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T11:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n "]
cwd=/ci/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=280
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=dc358f00189146398668186d962286ba
SHLVL=2
JOURNAL_STREAM=8:15194
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=summain
++ dpkg-parsechangelog -SVersion
+ version=0.25.0.ci20260120T111230-1
++ echo 0.25.0.ci20260120T111230-1
++ sed 's/-[^-]*$//'
+ uv=0.25.0.ci20260120T111230
++ dpkg --print-architecture
+ arch=amd64
+ orig=../summain_0.25.0.ci20260120T111230.orig.tar.xz
+ deb=../summain_0.25.0.ci20260120T111230-1_amd64.deb
+ changes=../summain_0.25.0.ci20260120T111230-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package summain
dpkg-buildpackage: info: source version 0.25.0.ci20260120T111230-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building summain using existing ./summain_0.25.0.ci20260120T111230.orig.tar.xz
dpkg-source: info: building summain in summain_0.25.0.ci20260120T111230-1.debian.tar.xz
dpkg-source: info: building summain in summain_0.25.0.ci20260120T111230-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo no tests until subplot is available
no tests until subplot is available
make[1]: Leaving directory '/ci/src'
create-stamp debian/debhelper-build-stamp
debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --offline --path=. --root=debian/summain
Installing summain v0.26.0 (/ci/src)
Locking 64 packages to latest compatible versions
Compiling summain v0.26.0 (/ci/src)
Finished `release` profile [optimized] target(s) in 3.26s
Installing debian/summain/bin/summain
Installed package `summain v0.26.0 (/ci/src)` (executable `summain`)
warning: be sure to add `debian/summain/bin` to your PATH to be able to run the installed binaries
rm -f debian/*/.crates*
make[1]: Leaving directory '/ci/src'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dpkg-gencontrol: warning: Built-Using field of package summain: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package summain: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
dpkg-deb: building package 'summain-dbgsym' in '../summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb'.
dpkg-deb: building package 'summain' in '../summain_0.25.0.ci20260120T111230-1_amd64.deb'.
dpkg-genbuildinfo -O../summain_0.25.0.ci20260120T111230-1_amd64.buildinfo
dpkg-genchanges -O../summain_0.25.0.ci20260120T111230-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 596
drwxr-xr-x 2 root root 4096 Jan 20 11:12 artifacts
drwxr-xr-x 5 root root 4096 Jan 15 06:13 cache
drwxr-xr-x 3 root root 4096 Jan 20 11:11 deps
drwxr-xr-x 8 root root 4096 Jan 20 11:12 src
-rw-r--r-- 1 root root 72712 Jan 20 11:12 summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb
-rw-r--r-- 1 root root 1460 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1.debian.tar.xz
-rw-r--r-- 1 root root 939 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1.dsc
-rw-r--r-- 1 root root 6141 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1_amd64.buildinfo
-rw-r--r-- 1 root root 2375 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1_amd64.changes
-rw-r--r-- 1 root root 471920 Jan 20 11:12 summain_0.25.0.ci20260120T111230-1_amd64.deb
-rw-r--r-- 1 root root 22092 Jan 20 11:12 summain_0.25.0.ci20260120T111230.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 11:12 ./
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/lib/debug/.build-id/b7/
-rw-r--r-- root/root 404216 2026-01-20 11:12 ./usr/lib/debug/.build-id/b7/d9d223ac6df15d1048aecbb33de48aceffdbfd.debug
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-20 11:12 ./usr/share/doc/summain-dbgsym -> summain
+ for x in ../*.deb
+ dpkg -c ../summain_0.25.0.ci20260120T111230-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 11:12 ./
drwxr-xr-x root/root 0 2026-01-20 11:12 ./bin/
-rwxr-xr-x root/root 1357264 2026-01-20 11:12 ./bin/summain
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-20 11:12 ./usr/share/doc/summain/
-rw-r--r-- root/root 270 2026-01-20 11:12 ./usr/share/doc/summain/changelog.Debian.gz
-rw-r--r-- root/root 964 2026-01-20 11:12 ./usr/share/doc/summain/copyright
+ mv ../summain-dbgsym_0.25.0.ci20260120T111230-1_amd64.deb ../summain_0.25.0.ci20260120T111230-1.debian.tar.xz ../summain_0.25.0.ci20260120T111230-1.dsc ../summain_0.25.0.ci20260120T111230-1_amd64.buildinfo ../summain_0.25.0.ci20260120T111230-1_amd64.changes ../summain_0.25.0.ci20260120T111230-1_amd64.deb ../summain_0.25.0.ci20260120T111230.orig.tar.xz /ci/artifacts/.
[2026-01-20T11:12:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:39Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:39Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T11:12:40Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:44Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-20T11:12:48Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T11:12:48Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T11:12:48Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T11:12:49Z DEBUG ambient_ci::run] extract cache
[2026-01-20T11:12:51Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T11:12:51Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:12:51Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3cL5uBuhFK5FWkc5RYecAoBXNz8d/meta.yaml
[2026-01-20T11:12:52Z INFO ambient] ambient ends successfully
<empty log>