Radicle repository id rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
[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 1.1M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 321.8M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-25 05:56 ./
-rw-r--r-- _rad/_rad 1432 2026-01-25 05:56 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-25 05:56 ./run-ci
INFO: Extracted files:
524300 4 drwxr-xr-x 2 1000 1000 4096 Jan 25 05:56 .
524301 4 -rw-r--r-- 1 1000 1000 1432 Jan 25 05:56 ./plan.yaml
524302 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 25 05:56 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-25T05:56:36Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z 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_test
- action: shell
shell: |
subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
- action: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:$PATH"
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- 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-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-25T05:56:36Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-25T05:56:38Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T05:56:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T05:56:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T05:56:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:38Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-25T05:56:59Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-25T05:57:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:01Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-25T05:57:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-25T05:57:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.147
Compiling quote v1.0.33
Compiling syn v2.0.31
Checking utf8parse v0.2.1
Checking anstyle-parse v0.2.1
Checking colorchoice v1.0.0
Checking anstyle-query v1.0.0
Checking anstyle v1.0.10
Checking memchr v2.6.3
Checking aho-corasick v1.0.5
Compiling pkg-config v0.3.27
Compiling serde v1.0.188
Checking regex-syntax v0.7.5
Compiling serde_derive v1.0.188
Checking regex-automata v0.3.8
Compiling virt-sys v0.3.0
Compiling rustix v0.38.11
Compiling thiserror v1.0.48
Compiling nix v0.18.0
Checking regex v1.9.5
Compiling thiserror-impl v1.0.48
Checking anstream v0.5.0
Checking strsim v0.10.0
Checking is_terminal_polyfill v1.70.1
Checking ryu v1.0.15
Checking linux-raw-sys v0.4.5
Checking cfg-if v1.0.0
Checking hashbrown v0.14.0
Checking bitflags v1.3.2
Checking cfg-if v0.1.10
Compiling anyhow v1.0.75
Checking bitflags v2.4.0
Compiling serde_json v1.0.105
Checking log v0.4.22
Checking itoa v1.0.9
Checking clap_lex v0.5.1
Checking equivalent v1.0.1
Compiling heck v0.4.1
Checking clap_builder v4.4.2
Compiling clap_derive v4.4.2
Checking indexmap v2.0.0
Checking env_filter v0.1.2
Checking anstream v0.6.18
Checking dirs-sys-next v0.1.2
Compiling vmadm v0.4.1 (/ci/src)
Checking humantime v2.1.0
Checking fastrand v2.0.0
Checking unsafe-libyaml v0.2.9
Checking uuid v1.11.0
Checking virt v0.4.1
Checking serde_yaml v0.9.25
Checking tempfile v3.8.0
Checking home-dir v0.1.0
Checking env_logger v0.11.5
Checking directories-next v2.0.0
Checking clap v4.4.2
Checking shell-words v1.1.0
Checking bytesize v1.3.0
Checking lazy_static v1.4.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
[2026-01-25T05:57:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:29Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-25T05:57:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-25T05:57:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Compiling libc v0.2.147
Compiling utf8parse v0.2.1
Compiling anstyle-parse v0.2.1
Compiling anstyle v1.0.10
Compiling memchr v2.6.3
Compiling colorchoice v1.0.0
Compiling anstyle-query v1.0.0
Compiling aho-corasick v1.0.5
Compiling regex-syntax v0.7.5
Compiling regex-automata v0.3.8
Compiling serde v1.0.188
Compiling regex v1.9.5
Compiling anstream v0.5.0
Compiling linux-raw-sys v0.4.5
Compiling bitflags v2.4.0
Compiling ryu v1.0.15
Compiling is_terminal_polyfill v1.70.1
Compiling strsim v0.10.0
Compiling cfg-if v1.0.0
Compiling cfg-if v0.1.10
Compiling clap_lex v0.5.1
Compiling bitflags v1.3.2
Compiling log v0.4.22
Compiling hashbrown v0.14.0
Compiling itoa v1.0.9
Compiling equivalent v1.0.1
Compiling env_filter v0.1.2
Compiling indexmap v2.0.0
Compiling nix v0.18.0
Compiling clap_builder v4.4.2
Compiling anstream v0.6.18
Compiling rustix v0.38.11
Compiling thiserror v1.0.48
Compiling virt-sys v0.3.0
Compiling dirs-sys-next v0.1.2
Compiling humantime v2.1.0
Compiling fastrand v2.0.0
Compiling vmadm v0.4.1 (/ci/src)
Compiling unsafe-libyaml v0.2.9
Compiling uuid v1.11.0
Compiling virt v0.4.1
Compiling serde_yaml v0.9.25
Compiling tempfile v3.8.0
Compiling env_logger v0.11.5
Compiling directories-next v2.0.0
Compiling home-dir v0.1.0
Compiling anyhow v1.0.75
Compiling serde_json v1.0.105
Compiling clap v4.4.2
Compiling bytesize v1.3.0
Compiling lazy_static v1.4.0
Compiling shell-words v1.1.0
Finished `test` profile [unoptimized + debuginfo] target(s) in 29.73s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-7db6e31bd068e664)
running 5 tests
test sshkeys::keypair_test::generate_key ... ok
test util::test::accepts_bridge_name ... ok
test util::test::accepts_network_name ... ok
test util::test::rejects_plain_name ... ok
test sshkeys::keypair_test::certify_host_key ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-cfb0e7a4ec231d06)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests vmadm
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n\n"]
cwd=/ci/src (exists? true)
+ subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n"]
cwd=/ci/src (exists? true)
+ 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
+ cargo doc --workspace --no-deps
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.147
Compiling quote v1.0.33
Compiling syn v2.0.31
Checking utf8parse v0.2.1
Checking anstyle-parse v0.2.1
Checking memchr v2.6.3
Checking colorchoice v1.0.0
Checking anstyle-query v1.0.0
Checking anstyle v1.0.10
Checking aho-corasick v1.0.5
Checking regex-syntax v0.7.5
Compiling pkg-config v0.3.27
Compiling serde v1.0.188
Compiling serde_derive v1.0.188
Compiling virt-sys v0.3.0
Checking regex-automata v0.3.8
Compiling thiserror v1.0.48
Compiling nix v0.18.0
Compiling rustix v0.38.11
Checking regex v1.9.5
Compiling thiserror-impl v1.0.48
Checking anstream v0.5.0
Checking linux-raw-sys v0.4.5
Checking log v0.4.22
Checking cfg-if v0.1.10
Checking ryu v1.0.15
Checking is_terminal_polyfill v1.70.1
Checking clap_lex v0.5.1
Checking equivalent v1.0.1
Checking bitflags v2.4.0
Checking hashbrown v0.14.0
Checking cfg-if v1.0.0
Checking itoa v1.0.9
Checking strsim v0.10.0
Compiling heck v0.4.1
Compiling anyhow v1.0.75
Compiling serde_json v1.0.105
Checking bitflags v1.3.2
Compiling clap_derive v4.4.2
Checking clap_builder v4.4.2
Checking indexmap v2.0.0
Checking anstream v0.6.18
Checking env_filter v0.1.2
Checking dirs-sys-next v0.1.2
Checking fastrand v2.0.0
Compiling vmadm v0.4.1 (/ci/src)
Checking humantime v2.1.0
Checking unsafe-libyaml v0.2.9
Checking uuid v1.11.0
Checking virt v0.4.1
Checking serde_yaml v0.9.25
Checking env_logger v0.11.5
Checking tempfile v3.8.0
Checking directories-next v2.0.0
Checking home-dir v0.1.0
Checking clap v4.4.2
Checking shell-words v1.1.0
Checking bytesize v1.3.0
Checking lazy_static v1.4.0
Documenting vmadm v0.4.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
Generated /workspace/cache/doc/vmadm/index.html
+ git reset --hard
HEAD is now at 353d150 fix: drop YAML frontmatter from README.md
+ git clean -fdx
+ git status --ignored
HEAD detached at 353d150
nothing to commit, working tree clean
[2026-01-25T05:58:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:58:27Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-25T05:58:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-25T05:58:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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 353d150 fix: drop YAML frontmatter from README.md
+ git clean -fdx
++ sed 's/-[^-]*$//'
++ dpkg-parsechangelog -SVersion
+ V=0.4.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260125T055827
+ version=0.4.0.ci20260125T055827-1
+ dch -v 0.4.0.ci20260125T055827-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-25T05:58:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:58:28Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-25T05:58:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-25T05:58:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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=137b8f4836894df286a6e7cf8c9f3a8d
SHLVL=2
JOURNAL_STREAM=8:12610
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.93.0 (083ac5135 2025-12-15)
+ rustc --version
rustc 1.93.0 (254b59607 2026-01-19)
++ dpkg-parsechangelog -SSource
+ name=vmadm
++ dpkg-parsechangelog -SVersion
+ version=0.4.0.ci20260125T055827-1
++ echo 0.4.0.ci20260125T055827-1
++ sed 's/-[^-]*$//'
+ uv=0.4.0.ci20260125T055827
++ dpkg --print-architecture
+ arch=amd64
+ orig=../vmadm_0.4.0.ci20260125T055827.orig.tar.xz
+ deb=../vmadm_0.4.0.ci20260125T055827-1_amd64.deb
+ changes=../vmadm_0.4.0.ci20260125T055827-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package vmadm
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.4.0.ci20260125T055827-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by "Lars Wirzenius" <"liw@liw.fi">
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_auto_clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building vmadm using existing ./vmadm_0.4.0.ci20260125T055827.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building vmadm in vmadm_0.4.0.ci20260125T055827-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building vmadm in vmadm_0.4.0.ci20260125T055827-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests not run when building Debian package
tests not run when building Debian package
echo they need a running libvirt and system configuration
they need a running libvirt and system configuration
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 --path=. --root=debian/vmadm --offline
Installing vmadm v0.4.1 (/ci/src)
Locking 92 packages to latest compatible versions
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.147
Compiling quote v1.0.33
Compiling syn v2.0.31
Compiling utf8parse v0.2.1
Compiling anstyle-parse v0.2.1
Compiling colorchoice v1.0.0
Compiling anstyle-query v1.0.0
Compiling memchr v2.6.3
Compiling anstyle v1.0.10
Compiling aho-corasick v1.0.5
Compiling pkg-config v0.3.27
Compiling serde v1.0.188
Compiling regex-syntax v0.7.5
Compiling regex-automata v0.3.8
Compiling virt-sys v0.3.0
Compiling serde_derive v1.0.188
Compiling rustix v0.38.11
Compiling nix v0.18.0
Compiling thiserror v1.0.48
Compiling regex v1.9.5
Compiling thiserror-impl v1.0.48
Compiling anstream v0.5.0
Compiling clap_lex v0.5.1
Compiling heck v0.4.1
Compiling cfg-if v0.1.10
Compiling linux-raw-sys v0.4.5
Compiling bitflags v1.3.2
Compiling serde_json v1.0.105
Compiling equivalent v1.0.1
Compiling hashbrown v0.14.0
Compiling is_terminal_polyfill v1.70.1
Compiling strsim v0.10.0
Compiling log v0.4.22
Compiling cfg-if v1.0.0
Compiling anyhow v1.0.75
Compiling itoa v1.0.9
Compiling ryu v1.0.15
Compiling bitflags v2.4.0
Compiling env_filter v0.1.2
Compiling indexmap v2.0.0
Compiling clap_builder v4.4.2
Compiling anstream v0.6.18
Compiling clap_derive v4.4.2
Compiling dirs-sys-next v0.1.2
Compiling unsafe-libyaml v0.2.9
Compiling fastrand v2.0.0
Compiling vmadm v0.4.1 (/ci/src)
Compiling uuid v1.11.0
Compiling humantime v2.1.0
Compiling env_logger v0.11.5
Compiling virt v0.4.1
Compiling tempfile v3.8.0
Compiling serde_yaml v0.9.25
Compiling directories-next v2.0.0
Compiling home-dir v0.1.0
Compiling clap v4.4.2
Compiling bytesize v1.3.0
Compiling shell-words v1.1.0
Compiling lazy_static v1.4.0
Finished `release` profile [optimized] target(s) in 1m 29s
Installing /ci/src/debian/vmadm/bin/vmadm
Installed package `vmadm v0.4.1 (/ci/src)` (executable `vmadm`)
warning: be sure to add `/ci/src/debian/vmadm/bin` to your PATH to be able to run the installed binaries
find debian/vmadm -name '.crates*' -delete
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 vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'vmadm' in '../vmadm_0.4.0.ci20260125T055827-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'vmadm-dbgsym' in '../vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../vmadm_0.4.0.ci20260125T055827-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../vmadm_0.4.0.ci20260125T055827-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 1100
drwxr-xr-x 2 root root 4096 Jan 25 05:57 artifacts
drwxr-xr-x 6 root root 4096 Jan 15 06:13 cache
drwxr-xr-x 3 root root 4096 Jan 25 05:56 deps
drwxr-xr-x 9 root root 4096 Jan 25 05:58 src
-rw-r--r-- 1 root root 125988 Jan 25 06:00 vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb
-rw-r--r-- 1 root root 1660 Jan 25 05:58 vmadm_0.4.0.ci20260125T055827-1.debian.tar.xz
-rw-r--r-- 1 root root 956 Jan 25 05:58 vmadm_0.4.0.ci20260125T055827-1.dsc
-rw-r--r-- 1 root root 8634 Jan 25 06:00 vmadm_0.4.0.ci20260125T055827-1_amd64.buildinfo
-rw-r--r-- 1 root root 2306 Jan 25 06:00 vmadm_0.4.0.ci20260125T055827-1_amd64.changes
-rw-r--r-- 1 root root 909744 Jan 25 06:00 vmadm_0.4.0.ci20260125T055827-1_amd64.deb
-rw-r--r-- 1 root root 42332 Jan 25 05:58 vmadm_0.4.0.ci20260125T055827.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-25 05:58 ./
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/debug/.build-id/85/
-rw-r--r-- root/root 875688 2026-01-25 05:58 ./usr/lib/debug/.build-id/85/1e44cb7e015abf4bfad0e091d2597d92e05752.debug
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-25 05:58 ./usr/share/doc/vmadm-dbgsym -> vmadm
+ for x in ../*.deb
+ dpkg -c ../vmadm_0.4.0.ci20260125T055827-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-25 05:58 ./
drwxr-xr-x root/root 0 2026-01-25 05:58 ./bin/
-rwxr-xr-x root/root 3255488 2026-01-25 05:58 ./bin/vmadm
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/doc/vmadm/
-rw-r--r-- root/root 355 2026-01-25 05:58 ./usr/share/doc/vmadm/changelog.Debian.gz
-rw-r--r-- root/root 957 2026-01-25 05:58 ./usr/share/doc/vmadm/copyright
+ mv ../vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb ../vmadm_0.4.0.ci20260125T055827-1.debian.tar.xz ../vmadm_0.4.0.ci20260125T055827-1.dsc ../vmadm_0.4.0.ci20260125T055827-1_amd64.buildinfo ../vmadm_0.4.0.ci20260125T055827-1_amd64.changes ../vmadm_0.4.0.ci20260125T055827-1_amd64.deb ../vmadm_0.4.0.ci20260125T055827.orig.tar.xz /ci/artifacts/.
[2026-01-25T06:00:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:00:08Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:00:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:00:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-25T06:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-25T06:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:00:18Z 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:z3U5PDwEqz64be8vfqEyyj2rkfd1s",
"name": "vmadm",
"description": "Virtual machine administration tool for libvirt",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "353d150940c1de4cb71ca29a4c3c97e6606bfdf6",
"after": "353d150940c1de4cb71ca29a4c3c97e6606bfdf6",
"branch": "main",
"commits": [
"353d150940c1de4cb71ca29a4c3c97e6606bfdf6"
]
}[2026-01-25T05:56:27Z INFO ambient] ambient starts
[2026-01-25T05:56:27Z 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-25T05:56:27Z 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-25T05:56:27Z DEBUG ambient_ci::linter] linting project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s with rsync_target
[2026-01-25T05:56:27Z DEBUG ambient_ci::linter] linting project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s with http_get
[2026-01-25T05:56:27Z DEBUG ambient_ci::linter] linting project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s with shellcheck
[2026-01-25T05:56:27Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/meta.yaml
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] latest commit: "353d150940c1de4cb71ca29a4c3c97e6606bfdf6"
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] is a git repository
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] git repository is clean
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] current (HEAD) commit: 353d150940c1de4cb71ca29a4c3c97e6606bfdf6
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] no dry run requested
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] forced run requested
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] run? true
[2026-01-25T05:56:27Z INFO ambient_ci::run] project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s: running CI
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-25T05:56:27Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-25T05:56:27Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-25T05:56:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-25T05:56:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/cache/cargo-target",
},
source_dir: "/tmp/.tmpbEAuof/src",
deps_dir: "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpbEAuof/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpbEAuof/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpbEAuof/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpbEAuof/src => /tmp/.tmpQOHaZb
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/vmadm.subplot wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/vmadm.md wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/subplot wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/subplot/vmadm.yaml wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/subplot/vmadm.py wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/ssh wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/ssh/test.key.pub wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/ssh/test.key wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/ssh/config wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/util.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/util.rs => /tmp/.tmpQOHaZb/src/util.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/sshkeys.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/sshkeys.rs => /tmp/.tmpQOHaZb/src/sshkeys.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/spec.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/spec.rs => /tmp/.tmpQOHaZb/src/spec.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/progress.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/progress.rs => /tmp/.tmpQOHaZb/src/progress.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/libvirt.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/libvirt.rs => /tmp/.tmpQOHaZb/src/libvirt.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/lib.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/lib.rs => /tmp/.tmpQOHaZb/src/lib.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/install.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/install.rs => /tmp/.tmpQOHaZb/src/install.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/image.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/image.rs => /tmp/.tmpQOHaZb/src/image.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/config.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/config.rs => /tmp/.tmpQOHaZb/src/config.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/start.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/start.rs => /tmp/.tmpQOHaZb/src/cmd/start.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/spec.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/spec.rs => /tmp/.tmpQOHaZb/src/cmd/spec.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/shutdown.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/shutdown.rs => /tmp/.tmpQOHaZb/src/cmd/shutdown.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/recreate.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/recreate.rs => /tmp/.tmpQOHaZb/src/cmd/recreate.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/reboot.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/reboot.rs => /tmp/.tmpQOHaZb/src/cmd/reboot.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/new.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/new.rs => /tmp/.tmpQOHaZb/src/cmd/new.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/mod.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/mod.rs => /tmp/.tmpQOHaZb/src/cmd/mod.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/list.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/list.rs => /tmp/.tmpQOHaZb/src/cmd/list.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/delete.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/delete.rs => /tmp/.tmpQOHaZb/src/cmd/delete.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/config.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/config.rs => /tmp/.tmpQOHaZb/src/cmd/config.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cmd/cloud_init.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cmd/cloud_init.rs => /tmp/.tmpQOHaZb/src/cmd/cloud_init.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/cloudinit.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/cloudinit.rs => /tmp/.tmpQOHaZb/src/cloudinit.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/bin wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/src/bin/vmadm.rs wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/src/bin/vmadm.rs => /tmp/.tmpQOHaZb/src/bin/vmadm.rs
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/list_new_release_tags wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/source wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/source/format wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/rules wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/lintian-override wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/copyright wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/control wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/compat wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/changelog wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/debian/cargo-checksum.json wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/cloud-init.py wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/check wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/build_release_deb.sh wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/build.rs wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/RELEASE.md wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/README.md wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/NEWS wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/Makefile wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/Cargo.toml wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/Cargo.toml => /tmp/.tmpQOHaZb/Cargo.toml
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/Cargo.lock wanted=true
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpbEAuof/src/Cargo.lock => /tmp/.tmpQOHaZb/Cargo.lock
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/COPYING wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.radicle wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.radicle/ambient.yaml wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.gitignore wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.ambient wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.ambient/dch wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/index wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/HEAD wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/config wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/HEAD wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/refs wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/refs/heads wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/refs/heads/main wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/refs/remotes wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/packed-refs wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs/remotes wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs/remotes/origin wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs/tags wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs/heads wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/refs/heads/main wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/67 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/67/e0f7a382014b636c86964b00d3dcd0e5e2d176 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e9 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e9/c9e6a14831fb56551abd9f60ac4ce23a613a28 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/9f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/9f/0c9bef965880a046316d8a6e2044c9e3683701 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/3f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/3f/6e38d1a664c3ecbc04c22fda005b712ee2a513 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ff wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ff/4bea3ab5b579cfa3716005129abda6dd2ba8da wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5a/ee7ad97312ed864aa31872601c3d732c9a00f2 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5a/bd9d207f53dd058e2c6997198a4a9b0c9c3411 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d9 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d9/0eb13f0d7d8678531b83616a9c53770ba16869 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f4/0e2dc763319ed298f1433206514f1899d3a2d7 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/c6 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/c6/66871254d4567f05736ad67d88adbe93f56697 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/8e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/8e/39df408c2dd52f03e59b36fe464071c9f2953d wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/6e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/6e/e47cd0996a7722267db6c369a5b9c4c1f88cf1 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5f/c4b677954fa48a037f26160a96ef38d22a057e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/c5 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/c5/7480ae9814a8650399a328e737b082e3f263f2 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d2 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d2/7111461a0037f767ddd0f306779e4cca366d9f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d2/0c3dfe912b7c39fa473de10731aec44af39c68 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ee wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ee/8b27e6e207dfd52c1c5decdfccde247f35dc03 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/b5 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/b5/33e52367269220f7f2e4819d44a97fb021ff87 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e4/5b0fe05f4428da0e7b8e67ef615a8526f06e1a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/9e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/9e/5ad33577d36cfa419af3b69a7b39ec174f9020 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/7e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/7e/e9d16f263d05d896898d4ce21483cd2f668094 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/51 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/51/ac067c1d183b11e0ac96bf90190aed57a8a4da wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/c8 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/c8/b18773bd1ae86c4e5c8ba9e2bfbafa070320ca wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/66 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/66/6668ccd370cc247b1a97960e59af944d103e8c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ea wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ea/db88810c0db44f4ac070318ef7495b077b6202 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/aa wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/aa/ffe58a3ba6557a1759f1f50a35d1848844bc8f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/79 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/79/e8a26a6904d905cd1f7adf30806b6bd9f115f4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/74 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/74/c6b5adbdd5125a530764e7079ac717da4ccbbf wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/a7 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/a7/1ded4927c7293785a4838be7878d785b373d68 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ae wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ae/afbd88ead2d8d87cc927bb2975a4e217e3d88c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ae/3a480dd836b25406c40e25216e49aba7e7ca7c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ae/91295c9ccf0acc4f83a2e7a07d91a39c7a2570 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/a9 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/a9/acc1e571322f38fb8fb29bdac694c27ec9a89a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/7d wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/7d/1cadbaf86db3c268ac1c0df4e2116ebfddbdb0 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f2 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f2/4c9911ad5d595b3a1c924007c52e7787d5ceda wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f2/e86ec052437cf205c858ca1e899ceecb985735 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f2/bbe2aadc2fc54706b64144c7dabb4e52247bb6 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ed wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ed/256db16be0dc19284ae71f292c8502642a1015 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ed/827c419cb4db77c16c0befe1e78380e2c2ad9c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ed/5efc607270e46bd95c5508a3029e1849309eb4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/49 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/49/6d178636945467cbde420ebe7e8dcb748268cc wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f0 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f0/62977e608b8211db8f0b5a96e737211086fa67 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/45 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/45/a14c31e815b0432f1d763f48e03fe936a8db60 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/99 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/99/1d0ba4f1198ffefdc63c952c2928447f5b73d5 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/36 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/36/b3ae30acf8d66ad1db04d2a0c6c27af7c47d9a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d0 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d0/dee9905c1d74b776717049f798a2110742bca7 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d0/7f1aa78a43baa57657d799d5dcbf8058ab4268 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/af wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/af/fcf7f57bdc01b3a8e194dbd5cb14b2e47f50d2 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/38 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/38/dbe7b79c532396d33346d404362e0776aec0b5 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/38/340f95f601c2292c9a851212e2f9794f25e370 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/52 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/52/c539af7f3cf387f34991d556a017163c66806b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/52/c82af7346ebf0d2b4720d63f412294e644130a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/cd wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/cd/0f7bcba099efa97e5442f6710aaadf942ff024 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/6c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/6c/fa882b73bcb0288f50ceea126272b4929bd7da wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e6 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e6/c6cf150e4494231d886c0862fd0a2b1bbba680 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/9d wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/9d/6a7b18d08a0c17b69166cc1ad9ab973222b7b8 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/28 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/28/122e765d64a0d2858d234866974884eae055ac wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/41 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/41/0623d65bf736bbc0df752a4fe5d9a2512b59ce wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/44 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/44/eb94f951a6bf1deaa5fcbec503cc561bd07883 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/44/c3314b893cbfb0e1ad9e1b5a2990c268a35b18 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/de wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/de/522117c9a5a7a81bac5428aceb0928b1bdcda3 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/cc wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/cc/9f012b995d2399249a3da94c508a779b5726fe wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4d wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4d/85cfa53ad6164e52dbd53bc6c0f46ade635f9a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4d/13e383b543347fa33798da9ab563cea9825461 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d8 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d8/cbc475647b5ae71838401b5468c53312863c7d wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ce wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/ce/938c9dcdb7379dd3239f3094462061fc6dd65b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/16 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/16/3e0a46acf5a23db114b980ce600a66e66b996f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/fc wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/fc/dec01e275eb96e80dea96c6afff76507649092 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d1 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d1/e4cbe8c6c8cfe82ee6e83a743eb3f837e76183 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/8f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/8f/2f8df7ca8599c1f073fa05abd0a5d1f603e9d4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/50 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/50/15f804a515866e7741809649b9c836d4883fdf wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/70 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/70/7da1bf27069735e6eed0c29a22c6d554c16e82 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e8 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e8/b852ab762ca4880eb5c6c587f5ba6a4d380519 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e8/e712542989f8f12fa55313c1819b58dc39a4cd wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/fd wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/fd/f23a8ba13b89d2b6615a0ae96e98931ba70f35 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4a/dbe5b9b0f4644d587887764d3e4b5f014b585e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/84 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/84/9a505d52a10b3af000cda2ddb352fafb2c1b28 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/fe wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/fe/478446d13cb6c4c99edbfa27ccdc78b26c317a wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/3c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/3c/6d8440204d69141449b3d2b6d6c98fbbcaac74 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/dc wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/dc/489bd065a0e659460d8f1ab0de625dff97730d wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/92 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/92/2395058b95d693a72d2e84d64c6b0e5954d0a7 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/7f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/7f/0b768480894d5ee809b9caaede58d30f1ee48f wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5e wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5e/1edbbb4446557e56a6680a7eec96f5b629ebeb wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5e/b9183a40c753262e67d5796b1e1110367951ec wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5e/9347ca1785960654da9051bf946b8aecb62234 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/65 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/65/5b010d69e91d6457d1b7f94b616a29d4e99057 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/6b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/6b/127d94b11a59c75f216369e43ce453bfcafbd8 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/58 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/58/3da41c7f599b9384f554c4c7cb98350e8857e4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/bd wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/bd/9c05c251cc449b3bffeb2bdeeb003e75ed49a6 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f6 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f6/9e28d7a1b869d8acf0731e5c2a46cf74c15353 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/f6/49016eb01278f460dddba2432313dcea21fc18 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/5b/118db8d65a8e8f1ea3ec48e203517946b5f6ee wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/31 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/31/5320bcf4612d9ff82628c30c90e374366ba117 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/64 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/64/d53674b1a832d4a5dd2b9d220d13c9ff01b9a1 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/4c/08efccd9fd83db74aa3b2f96155ffc8ba62b01 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/22 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/22/f5303d1ddf4e3898bd9180c849ee517e3fee75 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/23 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/23/ef9747124032b525cae1ec3ea1c2b1a6c61a3b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/df wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/df/8660f30a49e2d92393198d553732413a506d8c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/71 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/71/cc3ef72ab10fc3644b2ace7c70bdc8c878f89c wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/43 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/43/a91c3458d305e5a2717a37e24b8ca094f24caf wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/48 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/48/ae4667ab9b624f8aa80356e3144d5debaa8c53 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/68 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/68/e3cdd981adf47cf6827ac252b52109c8b43bfc wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e1 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/e1/4543e23e7b6044c83aa04149ddc1e9c333fb4b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d4 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/d4/2b0b4d0c3db5e84bd7410bc1f1a672c1c27483 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/78 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/78/b8d950c573f8de3c19826f66e13f9be18349dc wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/80 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/80/8eefbc236a77f8645fa3e3d6f407c144143118 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/80/d585c1e5371dc4be7d898415ae975b0f67a158 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/09 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/09/c78a6406f3aa5329d90a2804d5da66750c44a9 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/db wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/db/e17fa2aa1dca380d9e0aa824d3b12e4120a1bb wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/db/cf33bd4a52152282fcd565ac219ae2b9e16f97 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/db/b9b29583c081ec19d29060443d8afa969a00d5 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/b1 wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/b1/891b9e13fe80555ee7c463b823e48a7ff43b6b wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/info wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/info/commit-graph wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/info/packs wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-da89d7cc1abe6623889c3486e617fe2936909822.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-57e319f52afb01ccc577a86b7fdb11fde5533e90.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-d8a5b73e3484865fd2f49fd9c8c042197f1021b1.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-a630db04446cc8394aad143ebcfa4befbd5a76c7.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-c949d6e826eb076e46d3f7df62edc21a73cb8f9f.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-fcb7ba3d14ad9cf78cf19d941cb0ecb0bbb2ffc0.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-8db55b65a8799ffab0704e6292ad8a000f511731.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-0fa61a989dc387b6a443620def03256611c911f4.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-399698944df36788bc9f263f115dbdad5953ec63.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-80b290e09ac342bf26561295bb8c7c0b8b6e22c6.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-11c26df6fbcdc00dd3e299b12e7ebf44564513a5.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-0fa61a989dc387b6a443620def03256611c911f4.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-a93a5c33e0ade31e1b9879f54414d4ee7f9d66cb.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-d495545d7335179b2dfcfe3bfd1a15863eb0a35f.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-06149ca1356929cab68db14de9415e5cc81e00b5.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-a93a5c33e0ade31e1b9879f54414d4ee7f9d66cb.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-d495545d7335179b2dfcfe3bfd1a15863eb0a35f.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.rev wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.bitmap wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-c949d6e826eb076e46d3f7df62edc21a73cb8f9f.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-f361adecf728388dbfff944437241b8b02b6a094.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-0df862cc5c504310b3c264adba372357b2478e28.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-792a85d4332278d71a09765852d301f60eb6a1dd.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-a84235d115291c421186ff3b518c2d7b40e0380a.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-8db55b65a8799ffab0704e6292ad8a000f511731.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-c0ce808bf8b3b65f59a03e6990222c642f3ed5c7.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-a84235d115291c421186ff3b518c2d7b40e0380a.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-b9eb75187e33e07c2829f57db20762504cf3c189.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-80b290e09ac342bf26561295bb8c7c0b8b6e22c6.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-0df862cc5c504310b3c264adba372357b2478e28.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-1af161261ddc476c3547e86ec07ac2b9fc1207f1.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-27de0936f3bd7178cd18c0d19bffe5a97e10161f.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-73ac98588ace9b6bb3b8219f8844e6faf0825b7d.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-c0ce808bf8b3b65f59a03e6990222c642f3ed5c7.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-a630db04446cc8394aad143ebcfa4befbd5a76c7.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-f361adecf728388dbfff944437241b8b02b6a094.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-27de0936f3bd7178cd18c0d19bffe5a97e10161f.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-73ac98588ace9b6bb3b8219f8844e6faf0825b7d.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-dffc1a51c61b99789b0f001e3bed7ba16a5eb36d.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-792a85d4332278d71a09765852d301f60eb6a1dd.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-268178f629c1e489dd952085eaae3d3df55e788d.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-9d242d949f1ef7a8256ab3ef372b5f8f36c71277.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-b0ca8301f8359c07c080edf6a00eaddb4cc03be6.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-627a7d6e0c36ba94afdf7efb06914632cfeb6752.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-268178f629c1e489dd952085eaae3d3df55e788d.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-dffc1a51c61b99789b0f001e3bed7ba16a5eb36d.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-57e319f52afb01ccc577a86b7fdb11fde5533e90.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-6dcbd6e986953060534c48776f8433eac742ac39.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ac5689a20f74cfdbb14fe517192298c3114fd273.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-b9eb75187e33e07c2829f57db20762504cf3c189.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ac5689a20f74cfdbb14fe517192298c3114fd273.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-399698944df36788bc9f263f115dbdad5953ec63.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-627a7d6e0c36ba94afdf7efb06914632cfeb6752.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-da89d7cc1abe6623889c3486e617fe2936909822.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-06149ca1356929cab68db14de9415e5cc81e00b5.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-d8a5b73e3484865fd2f49fd9c8c042197f1021b1.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-fcb7ba3d14ad9cf78cf19d941cb0ecb0bbb2ffc0.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-6dcbd6e986953060534c48776f8433eac742ac39.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-b0ca8301f8359c07c080edf6a00eaddb4cc03be6.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ccc01f1a137d6e38722cdaa7732624b6f6290015.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-11c26df6fbcdc00dd3e299b12e7ebf44564513a5.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-82d61771726519a120c9fcf294dba6ec42660fff.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-82d61771726519a120c9fcf294dba6ec42660fff.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-9d242d949f1ef7a8256ab3ef372b5f8f36c71277.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-1af161261ddc476c3547e86ec07ac2b9fc1207f1.idx wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/objects/pack/pack-ccc01f1a137d6e38722cdaa7732624b6f6290015.pack wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/branches wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/update.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/post-update.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/pre-push.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/description wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/info wanted=false
[2026-01-25T05:56:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpbEAuof/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpQOHaZb (exists? true)
[2026-01-25T05:56:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:28Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-25T05:56:28Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-25T05:56:28Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp4JgiBd/src.tar
[2026-01-25T05:56:28Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp4JgiBd/deps.tar
[2026-01-25T05:56:28Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-25T05:56:28Z 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,
),
CargoTest(
CargoTest,
),
Shell(
Shell {
shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
},
),
Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
),
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-25T05:56:28Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-25T05:56:28Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp4JgiBd/ambient-execute-plan/run-ci
[2026-01-25T05:56:28Z DEBUG ambient_ci::run] copy OK: true
[2026-01-25T05:56:28Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp4JgiBd/executor.tar
[2026-01-25T05:56:31Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-25T05:56:31Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s, exists? true
[2026-01-25T05:56:31Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-25T05:56:31Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log OK
[2026-01-25T05:56:31Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-25T05:56:31Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-25T05:56:31Z 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-25T05:56:31Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-25T05:56:31Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-25T05:56:31Z 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-25T05:56:31Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-25T05:56:31Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-25T05:56:31Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpubiJPS/.tmpdGC65Z/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-25T05:56:31Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-25T05:56:31Z 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-25T05:56:31Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpSbo2c5/meta-data
[2026-01-25T05:56:31Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpSbo2c5/user-data
[2026-01-25T05:56:31Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpSbo2c5/network-config
[2026-01-25T05:56:32Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpubiJPS/.tmpdGC65Z/console.log
[2026-01-25T05:56:32Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpubiJPS/.tmpdGC65Z/console.log
[2026-01-25T05:56:32Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-25T05:56:32Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-25T05:56:32Z 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/.tmpubiJPS/.tmpdGC65Z/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpubiJPS/.tmpdGC65Z/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4JgiBd/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpubiJPS/.tmpdGC65Z/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/.tmpubiJPS/.tmpdGC65Z/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4JgiBd/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4JgiBd/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4JgiBd/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4JgiBd/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-25T06:00:22Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-25T06:00:22Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-25T05:56:36Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T05:56:36Z 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_test
- action: shell
shell: |
subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
- action: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:$PATH"
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- 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-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-25T05:56:36Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:36Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T05:56:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:36Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-25T05:56:38Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T05:56:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T05:56:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T05:56:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T05:56:38Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-25T05:56:59Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:56:59Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-25T05:56:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-25T05:57:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:01Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-25T05:57:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-25T05:57:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.147
Compiling quote v1.0.33
Compiling syn v2.0.31
Checking utf8parse v0.2.1
Checking anstyle-parse v0.2.1
Checking colorchoice v1.0.0
Checking anstyle-query v1.0.0
Checking anstyle v1.0.10
Checking memchr v2.6.3
Checking aho-corasick v1.0.5
Compiling pkg-config v0.3.27
Compiling serde v1.0.188
Checking regex-syntax v0.7.5
Compiling serde_derive v1.0.188
Checking regex-automata v0.3.8
Compiling virt-sys v0.3.0
Compiling rustix v0.38.11
Compiling thiserror v1.0.48
Compiling nix v0.18.0
Checking regex v1.9.5
Compiling thiserror-impl v1.0.48
Checking anstream v0.5.0
Checking strsim v0.10.0
Checking is_terminal_polyfill v1.70.1
Checking ryu v1.0.15
Checking linux-raw-sys v0.4.5
Checking cfg-if v1.0.0
Checking hashbrown v0.14.0
Checking bitflags v1.3.2
Checking cfg-if v0.1.10
Compiling anyhow v1.0.75
Checking bitflags v2.4.0
Compiling serde_json v1.0.105
Checking log v0.4.22
Checking itoa v1.0.9
Checking clap_lex v0.5.1
Checking equivalent v1.0.1
Compiling heck v0.4.1
Checking clap_builder v4.4.2
Compiling clap_derive v4.4.2
Checking indexmap v2.0.0
Checking env_filter v0.1.2
Checking anstream v0.6.18
Checking dirs-sys-next v0.1.2
Compiling vmadm v0.4.1 (/ci/src)
Checking humantime v2.1.0
Checking fastrand v2.0.0
Checking unsafe-libyaml v0.2.9
Checking uuid v1.11.0
Checking virt v0.4.1
Checking serde_yaml v0.9.25
Checking tempfile v3.8.0
Checking home-dir v0.1.0
Checking env_logger v0.11.5
Checking directories-next v2.0.0
Checking clap v4.4.2
Checking shell-words v1.1.0
Checking bytesize v1.3.0
Checking lazy_static v1.4.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
[2026-01-25T05:57:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:29Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-25T05:57:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-25T05:57:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Compiling libc v0.2.147
Compiling utf8parse v0.2.1
Compiling anstyle-parse v0.2.1
Compiling anstyle v1.0.10
Compiling memchr v2.6.3
Compiling colorchoice v1.0.0
Compiling anstyle-query v1.0.0
Compiling aho-corasick v1.0.5
Compiling regex-syntax v0.7.5
Compiling regex-automata v0.3.8
Compiling serde v1.0.188
Compiling regex v1.9.5
Compiling anstream v0.5.0
Compiling linux-raw-sys v0.4.5
Compiling bitflags v2.4.0
Compiling ryu v1.0.15
Compiling is_terminal_polyfill v1.70.1
Compiling strsim v0.10.0
Compiling cfg-if v1.0.0
Compiling cfg-if v0.1.10
Compiling clap_lex v0.5.1
Compiling bitflags v1.3.2
Compiling log v0.4.22
Compiling hashbrown v0.14.0
Compiling itoa v1.0.9
Compiling equivalent v1.0.1
Compiling env_filter v0.1.2
Compiling indexmap v2.0.0
Compiling nix v0.18.0
Compiling clap_builder v4.4.2
Compiling anstream v0.6.18
Compiling rustix v0.38.11
Compiling thiserror v1.0.48
Compiling virt-sys v0.3.0
Compiling dirs-sys-next v0.1.2
Compiling humantime v2.1.0
Compiling fastrand v2.0.0
Compiling vmadm v0.4.1 (/ci/src)
Compiling unsafe-libyaml v0.2.9
Compiling uuid v1.11.0
Compiling virt v0.4.1
Compiling serde_yaml v0.9.25
Compiling tempfile v3.8.0
Compiling env_logger v0.11.5
Compiling directories-next v2.0.0
Compiling home-dir v0.1.0
Compiling anyhow v1.0.75
Compiling serde_json v1.0.105
Compiling clap v4.4.2
Compiling bytesize v1.3.0
Compiling lazy_static v1.4.0
Compiling shell-words v1.1.0
Finished `test` profile [unoptimized + debuginfo] target(s) in 29.73s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-7db6e31bd068e664)
running 5 tests
test sshkeys::keypair_test::generate_key ... ok
test util::test::accepts_bridge_name ... ok
test util::test::accepts_network_name ... ok
test util::test::rejects_plain_name ... ok
test sshkeys::keypair_test::certify_host_key ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-cfb0e7a4ec231d06)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests vmadm
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n\n"]
cwd=/ci/src (exists? true)
+ subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
INFO Starting Subplot
INFO Subplot finished successfully
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:57:59Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2026-01-25T05:57:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n"]
cwd=/ci/src (exists? true)
+ 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
+ cargo doc --workspace --no-deps
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.147
Compiling quote v1.0.33
Compiling syn v2.0.31
Checking utf8parse v0.2.1
Checking anstyle-parse v0.2.1
Checking memchr v2.6.3
Checking colorchoice v1.0.0
Checking anstyle-query v1.0.0
Checking anstyle v1.0.10
Checking aho-corasick v1.0.5
Checking regex-syntax v0.7.5
Compiling pkg-config v0.3.27
Compiling serde v1.0.188
Compiling serde_derive v1.0.188
Compiling virt-sys v0.3.0
Checking regex-automata v0.3.8
Compiling thiserror v1.0.48
Compiling nix v0.18.0
Compiling rustix v0.38.11
Checking regex v1.9.5
Compiling thiserror-impl v1.0.48
Checking anstream v0.5.0
Checking linux-raw-sys v0.4.5
Checking log v0.4.22
Checking cfg-if v0.1.10
Checking ryu v1.0.15
Checking is_terminal_polyfill v1.70.1
Checking clap_lex v0.5.1
Checking equivalent v1.0.1
Checking bitflags v2.4.0
Checking hashbrown v0.14.0
Checking cfg-if v1.0.0
Checking itoa v1.0.9
Checking strsim v0.10.0
Compiling heck v0.4.1
Compiling anyhow v1.0.75
Compiling serde_json v1.0.105
Checking bitflags v1.3.2
Compiling clap_derive v4.4.2
Checking clap_builder v4.4.2
Checking indexmap v2.0.0
Checking anstream v0.6.18
Checking env_filter v0.1.2
Checking dirs-sys-next v0.1.2
Checking fastrand v2.0.0
Compiling vmadm v0.4.1 (/ci/src)
Checking humantime v2.1.0
Checking unsafe-libyaml v0.2.9
Checking uuid v1.11.0
Checking virt v0.4.1
Checking serde_yaml v0.9.25
Checking env_logger v0.11.5
Checking tempfile v3.8.0
Checking directories-next v2.0.0
Checking home-dir v0.1.0
Checking clap v4.4.2
Checking shell-words v1.1.0
Checking bytesize v1.3.0
Checking lazy_static v1.4.0
Documenting vmadm v0.4.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
Generated /workspace/cache/doc/vmadm/index.html
+ git reset --hard
HEAD is now at 353d150 fix: drop YAML frontmatter from README.md
+ git clean -fdx
+ git status --ignored
HEAD detached at 353d150
nothing to commit, working tree clean
[2026-01-25T05:58:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:58:27Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-25T05:58:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-25T05:58:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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 353d150 fix: drop YAML frontmatter from README.md
+ git clean -fdx
++ sed 's/-[^-]*$//'
++ dpkg-parsechangelog -SVersion
+ V=0.4.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260125T055827
+ version=0.4.0.ci20260125T055827-1
+ dch -v 0.4.0.ci20260125T055827-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-25T05:58:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T05:58:28Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-25T05:58:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-25T05:58:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
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=137b8f4836894df286a6e7cf8c9f3a8d
SHLVL=2
JOURNAL_STREAM=8:12610
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.93.0 (083ac5135 2025-12-15)
+ rustc --version
rustc 1.93.0 (254b59607 2026-01-19)
++ dpkg-parsechangelog -SSource
+ name=vmadm
++ dpkg-parsechangelog -SVersion
+ version=0.4.0.ci20260125T055827-1
++ echo 0.4.0.ci20260125T055827-1
++ sed 's/-[^-]*$//'
+ uv=0.4.0.ci20260125T055827
++ dpkg --print-architecture
+ arch=amd64
+ orig=../vmadm_0.4.0.ci20260125T055827.orig.tar.xz
+ deb=../vmadm_0.4.0.ci20260125T055827-1_amd64.deb
+ changes=../vmadm_0.4.0.ci20260125T055827-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package vmadm
dpkg-buildpackage: info: source version 0.4.0.ci20260125T055827-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building vmadm using existing ./vmadm_0.4.0.ci20260125T055827.orig.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260125T055827-1.debian.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260125T055827-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests not run when building Debian package
tests not run when building Debian package
echo they need a running libvirt and system configuration
they need a running libvirt and system configuration
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 --path=. --root=debian/vmadm --offline
Installing vmadm v0.4.1 (/ci/src)
Locking 92 packages to latest compatible versions
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.147
Compiling quote v1.0.33
Compiling syn v2.0.31
Compiling utf8parse v0.2.1
Compiling anstyle-parse v0.2.1
Compiling colorchoice v1.0.0
Compiling anstyle-query v1.0.0
Compiling memchr v2.6.3
Compiling anstyle v1.0.10
Compiling aho-corasick v1.0.5
Compiling pkg-config v0.3.27
Compiling serde v1.0.188
Compiling regex-syntax v0.7.5
Compiling regex-automata v0.3.8
Compiling virt-sys v0.3.0
Compiling serde_derive v1.0.188
Compiling rustix v0.38.11
Compiling nix v0.18.0
Compiling thiserror v1.0.48
Compiling regex v1.9.5
Compiling thiserror-impl v1.0.48
Compiling anstream v0.5.0
Compiling clap_lex v0.5.1
Compiling heck v0.4.1
Compiling cfg-if v0.1.10
Compiling linux-raw-sys v0.4.5
Compiling bitflags v1.3.2
Compiling serde_json v1.0.105
Compiling equivalent v1.0.1
Compiling hashbrown v0.14.0
Compiling is_terminal_polyfill v1.70.1
Compiling strsim v0.10.0
Compiling log v0.4.22
Compiling cfg-if v1.0.0
Compiling anyhow v1.0.75
Compiling itoa v1.0.9
Compiling ryu v1.0.15
Compiling bitflags v2.4.0
Compiling env_filter v0.1.2
Compiling indexmap v2.0.0
Compiling clap_builder v4.4.2
Compiling anstream v0.6.18
Compiling clap_derive v4.4.2
Compiling dirs-sys-next v0.1.2
Compiling unsafe-libyaml v0.2.9
Compiling fastrand v2.0.0
Compiling vmadm v0.4.1 (/ci/src)
Compiling uuid v1.11.0
Compiling humantime v2.1.0
Compiling env_logger v0.11.5
Compiling virt v0.4.1
Compiling tempfile v3.8.0
Compiling serde_yaml v0.9.25
Compiling directories-next v2.0.0
Compiling home-dir v0.1.0
Compiling clap v4.4.2
Compiling bytesize v1.3.0
Compiling shell-words v1.1.0
Compiling lazy_static v1.4.0
Finished `release` profile [optimized] target(s) in 1m 29s
Installing /ci/src/debian/vmadm/bin/vmadm
Installed package `vmadm v0.4.1 (/ci/src)` (executable `vmadm`)
warning: be sure to add `/ci/src/debian/vmadm/bin` to your PATH to be able to run the installed binaries
find debian/vmadm -name '.crates*' -delete
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 vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
dpkg-deb: building package 'vmadm' in '../vmadm_0.4.0.ci20260125T055827-1_amd64.deb'.
dpkg-deb: building package 'vmadm-dbgsym' in '../vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb'.
dpkg-genbuildinfo -O../vmadm_0.4.0.ci20260125T055827-1_amd64.buildinfo
dpkg-genchanges -O../vmadm_0.4.0.ci20260125T055827-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 1100
drwxr-xr-x 2 root root 4096 Jan 25 05:57 artifacts
drwxr-xr-x 6 root root 4096 Jan 15 06:13 cache
drwxr-xr-x 3 root root 4096 Jan 25 05:56 deps
drwxr-xr-x 9 root root 4096 Jan 25 05:58 src
-rw-r--r-- 1 root root 125988 Jan 25 06:00 vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb
-rw-r--r-- 1 root root 1660 Jan 25 05:58 vmadm_0.4.0.ci20260125T055827-1.debian.tar.xz
-rw-r--r-- 1 root root 956 Jan 25 05:58 vmadm_0.4.0.ci20260125T055827-1.dsc
-rw-r--r-- 1 root root 8634 Jan 25 06:00 vmadm_0.4.0.ci20260125T055827-1_amd64.buildinfo
-rw-r--r-- 1 root root 2306 Jan 25 06:00 vmadm_0.4.0.ci20260125T055827-1_amd64.changes
-rw-r--r-- 1 root root 909744 Jan 25 06:00 vmadm_0.4.0.ci20260125T055827-1_amd64.deb
-rw-r--r-- 1 root root 42332 Jan 25 05:58 vmadm_0.4.0.ci20260125T055827.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-25 05:58 ./
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/lib/debug/.build-id/85/
-rw-r--r-- root/root 875688 2026-01-25 05:58 ./usr/lib/debug/.build-id/85/1e44cb7e015abf4bfad0e091d2597d92e05752.debug
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-25 05:58 ./usr/share/doc/vmadm-dbgsym -> vmadm
+ for x in ../*.deb
+ dpkg -c ../vmadm_0.4.0.ci20260125T055827-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-25 05:58 ./
drwxr-xr-x root/root 0 2026-01-25 05:58 ./bin/
-rwxr-xr-x root/root 3255488 2026-01-25 05:58 ./bin/vmadm
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-25 05:58 ./usr/share/doc/vmadm/
-rw-r--r-- root/root 355 2026-01-25 05:58 ./usr/share/doc/vmadm/changelog.Debian.gz
-rw-r--r-- root/root 957 2026-01-25 05:58 ./usr/share/doc/vmadm/copyright
+ mv ../vmadm-dbgsym_0.4.0.ci20260125T055827-1_amd64.deb ../vmadm_0.4.0.ci20260125T055827-1.debian.tar.xz ../vmadm_0.4.0.ci20260125T055827-1.dsc ../vmadm_0.4.0.ci20260125T055827-1_amd64.buildinfo ../vmadm_0.4.0.ci20260125T055827-1_amd64.changes ../vmadm_0.4.0.ci20260125T055827-1_amd64.deb ../vmadm_0.4.0.ci20260125T055827.orig.tar.xz /ci/artifacts/.
[2026-01-25T06:00:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:00:08Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:00:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:00:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-25T06:00:08Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-25T06:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-25T06:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-25T06:00:18Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:00:18Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-25T06:00:22Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-25T06:00:22Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-25T06:00:22Z DEBUG ambient_ci::run] remove old cache
[2026-01-25T06:00:23Z DEBUG ambient_ci::run] extract cache
[2026-01-25T06:00:27Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-25T06:00:27Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-25T06:00:27Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/meta.yaml
[2026-01-25T06:00:28Z INFO ambient] ambient ends successfully
<empty log>